Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Pass Thru and Properties
Message
From
21/07/2010 17:54:09
 
 
To
21/07/2010 13:20:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01473308
Message ID:
01473400
Views:
42
>Sergey, this code
>
>This does not work:
>>
>> "EXEC sp_Update_Atmservice ?ln_transid, ?thisform.lc_orderstatus, ?lc_notes, ?oApp.gc_user"
>>

Bill -

I always do the following:
lcOrderStatus = thisform.lc_orderStatus
lcUser = oApp.gc_user
"EXEC sp_Update_Atmservice ?ln_transid, ?lcOrderStatus, ?lc_notes, ?lcUser"
Carsten M. Thode
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform