Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox with leading zeros ???
Message
From
21/08/2006 09:40:29
 
 
To
17/08/2006 09:06:34
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MySQL
Miscellaneous
Thread ID:
01146334
Message ID:
01147267
Views:
30
>Hello Everybody
>
>I have a cursor xyz as result from an sql command against a maxdb(sapdb) database (sap system)
>employno c(10), employname c(60)
>employno has leading zeros !!!!
>
>In my form i have combobox for employno with rowsourcetyp=2 and rowsource=xyz
>At valid i do:
>If empty(this.value)
> Messagebox("Please enter a valid employno or select one from the list!")
> return 0
>endif
>
>Now the user don't want to type leading zeros in the employno combobox field !?????
>
>Any help welcomed
>Best regards
>Albert

remove leading zero on combo employno.

best: call SAP support and force a conversion to integer PK.
Previous
Reply
Map
View

Click here to load this message in the networking platform