Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select field size
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Select field size
Divers
Thread ID:
00804853
Message ID:
00804853
Vues:
51
Why won't the results of:
SELECT ALLTRIM(send_lname AS Lastname ;
	FROM pocontact ;
	INTO ARRAY aHold ;
	WHERE memoid=6 ;
	ORDER BY send_lname
OR
SELECT PADR(send_lname,LEN(ALLTRIM(send_lname))," ") as lastname ;
	FROM pocontact ;
	into cursor hold ;
	WHERE memoid=6 ;
	ORDER BY send_lname
give me the exact width of the trim field instead of the
original field width? this hapens on single or combined fields.

original field width = 20
actual width = 8
result width = 20
Extreme Programming = Plan -> Design -> Code -> Test
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform