Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I put a class in a class ?
Message
From
13/06/2002 05:28:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
12/06/2002 21:48:13
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00666439
Message ID:
00667806
Views:
27
>Hi Cetin,
>
>Thanks for class, but I got an error SQL: Column 'FIRST NAME' is not found when I tried it, could you just give me one or few code how to define the second class.
>
>TIA,
>
>
>Budianto
with thisform.myGrid.Columns(1)
 .Addobject('myControl','myControlClass')
 .CurrentControl = 'myControl'
 .Sparse = .f.
 .myControl.Visible = .t.
endwith
For the class correct the SQL. No fieldname could have space in it.
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