Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I read information from a GENERAL field?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00356608
Message ID:
00360602
Views:
15
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform