Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Problem
Message
From
16/10/2003 08:57:37
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
16/10/2003 08:46:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00839202
Message ID:
00839207
Views:
18
Hi Russell!

Your field has 4 character size. Try this:
SELECT wdesc, PadR(fractionconv(dim), 8, " ") AS dim,lb_ft,hr_ft FROM weld_xx ; 
	INTO CURSOR curWeld WHERE !DELETED() ORDER BY wdesc,dim
With this, your field will have 8 character size.
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform