Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble populating into grid
Message
From
04/09/2007 14:48:58
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01252232
Message ID:
01252299
Views:
27
>I am pretty new to foxpro.
>
>The reason it stores the txtID is because that is how it finds all reports that are linked to this ID number.
>
>Inside the frmviewrptnts, I have the form's Refresh as:
>
>
>SELECT reports
>SET FILTER TO ALLTRIM(rptname) = ALLTRIM(m.notesid) (rptname is the first line in the grid that I want filled)
>thisform.grdReportNotes.Refresh
>
>
>Basically I am just looking at other databases to see how they were done and setting this up similarly. I am not sure if I am even on the right track here, but hopefully I am close. Any thoughts?

A sidenote: Only use alltrim() when you really need it, meaning almost never!
Previous
Reply
Map
View

Click here to load this message in the networking platform