baseballgem
Programmer
I am using VFP8.
I empoyed the editbox for my grid.
The source was not text1 but editbox1.
The data is the concatination of a license number and the expiration date.
I put information like
License_No+chr(13)+Lic_ExpireDate
Sometimes the grid acts fine but at other times I see only one piece of information. If I click the (read only) field then one sees both lines. In fact the whole column then reveals license and expiration. (2 separate lines) When clicking to other fields and scolling down I may see both elements and then again I may see only the license_no. Until, of course you click again in that box.
I keep telling users it's an occasional quirk, but to be aware if you need license info. to click in the field. They ask why? And I have no explanation.
The sparse behavior has nothing to do with it. Scroll bars is 0. The read only, background color or control source doesn't seem to have any bearing on it either. I hate inconsistancies with no explanation. Any Suggestons?
I empoyed the editbox for my grid.
The source was not text1 but editbox1.
The data is the concatination of a license number and the expiration date.
I put information like
License_No+chr(13)+Lic_ExpireDate
Sometimes the grid acts fine but at other times I see only one piece of information. If I click the (read only) field then one sees both lines. In fact the whole column then reveals license and expiration. (2 separate lines) When clicking to other fields and scolling down I may see both elements and then again I may see only the license_no. Until, of course you click again in that box.
I keep telling users it's an occasional quirk, but to be aware if you need license info. to click in the field. They ask why? And I have no explanation.
The sparse behavior has nothing to do with it. Scroll bars is 0. The read only, background color or control source doesn't seem to have any bearing on it either. I hate inconsistancies with no explanation. Any Suggestons?