Thank you it's work...
I need your opinion on my project. It's in Syteline ERP.
"Item" field is a primary key in the system. This field is on hundred table. So we can't change item name as soon as a transaction is made.
My program does this:
- Search all table that have the field "item"
-...
So to build my script I need to find all table who include "item" field. The user enter the old name and the new name my script look in every table for this old name and change it for the new one.
What did you put exactly in your txt file? Only the Item table data or all the tables data?
Thank you Darren,
Our need is more drastic, I want to change the master name itself. In fact we want to implement a new nomenclature and keept all the history. Example, we have the item master "Item01" we want to call it "Product01" and all the order or job history are now "Product01".
Vincent
Hi,
I want to change the name of items on my Syteline ERP. But I can't because the name is liked every where in the progress database.
I'm asking if I found all the table with item field and change the name on each table is that can work?
Thank
Yes that is... Thank you guys. It's the first time I have to play with handle, I learn a lot with this case. I hope all will work find for the rest of my procedure.
Thanks
Why only "MESSAGE" work. I try to stock value on variable and Display it and that don't work. here the code...
test.p
DEFINE VAR h-table AS HANDLE.
DEF NEW GLOBAL SHARED TEMP-TABLE t-test
FIELD c-test AS CHAR.
CREATE t-test .
ASSIGN t-test.c-test ="eee".
CREATE t-test .
ASSIGN...
Hi
Here my need, I want to create a file (eg proc.p) with in input parameter a temporary table. So I can call this file in another program. The table that is passed as a parameter can be different depending of the program that call it.
The only thing I got is to pass table in parameter but it...
Hi,
I've got this error:
Error 98 errno 13 when I using output to. I know why, it's because the file is open by someone and he propably lock it.
What I want it's be able to output to an other file in case the file is already open. Can some one help me?
Thank
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.