Hi everybody,
I made a script for a client who wanted to put all items under $1 at $1
This works:
tableOpen('prix')
UPDATE prix ;
SET PR_PRIX = 1;
where ;
PR_PRIX < 1
Now he would like to do 2 other things and I am completely stuck.
He...
Hi Everybody,
I have a little project on a old ERP Software or you can execute scripts in foxpro.
I need to copy a value from a field to a other field.
My script:
tableOpen('documents')
REPLACE ALL DO_REF6 WITH DO_NODOC WHERE DO_TYPE = 12 AND DO_CLASSIF = 3 ;
Any idea how can I do that ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.