Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form wizard
Message
From
19/11/2001 10:24:25
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00583429
Message ID:
00583438
Views:
26
>Hello, I would like to use the form wizard to start a form on a dbf that has about 50 fields. This is so I do not manually have to create a slew of 50 textboxes & labels. Once the outlay is created, I want to customize it but it is from another class that doesn't allow me the freedom I would have if I manually created it. Example, I want to open a dbf, go to record 99 then run the form and have the form display record 99's data.

After creating the form with wizard in init :

select yourtable
go 99

Or better have a parameter in init :

lparameters tcAlias,tnRec
go tnRec in (tcAlias)

*thisform.butoons.navrefresh() etc


You could then call :

do form with 'TableName', 99

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