Feb 12, 2001 #1 MikeL91 Programmer Joined Feb 8, 2001 Messages 100 Location 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 Joined Feb 11, 2000 Messages 1,995 Location 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 Joined Feb 8, 2001 Messages 100 Location 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 Joined May 12, 2000 Messages 1,317 Location 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