Power Browse Form - Push button linked to hypercontrol problem.

rjcrock

Active Member
I am using Demo 9.1. I have created a Power Browse Form with a reusable subform. I added a push button and labeled it Find as I want to replace the Find hypercontrol in the toolbar. In the Button Clicked event rule FC Find = HC F&ind. I get the following message....
A screenshot is attached.
*************************

EVENT RULE VALIDATION LOG

APPL - P5641021 - Work With Item Branch (PF)

Created : Thu Feb 25 09:44:55 2016

*************************

/* CER ERROR #3036 : Form Control with NO szDict assigned */
Function Name: P5641021_W5641021A_35_0
Function Description: ER for W5641021A_35_0
Form: W5641021A - Power Browse
Control: 35 - Find
Event: 0 - Button Clicked
Seq #: 3
Line #: 1
Line Text: FC Find = HC F&ind

*************************

/* CER ERROR #3021 : Invalid destination for assignment */
Function Name: P5641021_W5641021A_35_0
Function Description: ER for W5641021A_35_0
Form: W5641021A - Power Browse
Control: 35 - Find
Event: 0 - Button Clicked
Seq #: 3
Line #: 1
Line Text: FC Find = HC F&ind

*************************

Can anyone explain or suggest my next move?

Thanks in advance
 

Attachments

  • Screen Shot 2016-02-25 at 10.47.22 AM.jpg
    Screen Shot 2016-02-25 at 10.47.22 AM.jpg
    21.8 KB · Views: 16
In your push button event, perform the following system function: Press Button(HC Find)
 
Back
Top