Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending parameters to CEvent in COM server
Message
 
To
22/08/2001 11:47:53
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00547278
Message ID:
00547431
Views:
11
Here's an example of how I had to do this in the past from an ASP Page:

Set oEventObj = CreateObject('YourComServer.TheEventObj')
' Assuming that you're returning a true or false
If oEventObj.ExecuteEvent(Parm1,Parm2,Parm3,Parm4,Parm5) Then
' Do Something for true
Else If
' Do Something for false
End If
Previous
Reply
Map
View

Click here to load this message in the networking platform