Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where does VB really beats VFP? Interface? Data access??
Message
From
27/01/2000 00:01:51
 
 
To
25/01/2000 23:55:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00322013
Message ID:
00323397
Views:
25
I know what you meant. But I still prefer other tools to test my objects. :)

Vlad

>I meant like this:
>
>
< %
>  <b>Set</b> oVFPObject = Server.CreateObject("server.object")
>
>  <b>If</b> IsObject(oVFPObject) <b>Then</b>
>
>    x=oVFPObject.Execute(lcID, lcTitle)
>
>    'Release object variable
>    <b>Set</b> oVFPObject <b>= Nothing
>  Else</b>
>    Response.Write("Could not load COM Object server.object")
>  <b>End if</b>
>% >
>Thats VBScript, it creates your VFP COM and tests to see if it was created, ect. Now do you see what I mean? WIthout the VBScript, you couldn't build your COM, and implementing the full power of VB (the alternative to VBScript) doesn't make sense here.
Previous
Reply
Map
View

Click here to load this message in the networking platform