Thanks Ray

Yes, I can definitely do it that way, and have been using UniObjects like that 
for a couple years now (without the XML step).  I was hoping there was a way to 
combine all those steps into the UniXML class.    

I think, based on your response and the lack of any other suggestions, I'm 
going to assume it's not available at this time. 

Thanks again for the reply though.


Victor St. Clair
Jenkon
Vancouver, WA
360.256.4400
[EMAIL PROTECTED]
www.jenkon.com


 -----Original Message-----
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]  On Behalf Of Ray Wurlod
Sent:   Tuesday, January 31, 2006 5:07 PM
To:     u2-users@listserver.u2ug.org
Subject:        Re: [U2] Active Select list with UniXML

I think you'll need to use a SelectList object to manipulate the list of keys, 
a File object to use those keys to access records, possibly a DynamicArray 
object to receive the results of the File object's Read method, and then run 
this through the XML generator.

> ----- Original Message -----
> From: "Victor St Clair" <[EMAIL PROTECTED]>
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Active Select list with UniXML
> Date: Tue, 31 Jan 2006 11:49:15 -0800
> 
> 
> Hello all
> 
> Haven't had any response on this question.  But I sent it out late on Friday
> afternoon so maybe missed it being seen by some one who know the answer.  So
> I'm resending it now.   Hopefully there will be some one who can shed some
> light on the topic, even if it's just to say "nope, you can't do it".
> 
> Does any one know of a way to use a select list with the UniXML class in
> UniObjects .Net?
> 
> We have been using UniObjects.Net to retrieve data from UniData 7.1 using the
> UniXML class.
> A typical query would be something like...
>       UniXML xml = Session.CreateUniXML();
>       xml.GenerateXML("list FileName with selection_criteria fieldName 
> fieldName
> TOXML");
> 
> Overall this has been working out very well.
> 
> What I would like to be able to figure out is how to use this list command
> with an active select list.   Has any one done this?  (Am I missing something
> obvious?)
> 
> thanks
> 
> Victor St. Clair
> Jenkon
> Vancouver, WA
> 360.256.4400
> [EMAIL PROTECTED]
> www.jenkon.com
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to