Página 1 de 1

TDBFBrowse

Publicado: Vie Ago 04, 2006 11:20 am
por Srdjan
How I can add column to this class. I wan't see all columns from my table,
and I want other Header not deafault with name of column. Please sample.

TDBFBrowse

Publicado: Vie Ago 04, 2006 12:33 pm
por Srdjan
Jose HELP !!!
:)
"Srdjan Dragojlovic" <digikv@yahoo.com> wrote in message
news:[email=44d3114b@news.xailer.com...]44d3114b@news.xailer.com...[/email]
> How I can add column to this class. I wan't see all columns from my table,
> and I want other Header not deafault with name of column. Please sample.
>
>

TDBFBrowse

Publicado: Vie Ago 04, 2006 2:05 pm
por Ingo
Srdjan,
"Srdjan Dragojlovic" <digikv@yahoo.com> schrieb im Newsbeitrag
news:[email=44d3114b@news.xailer.com...]44d3114b@news.xailer.com...[/email]
> How I can add column to this class.
In the IDE right click on the oBrowse and select the first item in the
contextmenu and assign the properties "cHeader" with the headertext and
"oDataField" with the name of the table-field.
> I wan't see all columns from my table,
In the IDE select the column of the oBrowse you want to delete and delete it
with Strg+X.
> and I want other Header not deafault with name of column. Please sample.
In the IDE select the column and change the column property "cHeader"
Regards
Ingo

TDBFBrowse

Publicado: Vie Ago 04, 2006 3:56 pm
por Srdjan
Property oDataField not exist.
"Ingo" <ingo.jh@web.de> wrote in message news:44d3381c$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Srdjan,
>
> "Srdjan Dragojlovic" <digikv@yahoo.com> schrieb im Newsbeitrag
> news:[email=44d3114b@news.xailer.com...]44d3114b@news.xailer.com...[/email]
> > How I can add column to this class.
>
> In the IDE right click on the oBrowse and select the first item in the
> contextmenu and assign the properties "cHeader" with the headertext and
> "oDataField" with the name of the table-field.
>
> > I wan't see all columns from my table,
>
> In the IDE select the column of the oBrowse you want to delete and delete
it
> with Strg+X.
>
> > and I want other Header not deafault with name of column. Please sample.
>
> In the IDE select the column and change the column property "cHeader"
>
> Regards
>
> Ingo
>
>

TDBFBrowse

Publicado: Vie Ago 04, 2006 4:58 pm
por Giuseppe Bogetti
Il Fri, 4 Aug 2006 11:20:05 +0200, Srdjan Dragojlovic ha scritto:
> How I can add column to this class. I wan't see all columns from my table,
> and I want other Header not deafault with name of column. Please sample.
Right click on the browse control and select add column from the popup
menu.
Click in the body of the column you create the left pane shown you the
properties you can edit for the column
Click on the property cFieldName then on the botton with ...
It will open a form where you can select the table and the field you want
to bind.
HTH
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy

TDBFBrowse

Publicado: Vie Ago 04, 2006 8:34 pm
por Srdjan
Thank you
"Giuseppe Bogetti" <orangeREMOVEMEsocks@bgsoft.it> wrote in message
news:16u7nk22kr4m7$.1mxy0k95wry94$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Il Fri, 4 Aug 2006 11:20:05 +0200, Srdjan Dragojlovic ha scritto:
>
> > How I can add column to this class. I wan't see all columns from my
table,
> > and I want other Header not deafault with name of column. Please sample.
>
> Right click on the browse control and select add column from the popup
> menu.
>
> Click in the body of the column you create the left pane shown you the
> properties you can edit for the column
>
> Click on the property cFieldName then on the botton with ...
>
> It will open a form where you can select the table and the field you want
> to bind.
>
> HTH
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy

TDBFBrowse

Publicado: Vie Ago 04, 2006 9:17 pm
por Srdjan
How I can display columns from two table on one browse, tables in relations
"Giuseppe Bogetti" <orangeREMOVEMEsocks@bgsoft.it> wrote in message
news:16u7nk22kr4m7$.1mxy0k95wry94$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Il Fri, 4 Aug 2006 11:20:05 +0200, Srdjan Dragojlovic ha scritto:
>
> > How I can add column to this class. I wan't see all columns from my
table,
> > and I want other Header not deafault with name of column. Please sample.
>
> Right click on the browse control and select add column from the popup
> menu.
>
> Click in the body of the column you create the left pane shown you the
> properties you can edit for the column
>
> Click on the property cFieldName then on the botton with ...
>
> It will open a form where you can select the table and the field you want
> to bind.
>
> HTH
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy

TDBFBrowse

Publicado: Sab Ago 05, 2006 9:16 am
por Giuseppe Bogetti
Il Fri, 4 Aug 2006 21:17:34 +0200, Srdjan Dragojlovic ha scritto:
> How I can display columns from two table on one browse, tables in relations
>
I don't think you can do this using TDBFBrowse object.
Keep in mind that the demo version you are using doesn't expose the data
controls panel which enables you to access data in a oop style and achieve
what you want to do.
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy

TDBFBrowse

Publicado: Dom Ago 06, 2006 4:08 am
por neil
In article <s9xmzim32n37.1gx4kxcsqu3vf.dlg@40tude.net>,
orangeREMOVEMEsocks@bgsoft.it says...
> Il Fri, 4 Aug 2006 21:17:34 +0200, Srdjan Dragojlovic ha scritto:
>
> > How I can display columns from two table on one browse, tables in relations
> >
> I don't think you can do this using TDBFBrowse object.
>
> Keep in mind that the demo version you are using doesn't expose the data
> controls panel which enables you to access data in a oop style and achieve
> what you want to do.
I thought that the demo was the same as the full version, just that it
wouldn't produce free-standing executables? Can you give a little more
detail about "data control panel"?
Does your comment mean that this is not possible in the demo only, or
that it just isn't possible at all at this time?
Thanks
Neil

TDBFBrowse

Publicado: Lun Ago 07, 2006 9:55 am
por Giuseppe Bogetti
Il Sat, 5 Aug 2006 22:08:07 -0400, neil ha scritto:
Neil,
> In article <s9xmzim32n37.1gx4kxcsqu3vf.dlg@40tude.net>,
> orangeREMOVEMEsocks@bgsoft.it says...
>> Il Fri, 4 Aug 2006 21:17:34 +0200, Srdjan Dragojlovic ha scritto:
>>
>>> How I can display columns from two table on one browse, tables in relations
>>>
>> I don't think you can do this using TDBFBrowse object.
>>
>> Keep in mind that the demo version you are using doesn't expose the data
>> controls panel which enables you to access data in a oop style and achieve
>> what you want to do.
>
> I thought that the demo was the same as the full version, just that it
> wouldn't produce free-standing executables? Can you give a little more
> detail about "data control panel"?
> Does your comment mean that this is not possible in the demo only, or
> that it just isn't possible at all at this time?
In the upper right panel of Xailer IDE you have a tab control with all the
controls that can be used on a form.
There are two tab pages labeled "Datasets" & "Data controls".
If I remember well, this two tab pages are available only for the
Professional edition of Xailer.
If you open Xailer help you can see chapter named Datacontrols. These are
the controls I'm referring to.
But to have a more precise answer you have to ask Jose or Ignacio :-)
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy

TDBFBrowse

Publicado: Lun Ago 07, 2006 1:00 pm
por jfgimenez
Giuseppe,
>> I thought that the demo was the same as the full version, just that it
>> wouldn't produce free-standing executables? Can you give a little more
>> detail about "data control panel"?
>> Does your comment mean that this is not possible in the demo only, or
>> that it just isn't possible at all at this time?
>
> In the upper right panel of Xailer IDE you have a tab control with all the
> controls that can be used on a form.
> There are two tab pages labeled "Datasets" & "Data controls".
> If I remember well, this two tab pages are available only for the
> Professional edition of Xailer.
>
> If you open Xailer help you can see chapter named Datacontrols. These are
> the controls I'm referring to.
>
> But to have a more precise answer you have to ask Jose or Ignacio :-)
You are right. Those two tabs are not available for the personal edition.
ITOH, they are available for both the professional edition and the demo.
--
Regards,
Jose F. Gimenez
http://www.xailer.com

TDBFBrowse

Publicado: Lun Ago 07, 2006 1:07 pm
por jfgimenez
Neil,
> I thought that the demo was the same as the full version, just that it
> wouldn't produce free-standing executables? Can you give a little more
> detail about "data control panel"?
>
> Does your comment mean that this is not possible in the demo only, or
> that it just isn't possible at all at this time?
The demo is exactly equal to the professional edition. The only difference
is, as you've said, that you cannot build a standalone executable.
--
Regards,
Jose F. Gimenez
http://www.xailer.com

TDBFBrowse

Publicado: Lun Ago 07, 2006 9:23 pm
por neil
In article <44d71f0f@news.xailer.com>, "Jose F. Gimenez" <jfgimenez[ NO-
SPAM ]@wanadoo.es> says...
> Neil,
>
> > I thought that the demo was the same as the full version, just that it
> > wouldn't produce free-standing executables? Can you give a little more
> > detail about "data control panel"?
> >
> > Does your comment mean that this is not possible in the demo only, or
> > that it just isn't possible at all at this time?
>
> The demo is exactly equal to the professional edition. The only difference
> is, as you've said, that you cannot build a standalone executable.
>
Thank you for clarifying that.