Jothilingam
26th October 2005, 08:37
Hai,
I exported (with not script, only script object) a customized package from BaanIV to BaanVc., In BaanIV the codes are executing fine but in BaanV some of the same codes are not executing the way they have to....
For Information:
---------------
BaanIV SP8
BaanV SP15
Codes For Example:
--------------------
In BaanIV:
-----------
after.display:
gccus350.loan = gccusl360.ltyp
db.eq(tgccus350)
In BaanV:
----------
after.display:
The above code was giving wrong results....
so I converted the db.eq functions into select statement
after that it started working fine...
Trouble shooting options:
----------------------
Option 1: Conversion of db.eq function to select statement
--------
Option 2: Is it because, I changed the coded and compiled once again
------- in BaanV
My main doubt is on option2 - once again I compiled in BaanV.
I also run the compilation for the whole package.... scripts only or the
Particular vrc...
In case the option 2 is correct then... (Like compilation problem)
What as to be done to make all the scripts work in BaanVc
Can some one advice me...
Jothilingam
I exported (with not script, only script object) a customized package from BaanIV to BaanVc., In BaanIV the codes are executing fine but in BaanV some of the same codes are not executing the way they have to....
For Information:
---------------
BaanIV SP8
BaanV SP15
Codes For Example:
--------------------
In BaanIV:
-----------
after.display:
gccus350.loan = gccusl360.ltyp
db.eq(tgccus350)
In BaanV:
----------
after.display:
The above code was giving wrong results....
so I converted the db.eq functions into select statement
after that it started working fine...
Trouble shooting options:
----------------------
Option 1: Conversion of db.eq function to select statement
--------
Option 2: Is it because, I changed the coded and compiled once again
------- in BaanV
My main doubt is on option2 - once again I compiled in BaanV.
I also run the compilation for the whole package.... scripts only or the
Particular vrc...
In case the option 2 is correct then... (Like compilation problem)
What as to be done to make all the scripts work in BaanVc
Can some one advice me...
Jothilingam