Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BINDEVENT and Parameters
Message
 
To
23/06/2005 08:31:20
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01025777
Message ID:
01025787
Views:
17
>I was wondering if anyone knew how to pass user defined parameters to a bind event.
>
>The following line of code is used to bind a command button in a grid to the method CreateInvoice in the form. The problem is I also need to pass two addtional parameters tnInvoice_No and tdInvoice_Date.
>
>=BINDEVENT(.cmdInvoice,"Click",Thisform,"CreateInvoice")

How you pass these two parameters to Click Event of the Button?
May be you don't need BINDEVENT at all, Just call CreateInvoice from Click Event of the Button:
*** Button Click
thisform.CreateInvoice(tnInvoice_No, tdInvoice_Date)

*** Somewhere else you want to create an invoice
thisform.CreateInvoice(tnInvoice_No, tdInvoice_Date)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform