Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I read information from a GENERAL field?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00356608
Message ID:
00360602
Vues:
11
>>The only two functions that I find with 'general' as a part of them are the 'APPEND BLANK' and 'MODIFY GENERAL', and neither one allows me to save the data from a general field into a file.
>

Hi,

This running with linked OLE ( never try with embedded )

LOCAL loForm,lcFile

loform = CREATEOBJECT('form')
loForm.ADDOBJECT('ole','oleboundcontrol')
WITH loForm.ole
.CONTROLSOURCE = MyGeneralfield
lcFile = .DocumentFile
.CONTROLSOURCE = ""
ENDWITH

RETURN lcFile

Marcel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform