Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling View
Message
 
To
15/07/1998 07:16:46
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00117507
Message ID:
00117526
Views:
32
>I am having a text file is it possible to view in
>a scrollable window or container or object as read
>only.
>
>If posible how?
>Anyone one can help me?
>Regards
>kulkarni

Kulkarni,

Try something like this using an EditBox that is set ReadOnly = .T.;
CREATE CURSOR MyText FIELDS( MyText(M))
APPEND BLANK
APPEND MEMO MyText FROM <The textfile>
THISFORM.Edit1.ControlSource = "MyText.MyText"
THISFORM.Edit1.Refresh()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform