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

2011-12-29 Thread Fabien Bodard
es, 28 de diciembre de 2011 05:45 p.m. > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] gb.report Gambas 3 - I'm struggling > > or just change it in the ide (in the properties) > > &

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

2011-12-28 Thread Alfonso Contreras
Asunto: Re: [Gambas-user] gb.report Gambas 3 - I'm struggling or just change it in the ide (in the properties) -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT

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

2011-12-28 Thread Fabien Bodard
or just change it in the ide (in the properties) -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With

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

2011-12-28 Thread Fabien Bodard
el: martes, 13 de diciembre de 2011 07:11 a.m. > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] gb.report Gambas 3 - I'm struggling > > 2011/12/13 Bill-Lancaster : >> >> SVN >> >> Have installed it (I think!). >> >> If I

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

2011-12-28 Thread Alfonso Contreras
Gambas 3 - I'm struggling 2011/12/13 Bill-Lancaster : > > SVN > > Have installed it (I think!). > > If I run Gambas3 from where I did the install I get Gambas 2.99.6 - is > this if you haveinstalled the rc before ... you need to remove it. then make instal in the svn .

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

2011-12-13 Thread Fabien Bodard
2011/12/13 Bill-Lancaster : > > SVN > > Have installed it (I think!). > > If I run Gambas3 from where I did the install I get Gambas 2.99.6 - is this if you haveinstalled the rc before ... you need to remove it. then make instal in the svn . the version number is the same as the last rc > the s

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

2011-12-13 Thread Bill-Lancaster
SVN Have installed it (I think!). If I run Gambas3 from where I did the install I get Gambas 2.99.6 - is this the svn? running the report example produces "not enough arguments" when Print button clicked -- View this message in context: http://old.nabble.com/gb.report-Gambas-3---I%27m-struggl

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] 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

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

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

2011-12-10 Thread Fabien Bodard
2011/12/10 Bill-Lancaster : > > First, the report example doesn't work for me - it just hangs. > > I want to print information onto a pre-printed form (one A4 sheet) so there > would be a number of fields in specific positions on the page. > > Building a new project using the same components as the

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

2011-12-10 Thread Bill-Lancaster
First, the report example doesn't work for me - it just hangs. I want to print information onto a pre-printed form (one A4 sheet) so there would be a number of fields in specific positions on the page. Building a new project using the same components as the example I can get a form to print OK b