Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiselect Grid help with the cursor in a textbox
Message
From
29/01/2007 13:01:49
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
29/01/2007 12:50:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01189689
Message ID:
01190191
Views:
17
>>
>>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform