Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browse column width

Status
Not open for further replies.

rickesilaw

Programmer
Jun 24, 2002
154
CA
I have a simple browse where I want to limit size of 1 field to 10 characters ( it is a 30 char field but usually less than 10).

so my code is basicall
select 0
use abc
brow fields itemno, descr, salesperson, amount

I want to limit salesperson to 10 characters - help shows that :ncolumnwidth should work - it doesn't - or I am doing something wrong.

 
BROWSE FIELDS itemno, descr, salesperson :25:H='Sales', amount

boyd.gif

[sub]craig1442@mchsi.com[/sub][sup]
"Whom computers would destroy, they must first drive mad." - Anon​
[/sup]
 
select 0
use abc
brow fields itemno, descr, salesperson:10, amount
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top