If it's just a list report then you can call a Unibasic subroutine that uses
an execute with the capture keyword then pass the captured data back to the
calling program. If the report comes from many sources I would have a Unibasic
subroutine that gathers the data and sends it back as html pages or in xml
created in the subroutine. You could also generate the xml with the list toxml
keyword but capture it to the &hold& file then read it back into the program
and send it out to the calling program.
Jerry
> To: u2-users@listserver.u2ug.org> Subject: RE: [U2] UniSubroutine question>
From: [EMAIL PROTECTED]> Date: Thu, 12 Jun 2008 13:13:51 -0500> >
>>In UO.NET I get my databasic to return xml - that way I can bind it to>
>>most any control.> > XML would be great. I am not sure about the syntax
still. For example:> > LIST INVENTORY-MASTER WITH PART_TYPE = "5" PARTNUM
DESCRIPTION TOXML> > This will list the XML to the screen. How do I capture
the XML text and > return it to the calling program? > > Also, my
understanding is that you can generate DTD as well. Do you use > this? If so,
how do you capture the DTD?> > Also, in cases where something more complex is
needed than a query, can > XML be generated? Say you wanted to pull items from
different files and > do calculations, etc. Do you have to build dictionary
attributes in all > cases?> > Charles Shaffer> Senior Analyst> NTN-Bower
Corporation> -------> u2-users mailing list> u2-users@listserver.u2ug.org> To
unsubscribe please visit http://listserver.u2ug.org/
_________________________________________________________________
Now you can invite friends from Facebook and other groups to join you on
Windows Live Messenger. Add now.
https://www.invite2messenger.net/im/?source=TXT_EML_WLH_AddNow_Now
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to