[Gambas-user] crystal report.
Fabien Bodard
gambasfr at ...11...
Fri Dec 9 23:20:36 CET 2005
Le Vendredi 9 Décembre 2005 02:09, Ronald Medina a écrit :
> if only i was a millionaire i will put money on this development :)
>
> Hugo <htakada at ...626...> wrote: I believe Christian Faure (from Paraguay)
> has done some work , Christian are you reading this ?
>
> Hugo
>
> On 08/12/05, Daniel Campos < dcamposf at ...626...> wrote: Hi:
>
> This question comes from time to time to the list. Currently there's not
> any native report designer in Gambas. However you can use external tools
> like Kugar. You can communicate with Kugar sending data in XML format, that
> it will manage in order to show it as a report or print it.
>
> I think Fabien was working on a report designer... or am I wrong?
>
> Regards,
>
> D. Campos
Yes :)
But i can just show a screenshot at this time... i've not implemented the
Field widgets.
I'm currently working on it... and i hope to finish the first usable version
since 1 month.
It's not a common report tool.. as it work like the gambas form designer with
container properties.
For the desining all work good... but now my problem is to found the good way
to query the datas and make autofilled field and autosizable... I think a
field need to be a special container... i don't know...
Benoit... Or someone else... if you have ideas about that.... tell me
please ... it's time.
The report engine in a component so it can be used directly in an application.
Regards,
Fabien Bodard
ps : For this time i join a screenshot and an exemple of report template file.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: snapshot24.png
Type: image/png
Size: 189630 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20051209/7273abff/attachment.png>
-------------- next part --------------
{ report rep
Margins = 300
arrange = 2
LineStyle = 3
ForeColor = &H0000FF&
{ hBox hb1
LineStyle = 1
ForeColor = &Hc7c7c7&
FillColor = &HccccEE&
FillStyle = 1
Height = 1000
Width = 200
Spacing = 100
Padding = 30
{ Image im2
Path = gambas.png
}
{ vBox vb
Padding = 100
Spacing = 200
{ Label lab
Text = GAMBAS REPORT ENGINE
Font = 27,Bold
}
{ Label lb
Text = A New Way to Create Reports Under Linux !!!
ForeColor = &H0000FF&
Font = 15
}
}
}
{ hBox EspaceBlanc
LineStyle = 0
Height = 300
}
{ hBox hbn
LineStyle = 1
Height = 300
Spacing = 0
FillColor = &He7e7e7&
FillStyle = 1
{ hBox 1
LineStyle = 1
Expand = 1
{ Label l1
Text = Label 1
Expand = 1
Alignment = 68
}
}
{ hBox 1
LineStyle = 1
Expand = 1
{ Label l1
Text = Label 1
Expand = 1
Alignment = 68
}
}
{ hBox 1
LineStyle = 1
Expand = 1
{ Label l1
Text = Label 1
Expand = 1
Alignment = 68
}
}
{ hBox 1
LineStyle = 1
Expand = 1
{ Label l1
Text = Label 1
Expand = 1
Alignment = 68
}
}
}
{ hBox d
Height = 2000
{ hBox 1
LineStyle = 1
Expand = 1
}
{ hBox 1
LineStyle = 1
Expand = 1
}
{ hBox 1
LineStyle = 1
Expand = 1
}
{ hBox 1
LineStyle = 1
Expand = 1
}
}
}
}
More information about the User
mailing list