Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Common Dialog Control
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00495437
Message ID:
00495440
Views:
29
Okay, Thanks Luc, that gives me a reference, but now I can't reference the objects properties. Here is my code:

loGetFile = CREATEOBJECT("MSCOMDLG.COMMONDIALOG")
loGetFile.Object.DialogTitle = "Pick the table you want"
loGetFile.Object.DefaultExt = "dbf"
loGetFile.ShowOpen( )
lcTblRef = loGetFile.Object.FileName


When I try this, it blows up on the line:
loGetFile.Object.DialogTitle = "Pick the table you want"

The error I get is:
OleErrorCoe 0x80020006: Unknown Name

Thanks again,
John
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform