Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OBJTOCLIENT() in VFP SP2
Message
 
 
À
23/10/2007 02:52:52
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
OS:
Windows XP SP2
Divers
Thread ID:
01262508
Message ID:
01262934
Vues:
18
Hi Dorin,

It's definitely a bug. As you noted, the value returned by 'ObjtoClient is off by grid.left. You can report it at http://connect.microsoft.com/VisualStudio/feedback

>
>public oForm
>oForm = Newobject('form')
>oForm.AddObject('grid1','grid')
>oForm.grid1.ColumnCount = 1
>oForm.grid1.Visible = .t.
>oForm.grid1.Left = 16
>oForm.grid1.top = 16
>oForm.Show
>wait window 'ObjtoClient Left = '+Transform( Objtoclient( oForm.grid1.Column1, 2) )
>
>
>SP1 : 35
>SP2 : 51
>
>I uninstalled and reinstalled everything, the same result.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform