VB Code:
Private Sub Form_Load() Open "c:\TEXT.TXT" For Output As #1 Get #1, , fileinfo Close #1 Text1.Text = fileinfo End Sub
runtime error 54 "bad file mode". Highlights the 'get #1, , fileinfo" string of code
Any help would be appreciated
|
Results 1 to 6 of 6
Thread: run-time error 54Threaded View
|
Click Here to Expand Forum to Full Width |