Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse, left vs right alignment
Message
From
01/06/2015 19:24:37
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01620417
Message ID:
01620465
Views:
44
>
>BROWSE FIELDS debit :P = '99,999.99' name oGrid   nowait  && add nowait, now works
>oGrid.Columns[1].alignment=1  && is there a reference that shows which numbers to use with alignment, to make thing right or left aligned
>
Yup this has to be done in code - but I assumed you were using this in your app. Sorry, forgot about the nowait - which you do need in a prg (or else it sits on the browse command).

As for reference, you can just look up alignment property in help, or simply suspend your prg just after the browse command, and then play with the oGrid object in the command window. You'll find that intellisense works on its properties, and on properties of each column. Whatever you do, you can try until it works to your satisfaction, and then paste the lines you like into your code.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform