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

2011-04-15 Thread BenoƮt Minisini
> By the way, where do you find information like this? After being > informed of the wonderful Result[String] format, I exhaustively searched > through the Gambas documentation and did not see any mention of it. Is > this a new style that is not yet documented, of I have missed finding > somethin

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

2011-04-15 Thread Jeff Halverson
By the way, where do you find information like this? After being informed of the wonderful Result[String] format, I exhaustively searched through the Gambas documentation and did not see any mention of it. Is this a new style that is not yet documented, of I have missed finding something in the d

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: > > I have som

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

2011-04-13 Thread Jeff Halverson
Sorry, I guess I over simplified my example and poorly explained it! Actually I was looking to be able to use a variable to change the field I look up in a result... In some cases, I was hoping to use a concatenated string to get various results from the database. It seems this has been answered

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

2011-04-12 Thread Bruce Bruen
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 help. > > If I have the following available from a resultset: > > DataSummary!InvestmentName > DataSu

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

2011-04-12 Thread richard terry
On Wednesday 13 April 2011 09:51:05 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 help. > > If I have the following available from a resultset: > > DataSummary!InvestmentName > DataSummary

[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