Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view leading zero is not showing
Message
De
09/06/2008 15:47:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Remote view leading zero is not showing
Divers
Thread ID:
01322652
Message ID:
01322652
Vues:
48
Hi all,
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
ramil
~~ learning to stand still
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform