Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending data - problem
Message
From
05/10/1999 13:17:59
 
 
To
05/10/1999 12:49:51
Jolene Dicks
Human Resources Development Canada
St. John's, Newfoundland, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00272716
Message ID:
00272796
Views:
32
Instead of ALLTRIM(STR(rendoring)) use:
PADL(rendoring,10,'0')

>Hi,
>
>The field was actually numeric in the table from which the select statement was done. However, the select statement selects that field like so:
>
>Select allt(str(rendorind)) from V11481.dbf into table TmpClaim
>
>So the TmpClaim table now has a rendorind field that is char(10). The rendorind is "0" for all records in the tmpclaim table.
>
>I try to append the contents of tmpclaim table to the process table (which contains a rendorind field, char(10)). Once appended, the records are all blank for that field.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform