Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-11 Thread Fabien Bodard
2011/12/11 Bill-Lancaster : > > sorry, I can't find what svn version means! http://gambasdoc.org/help/howto/svn?v3 -- Fabien Bodard -- Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-11 Thread Bill-Lancaster
sorry, I can't find what svn version means! -- View this message in context: http://old.nabble.com/gb.report-Gambas-3---I%27m-struggling-tp32951969p32956050.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Runtime missing!!!

2011-12-11 Thread Willy Raets
Hi Jesus, Thanks, at least now I know what is going on and there is nothing wrong with the installation of Gambas 3. Guess I'll just have to wait. Could not find much info on using GB DIR to do a home-made package for Gambas applications. Take care.. On zo, 2011-12-11 at 15:35 +0100, Jesus wrot

Re: [Gambas-user] Runtime missing!!!

2011-12-11 Thread Jesus
El 11/12/11 14:54, Willy Raets escribió: > Hi, > > Don't really know if this is the right place to post this but anyway: > > I installed the latest version of Gambas using 'gambas3-2.99.6.tar.bz2' > After unpacking into a folder I did the > ./reconfig-all-> no problems > ./configure -C -> no

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-11 Thread Fabien Bodard
2011/12/11 Bill-Lancaster : > > A step forward! > > Have discovered if I insert a ReportTextLabel in Report1 then select 'embed > into a container' from its properties I get Panel1 containing the > ReportTextLabel. > > So now I know what you meant by a 'panel' and the error 'Unknown Symbol etc' > h

[Gambas-user] Runtime missing!!!

2011-12-11 Thread Willy Raets
Hi, Don't really know if this is the right place to post this but anyway: I installed the latest version of Gambas using 'gambas3-2.99.6.tar.bz2' After unpacking into a folder I did the ./reconfig-all-> no problems ./configure -C -> no problems make -> no problems sudo make install -> no prob

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-11 Thread Bill-Lancaster
A step forward! Have discovered if I insert a ReportTextLabel in Report1 then select 'embed into a container' from its properties I get Panel1 containing the ReportTextLabel. So now I know what you meant by a 'panel' and the error 'Unknown Symbol etc' has gone away. I couldn't see an item calle

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-11 Thread Bill-Lancaster
Dear Fabien, OK, I have one main form with a button that opens Report1 (a report type of form - is that what you call a 'panel'?) The I added a ReportTextLabel set width, height, x & y. Then in code for Report1 I have, Public Sub TextLabel_Data() Last.Data = "KK" End When I run i