Hello,
I am trying to migrate a 4gl application that generates reports and saves them in files on a linux server. The source was designed to be compiled into c-code and ASCII type variables were used to store the printer code. I decided to remove the variables and have the printer code hard coded into the source. Now the printer code is written to the file but the printer prints it as regular text.
Could this be due to the ASCII datatype?
Is the ASCII datatype supported with p-code?
Thanks
Jason Fournier
I am trying to migrate a 4gl application that generates reports and saves them in files on a linux server. The source was designed to be compiled into c-code and ASCII type variables were used to store the printer code. I decided to remove the variables and have the printer code hard coded into the source. Now the printer code is written to the file but the printer prints it as regular text.
Could this be due to the ASCII datatype?
Is the ASCII datatype supported with p-code?
Thanks
Jason Fournier