Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid refresh displaying all data in database
Message
 
 
To
20/06/1999 09:34:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00231886
Message ID:
00231900
Views:
14
Your grid is defining the relation between the two tables. Try deleting the relation that is set between the two tables in the dataenvironment.

>I have a form that a user enters the date and users name into
>a grid and comments into an edit box for a particular client.
>
>When I go into the form the grid refreshes and shows all the
>users and dates from the entire database in the grid as opposed
>to only the one particular client.
>
>My properties for the grid are
>
>Recordsource = coun_com
>recordsourcetype = alias
>Link master = client
>relational expression = client.sin
>
>
>I have code in the following methods:
>
>AfterRowColChange event=thisform.refresh()
>
>Click Event = thisform.refresh()
>
> Any idea why this is displaying all of the records?
>
>Any help would be appreciated.
Previous
Reply
Map
View

Click here to load this message in the networking platform