Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go to a page of other form
Message
From
17/09/2005 12:20:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01050604
Message ID:
01050612
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
>Thanks Cetin
>
>-------------------------------------
>do form NewForm name oNewFrm
>oNewFrm.pageFrame.ActivePage = 2
>--------------------------------------
>
>I stored a variable in the first form
>rec_no = recno ()
>
>Then I need to select a table on the second form
>and go to rec_no
>
>The command will be give from the fist form
>
>Any clue ?
>
>Thanks
>
>Moises

Then send parameters to 2nd form. Second form gets parameter in its init. ie:

do form secForm with "customer",m.rec_no

*secForm.init - no error, type checking here
lparameters tcAlias, tnRecno
go m.tnRecNo in (m.tcAlias)

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