Hello 'Extra!' programmers!
I have an issue, though most likely simple for many, but not for me. I need to create a user input dialog box, which will include DropListBox(s), TextBox(s) and CheckBox(s). The data collected will then be brought together and used to form a diary of sorts.
ex.
Shipment of *Item* to be sent to *Address* via *Shipment method*. Order Taken by *operator # 394*. Payment method *payment method*. etc, etc...
One of the issues is that the terminal lines (67 charaters wide) that are made available, will not allow the data to be strung together, as for some reason, characters (3 or 4)go missng.
ex.
John and Jane tkae a walk down to the sea s
re.
If I were to write all the data on notepad, with wordwrap on, then paste to the terminal, there are no lost characters.
Is there something I could do to get around this problem?
Ted,
I have an issue, though most likely simple for many, but not for me. I need to create a user input dialog box, which will include DropListBox(s), TextBox(s) and CheckBox(s). The data collected will then be brought together and used to form a diary of sorts.
ex.
Shipment of *Item* to be sent to *Address* via *Shipment method*. Order Taken by *operator # 394*. Payment method *payment method*. etc, etc...
One of the issues is that the terminal lines (67 charaters wide) that are made available, will not allow the data to be strung together, as for some reason, characters (3 or 4)go missng.
ex.
John and Jane tkae a walk down to the sea s
re.
If I were to write all the data on notepad, with wordwrap on, then paste to the terminal, there are no lost characters.
Is there something I could do to get around this problem?
Ted,