Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Common Dialog Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00495437
Message ID:
00495440
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform