Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dropping custom class into grid
Message
De
15/01/2004 11:24:37
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
15/01/2004 11:10:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00867139
Message ID:
00867150
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform