Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse window is not the defined size
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Browse window is not the defined size
Miscellaneous
Thread ID:
00663042
Message ID:
00663042
Views:
41
I have a problem with browse windows not being dimensioned the same on the runtime version vs the development version of a program. It is VFP6sp5 packaged using the Windows Visual Installer. All that is being sent to the desktop is a small exe for calling the program on the server, a config.pw, VFP6R.dll, VFP6RENU.dll, and some files for the Installer.

Here is the typical code:
DEFINE WINDOW wzlocate FROM 1,1 TO 30,102;
		SYSTEM NOMINIMIZE GROW CLOSE FLOAT FONT "MS Sans Serif",8 STYLE "B"
MOVE WINDOW wzlocate CENTER
*
on key label LEFTMOUSE
on key label RIGHTMOUSE keyboard "{ESC}" plain
on key label ENTER keyboard "{ESC}" plain
BROWSE WINDOW wzlocate fields ;
		CMP_CODE,;
		CMP_NAME,;
		CMP_ADDR1,;
		CMP_CITY,;
		CMP_STATE ;
		NOLGRID NORGRID NOEDIT NODELETE title "Client List  ...   [Move highlighter to choice, then ENTER to Select]" 
RELEASE WINDOW wzlocate
The window is being displayed in a vertical format rather that the horizontal format that the developer intended. I'm wondering if it is defined with grid properties would the issue be resolved. I'm still searching, but so far I have found nothing in the MS Knowledge base. Thoughts anyone?

TIA
Opportunity is missed by most people beacuse it is dressed in overalls, and looks like work --- Thomas Edison
Next
Reply
Map
View

Click here to load this message in the networking platform