Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arabic
Message
From
19/03/2004 11:43:03
 
 
To
19/03/2004 11:23:19
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Arabic
Miscellaneous
Thread ID:
00887899
Message ID:
00887950
Views:
6
Thank you

I have this proplem if you can help

I have a grid, I get data from table(trans1) into grid1
On click(in a grid) I write this code
select 2
use trans1
locate for upper(NAM)=upper(trim(THISFORM.TEXT5.VALUE))
if found()
set filter to upper(NAM)=upper(trim(THISFORM.TEXT5.VALUE))
replace flag with 1 for upper(NAM)=upper(trim(THISFORM.TEXT5.VALUE))
endif


sometimes it works and I have "1" in the field(flag)

when I try again I have nothing "0"in the field(flag)…….why if you can help



Remark:-

On AfterRowcolChange(in a grid) I write this code

thisform.text1.value=price

thisform.text2.value=nam1

thisform.text5.value=nam2

thisform.text3.value=nam3

thisform.text7.value=no

thisform.text10.value=sale



thisform.text3.value=thisform.text4.value



with thisform.Grid1

.Recordsource = .Recordsource

endwith



thisform.grid1.refresh

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform