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...
Hello everybody,
I go testing and everything works perfectly! thank you thank you thank you for your help! [peace]
tableOpen('documents')
REPLACE documents.DO_REF6 WITH transform (DO_NODOC) FOR DO_TYPE = 12 AND DO_CLASSIF = 3
Hello
thanks !
Yes on the same Table the for field: DO_NODOC, DO_REF6, DO_CLASSIF and DO_Type
But I think that DO_NODOC and DO_REF6 is not the format maybe ? (Error msg is data type not compatible)
Because we use an api that can modify only if the DO_REF6 field is filled in. The only way to...
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.