|
-
Jun 20th, 2000, 06:31 PM
#1
Thread Starter
Lively Member
HII !
i want to know why the textbox that output a report with the follow cod :
Private Sub Form_Load()
For I = 0 To 4
Report_txt.Text = Arryreport(I) & vbNewLine
Next I
End Sub
it's show me only the last report off the arry ( it's run overide the previous report's) .
please help me and tell me what i can do !!
10X !!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|