Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do this
Message
From
27/03/2002 15:26:56
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
27/03/2002 15:09:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00638068
Message ID:
00638079
Views:
26
1) Please give your thread a meaningful title.

2) One problem is that any variable created in Init() will be killed as soon as Init() finishes. Another problem is that objects on the form are initialized before Form.Init(). Perhaps you can use a private variable in Form.Load().

Hilmar.

>Hello
>
>How to programatically pass values for a parameterized view,
>
>This is my view vueName
>
>SELECT *;
> FROM test!employee;
> WHERE employee.lname = ?lastname;
> AND employee.fname = ?firstname
>
>and i have a grid based on this vueName and in init section of form i have
>lastname='Test'
>firstname='Name'
>
>and when i run the form it still ask for lastname and firstname what am i missing ?
>
>Txs
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform