Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiselect Grid help with the cursor in a textbox
Message
De
30/01/2007 16:13:25
 
 
À
29/01/2007 19:17:33
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01189689
Message ID:
01190669
Vues:
15
>>>>>
>>>>>OK, I don't have that problem and if you can supply reproducing code I might check.
>>>>>Cetin
>>>>
>>>>Check out the solutions sample I pointed out and you will see.
>>>
>>>This is what I mean by a reproducing code:
>>>
>>>PUBLIC oForm
>>>oForm = CREATEOBJECT('myForm')
>>>oForm.Show
>>>
>>>DEFINE CLASS myForm as Form
>>>  DataSession = 2
>>>  ADD OBJECT myGrid as grid WITH highlight=.f., highlightrow = .f.
>>>
>>>  PROCEDURE load
>>>    SELECT * FROM (_samples+'data\customer') INTO CURSOR crsTest nofilter
>>>    USE IN 'customer'
>>>  endproc
>>>
>>>enddefine
>>>
Cetin
>>
>>Cetin, I did understand what you meant. However, that is not so easy for me to provide. I am using the vidual promatrix framework and my grid relies on the underlying promatrix classes.
>
>VPM! Good luck.
>Cetin

The issue turned out to be the MARGIN property. When set to zero and the dynamicbackcolor setting the backcolor of a textbox, then a border around the textbox is visible.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform