Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turning off command window
Message
From
15/01/2007 20:40:33
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01185673
Message ID:
01185783
Views:
17
Hi Yuri,

Here is the Excel Macro:
Sub VFPAdvance()
   Set OVFP = CreateObject("VisualFoxpro.Application")
   OVFP.DOCMD ("gddate=date()") ' Initialising gddate
   OVFP.DOCMD ("do form frmpanlabour")
'   OVFP.docmd ("Frmpanlabour.visible=.t.")
   OVFP.Visible = True
End Sub
With regards,

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform