Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
P(^_^)q How to go back
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00121883
Message ID:
00121937
Views:
16
*-- Click of History Command Button
LOCAL locurrobj
IF TYPE('Thisform.activecontrol') = 'O'
locurrobj = Thisform.activecontrol
Call othe form ....
....
locurrobj.SetFocus()
ELSE
Call othe form ....
....
ENDIF

Bye
Jayesh





>Can anyone help me.
>
>There have many fields on my INVOICE form ex. COMYANY NO, SALES TERM, PAYMENT, SHIP DATE......
>At there have a button "HISTORY" for click to view the history about the customer.
>I want to let the user input data and can click the button to view in same time.
>BUT, how can i back to the field, that is the one before i click the "HISTORY" button.
>
>Anyother question...
>While i coding as below : REPORT FORM INV_FORM TO INV_RPT
>That will create a file name : INV_RPT
>I want to know how can i print the document from INV_RPT.
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform