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:
Any idea how can I do that ?
thanks !
Vince
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:
Code:
tableOpen('documents')
REPLACE ALL DO_REF6 WITH DO_NODOC WHERE DO_TYPE = 12 AND DO_CLASSIF = 3 ;
Any idea how can I do that ?
thanks !
Vince