Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropping custom class into grid
Message
From
15/01/2004 11:24:37
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/01/2004 11:10:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00867139
Message ID:
00867150
Views:
23
>I'm using VFP 8 and have a custom text box class for managing SQL dates. I need to use this textbox with a grid but can't seem to figure out how to get it in their through the interface. Is there anyway to do this without hacking the SCX?
>
>Thanks in advance!
>
>Greg

*Grid.init
with this.Columns(x)
  .NewObject('myTextbox','myTxtboxClasslib.ext')
  .CurrentControl = 'myTextBox'
  .myTextBox.Visible = .t.
  .Sparse = .f.
endwith
Is only one of the ways to do it.
If you use a CursorAdapter with a CursorSchema you wouldn't need such a class I think.
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
Reply
Map
View

Click here to load this message in the networking platform