Temp-Table parameter using Handle Does not work - Suggestion

Posted by ijazbof on 05-Feb-2009 07:41

Hi:

I have developed a class to practice with my knowledge of OO PROGRESS ABL. The class itself works and generates an XML Excel Worksheet, the issue is that is reading only one row of the temp-table that is passed using a handle, the idea is to be able to generate the XML from any temp-table without knowing in advance the temp-table structure. If you have any ideas as to why this is not working please let me know.

Regards

Hugo Alberto

testXML.2.p

xmlExcelWriter.cls

All Replies

Posted by marko.rueterbories on 05-Feb-2009 09:44

Hi!

I had the same problems before and solved them with some kind of the attached code. Its just shortened up so you can see what happens.

Don't know exactly why the "static" temp-tables are problematicly in this case but with "dynamic" temp-tables it just works fine.

Gretz

Marko

Posted by ijazbof on 05-Feb-2009 10:46

Dear Marko:

Thanks for your help. That allowed me to solve the issue. Here is the final version of the class.

Regards

Hugo Alberto

This thread is closed