Feb 12, 2001 #1 MikeL91 Programmer Feb 8, 2001 100 US I need to know if there is a way to go about converting this VB script to VFP. set ex_knowledge = 'good' where ex_knowledge like '%good%' I think it searches the field contents for the word "good" anywhere in there. -Mike
I need to know if there is a way to go about converting this VB script to VFP. set ex_knowledge = 'good' where ex_knowledge like '%good%' I think it searches the field contents for the word "good" anywhere in there. -Mike
Feb 12, 2001 #2 foxdev Programmer Feb 11, 2000 1,995 US It looks like an SQL UPDATE statement fragment - are you sure there isn't a line above it that shows something like UPDATE MYTABLE ? Robert Bradley http://www.foxdev.com/Do you have too much money? Visit http://www.agrainofhope.org Upvote 0 Downvote
It looks like an SQL UPDATE statement fragment - are you sure there isn't a line above it that shows something like UPDATE MYTABLE ? Robert Bradley http://www.foxdev.com/Do you have too much money? Visit http://www.agrainofhope.org
Feb 12, 2001 Thread starter #3 MikeL91 Programmer Feb 8, 2001 100 US yes, you are coreect, there is a line that says update ex_load_format it is SQL your right on that one too, I was not sure. do you know how to convert it? Upvote 0 Downvote
yes, you are coreect, there is a line that says update ex_load_format it is SQL your right on that one too, I was not sure. do you know how to convert it?
Feb 12, 2001 #4 jonscott8 Programmer May 12, 2000 1,317 US Mike, It should be as simple as copying from VB and pasting into VFP. The syntax should be the same. Jon Hawkins jonscott8@yahoo.com The World Is Headed For Mutiny, When All We Want Is Unity. - Creed Upvote 0 Downvote
Mike, It should be as simple as copying from VB and pasting into VFP. The syntax should be the same. Jon Hawkins jonscott8@yahoo.com The World Is Headed For Mutiny, When All We Want Is Unity. - Creed