Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view leading zero is not showing
Message
 
 
To
09/06/2008 15:47:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01322652
Message ID:
01322786
Views:
11
Is it the same in a grid?

>Is there a setting that controls whether the leading zero is shown or not in a browse window? Consider the following table:
>
>*opcombo.dbf  (whseid i, prodid i, adjr2 n(6,3), bestadjr2 n(11,3))
>sqlexec(nH,'select whseid,prodid,adjr2,bestadjr2 from appdata.opcombo')
>
>When I browse the view against a local VFP data, the adjr2 will show the leading zero like so:
>
>whseid  prodid  adjr2   bestadjr2
>    10      10  0.001       0.002
>
>When I browse the remote view against an Oracle data, the adjr2 will show the leading zero like so:
>
>whseid  prodid  adjr2   bestadjr2
>    10      10   .001        .002
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform