Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying Data
Message
From
21/06/2001 12:21:48
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Displaying Data
Miscellaneous
Thread ID:
00521989
Message ID:
00521989
Views:
38
Hi All,

I'm an old VFP guy learning VB. In the code below I've opened a text file.
In VFP I could issue the BROWSE command to view the data. How can I do that in VB? TIA

Paige

Private Sub CommandButton1_Click()
Const LabelFile = 1
Open "C:\My Documents\Labels.txt" For Input As LabelFile

How do I display the data???

Close LabelFile
End Sub
Next
Reply
Map
View

Click here to load this message in the networking platform