Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display a text file with a VFP form
Message
 
 
To
22/08/2003 09:35:35
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00821755
Message ID:
00822572
Views:
16
Try
Thisform.edit1.value = FILETOSTR("myfile.txt")
>Hey thanks for the tip!
>We have a TXT file in our VFP Project under OTHER:TEXT FILES.
>We want forms to be able to pull up the info in it for display (more then 256 characters). The file will not be located on the users C:\ either, its just in the project (so it should be in the EXE compile).
>
>How do we do this? THANKS!
>
>>Use FILETOSTR() to read the file into a variable or property, then set that as the ControlSource of an Editbox.
>>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform