Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to do this
Message
De
27/03/2002 15:26:56
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
27/03/2002 15:09:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00638068
Message ID:
00638079
Vues:
27
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform