CIM Load QAD EE

Good Afternoon,

I've being using cimloads in QAD all the way from 74i to SE2013. We are now using EE2014 and I'm having an issue with the messages that come out from the screen.

So a simple sample of how I'm doing the cimload would be:

input from value(cim_file).
output to value(log_file).
batchrun = true.
execname = "pitcmt1.p".
{gprun.i execname}
input close.
output close.

Until now all the message boxes and errors would be directed to the log file. With the new version If I'm running the screen as .NET the errors, when they happen will appear to the user, it's long going to the "log" file. I've added enough validation to avoid unexpected messages to appear so far, but I would like to know if someone else faced this same issue and if yes if you found a workaround to simply suppress the messages or send them back to the log.

It's a QAD source code so I cannot change the source itself just my custom routines that will call them.

Thank you


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

have tried executing in terminal mode

Hi,

Please try to run the program in terminal mode.


CIM Load QAD EE

Hello,

Yes, It will work in terminal mode the issue is only using .NET.


ABL(4GL) General Programming Group: 'CIM Load QAD EE' at The Ope

Hi,

I might already know this but still,

CIM is designed to work with CHUI. If we are planning to use only .NET then we will have to use Qxtend.

Regards,
Venkat.