Home > Software engineering >  Textbox can only display more than 1000 records
Textbox can only display more than 1000 records

Time:10-10

 
Dim item_subno $, barcode $, item_name $, sale_price $
"C: \ ABC. TXT" Open For Input As # 1 'Open to Input file
Do While Not EOF (1) the documents' loop tail
Input # 1, item_subno, barcode, item_name, sale_price 'data into the four variables in
Text1=Text1 & amp; Item_subno & amp; ", "& amp; Barcode & amp; ", "& amp; Item_name & amp; ", "& amp; Sale_price & amp; VbCrLf
Loop
Close # 1

TXT file displayed in the textbox, can only show that more than 1000 records. (note: the original TXT file has more than 10000 records).
Can you tell me what is going wrong? Thank you very much!

CodePudding user response:

Even if the TextBox control can display 100000000000000000000 records, who can see the one which is no less missing?
One thousand TextBox called it shows more than ten thousand records, actually only shows that more than ten thousand records before more than one thousand more than one thousand and the last, who can find?

Above all, it was impossible to count on the TextBox displays the results to determine if you read the file process that's right,

CodePudding user response:

I remember TXT controls have 64 k content length limit, the building Lord your verify on the Internet.

CodePudding user response:

refer to the second floor WallesCai response:
I remember TXT controls have 64 k content length limit, the building Lord himself verify online.
+ 1
  • Related