Re: [Gambas-user] Help to make on the fly pointer to various result sets

2011-04-15 Thread Jeff Halverson
documentation? Jeff H On Wed, 2011-04-13 at 10:50 +0930, Bruce Bruen wrote: > On Wednesday, April 13, 2011 09:21:05 AM Jeff Halverson wrote: > > I have something that is puzzling me that seems easy to do, but I can't > > figure it out... I was hoping somebody might be able to

Re: [Gambas-user] Help to make on the fly pointer to various result sets

2011-04-13 Thread Jeff Halverson
Thanks, this is exactly what I was looking for. I knew there must be a way to do this and am suprised I missed the Results[String] formating option! Jeff H Tokyo On Wed, 2011-04-13 at 10:50 +0930, Bruce Bruen wrote: > On Wednesday, April 13, 2011 09:21:05 AM Jeff Halverson wrote: > &g

Re: [Gambas-user] Help to make on the fly pointer to various result sets

2011-04-13 Thread Jeff Halverson
in a subsequent response to use the form of "ResultName[String]" in lieu of "ResultName!ResultField". Thanks! Jeff H Tokyo On Wed, 2011-04-13 at 10:19 +1000, richard terry wrote: > On Wednesday 13 April 2011 09:51:05 Jeff Halverson wrote: > > I have something that i

[Gambas-user] Help to make on the fly pointer to various result sets

2011-04-12 Thread Jeff Halverson
I have something that is puzzling me that seems easy to do, but I can't figure it out... I was hoping somebody might be able to help. If I have the following available from a resultset: DataSummary!InvestmentName DataSummary!BrokerName DataSummary!ManagementCompanyName DataSummary!RegionName An