Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browsing table results
Message
De
12/05/2003 14:20:35
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00787375
Message ID:
00787440
Vues:
24
>I have a form with a button that when I execute it carries out a series of filters on tables and displays the results by using the browse command. In the filter I have 2 date fields. If I populate the date fields manually in the on-click event everything works fine. If I take the values from the 2 text boxes on my form into the program I get a :
>
>Object is not contained within a Form.
>
>Therefore how can I browse my results successfully if I am taking the values from text boxes on a form rather than putting the values in manually?

I don't think you can bind things in that fashion. The fastest workaround would be to assign the textbox.values to a local variable and have the BROWSE reference that variable. The more complete workaround would be to use a grid instead of a browse. Much more control, but an equal amount of complexity.

Chris.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform