Somebody can tell me why scroll bars in editboxes disappear when I run
an VFP 7 application . All seems work fine in the VFP environment, but
when .exe runs, no more scroll bars. I have intented all, without
success. Of course text is large enough to force VFP show scrollbars.
I would appreciate any comments.
Thank you.

scroll bars in editboxes
michaelloveusa
>> Somebody can tell me why scroll bars in editboxes disappear when I run an VFP 7 application
This was a bug in VFP 7.0 initial release. It was fixed in Service Pack 1 so you need to apply that Service Pack.
Check your build number - VERSION(1) should return:
Visual FoxPro 07.00.0000.9465
thomson
ViXtor
Also keep in mind that updated runtime files need to be distributed to the end users. Here's the process:
- Install the service pack on the development machine
- Recompile all files in the project and create the EXE
- Create new install package that includes the EXE and the new runtimes
- Distribute install package to end users
mvillatem
Thank you so much