Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show at mygrid
Message
From
11/03/2005 12:27:38
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00994890
Message ID:
00994904
Views:
13
hi,
thank you,
but my problem is if i have 10 fields as a,b,c,d,e,f,g,h,...
i choice e.x d,e,f when i build mygrid ,i want to insert data just to this fields only ,after i insert it i want to see that at mygrid.

thanks
>M.
>
>Have you tried:
>
> Thisform.grdMyGrid.Refresh()
>
>after all the REPLACEs ?
>
>Terry
>
>>hi all,
>>
>>i try to insert some data at mygrid1, via this code under.
>>fields E,S,F at the middle of mytable,
>>i cant see the data at mygrid after i insert the data,but i can see it if i make brows to the table or if get all filed at mygrid, i need to see the 3 fields only at mygrid with data,
>>any help
>>
>>
>>if thisform.text4.value=space(10)
>>  thisform.text4.setfocus
>>  =MESSAGEBOX(" you must enter")
>>  thisform.grid1.visible=.f.
>>else
>>  thisform.grid1.visible=.t.
>>  LOCATE FOR UPPER(E)=UPPER(TRIM(THISFORM.TEXT4.VALUE))
>>IF !FOUND()
>> APPEN BLANK
>> REPLACE E WITH THISFORM.TEXT4.VALUE
>> REPLACE COLUMN14 WITH THISFORM.TEXT4.VALUE
>> REPLACE F WITH THISFORM.TEXT5.VALUE
>> REPLACE S WITH THISFORM.TEXT6.VALUE
>> REPLACE FLAG WITH THISFORM.TEXT2.VALUE
>>ELSE
>> REPLACE E WITH THISFORM.TEXT4.VALUE
>> REPLACE COLUMN14 WITH THISFORM.TEXT4.VALUE
>> REPLACE F WITH THISFORM.TEXT5.VALUE
>> REPLACE S WITH THISFORM.TEXT6.VALUE
>> REPLACE FLAG WITH THISFORM.TEXT2.VALUE
>>ENDIF
>>endif
>>thisform.Refresh
>>
>>
>>
>>thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform