RE: Net Express 5.1 Licensing
Hello,Are you referring the actual Net Express 5.1 product or its runtime (aka Server for COBOL 5.1... or simply Server 5.1)?If it is the actual Net Express 5.1 product, the CPUs and cores are...
View ArticleRE: Start OUTLOOK from Netexpress 5.1
You can start outlook with a ShellExecute call WINAPI ShellExecute using by value 0 size 4, by value 0 size 4, by reference z"outlook.exe"...
View ArticleRE: Start OUTLOOK from Netexpress 5.1
Thank you for the sugestions. Making the following changes it works perfect:000008 call-convention 66 is winapi. *> 74 does not link CALL winapi "ShellExecuteA" using...
View ArticleRE: Start OUTLOOK from Netexpress 5.1
Your changes are ok, but I define the api-calls and references like this: $set constant UNICODE (0) $IF UNICODE = 0 78 Suffix value "A". $ELSE 78 Suffix...
View ArticleStart OUTLOOK from Netexpress 5.1
Who can help me? I want to send automatically without Intervention of the operator an Email from my program with NETEXPRESS 5.1.I prepare the mail with invoke MessageObj "SetTo" using...
View ArticleRE: Dirver ODBC
Hello,Micro Focus does not provide any additional ODBC drivers for Net Express 3.1 besides those that come with the original setup.You should be able to obtain an ODBC driver directly from Firebird as...
View ArticleRE: Memory Violation
What Net Express wrappack level do you have installed and on what OS are you running? Normally repairing Net Express would fix this problem but a reinstall should certainly do it as well.What changed...
View ArticleRE: Memory Violation
Thanks for your reply.I have installed nxp3251060079 Wrap Pack 6.I can animate directly in the IDE its only DEBUGBREAK that is the issue.I am on Windows 7.The only think I did before the error stated...
View ArticleRE: Memory Violation
Does this error occur in all programs or just in this particular one? If you compile a simple hello world sample or one of the NX samples like adsamp using the directive INITCALL"CBL_DEBUGBREAK" do you...
View ArticleRE: Memory Violation
Thanks ill try both, can you direct me to where I can get Wrappack 12 from?
View ArticleRE: Memory Violation
If you are current on maintenance then you can download any wrappack from the microfocus.com supportline site at supportline.microfocus.com/login.aspx
View ArticleRE: Memory Violation
OK thanks for that reply..I have installed Wrappack 12 and the issue still persists. I ran adsamp using the directive INITCALL"CBL_DEBUGBREAK" and I don't get the issue, the animator opened and I can...
View ArticleRE: Memory Violation
Sounds like the problem is specific to your application and not a general problem with CBL_DEBUGBREAK. I would recommend that you open up a support incident with customer care so that we can...
View ArticleMemory Violation
Out of the blue I started having an issue yesterday when encountering a CBL_DebugBreak.When the break is encountered I get the usual COBOL RTS message On selecting “NO” process carries on as usual.On...
View ArticleINVOKE OUTLOOK ERROR
If I invoke OUTLOOK from within my NETEXPRESS program and something fails, if I am using the 001188 invoke exceptmgr "register" using oleExceptMgr001189...
View ArticleRE: Illegal character in numeric field
Hello,I just tested this with Net Express, and it did fail with RTS 163 'Illegal character in numeric field'Is it possible that you have COBSW=-F set because this will override the CHECKNUM...
View Article