Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid white space
Message
From
03/11/2004 09:24:35
 
 
To
03/11/2004 08:18:19
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 5
Miscellaneous
Thread ID:
00957515
Message ID:
00957530
Views:
20
Did you issue gr1d1.refresh() after?

>hi all,
>
>i use this code under ,i put it at thisfiorm.text1.value procedure valid
>when i press at thisform.text1.value,
> mypageframe1.page1.grid1 as white grid.
>at page2.grid1 i get empty grid,but i have data at mstr table.
>
>and how i can see the result directly at page2,after i press at thisform.text1.value.
>
>any idea
>
>with thisform.pageframe1.page2.Grid1
>    .RecordsourceType = 4 && SQL
>    .Columncount = -1
>    .Recordsource = 'select inname,nam1 from mstr'+;
>      '   where inname = thisform.pageframe1.page1.text1.Value and nam1 = thisform.pageframe1.page1.text4.Value'+;
>      '   into cursor crsMyCursor'
>
>endwith
>
>thanks
>m.qasem
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform