Mailinglist Archive: opensuse-programming (84 mails)
| < Previous | Next > |
Re: [suse-programming-e] QDataBrowser can not display bpchar(150)
- From: Brad Bourn <brad@xxxxxxxxxxxx>
- Date: Wed, 4 Aug 2004 11:51:04 -0600
- Message-id: <200408041151.04300.brad@xxxxxxxxxxxx>
You should be able to set it to
QString
B-)
On Wednesday 04 August 2004 11:41 am, Prabu Subroto wrote:
> Dear my friends...
>
> I am using postgres 7.2.x, Qt 3.2 and SuSE 9.1 .
>
> I want to make the list of customer list with
> "previous", "next", "first" and "last" buttons.
>
> Finally, I create this with QDataBrowser.
> Actually it works...the four buttons work as I
> expected. but what weird is that the QLineEdit of
> Address can not display the value of the field
> "address". I define this field with bpchar(150). Does
> it has anything to do with the datatype?
> Which data type should I use?
>
> Please tell me where my mistake is.
>
> Thank you very much.
>
>
>
> __________________________________
> Do you Yahoo!?
> Y! Messenger - Communicate in real time. Download now.
> http://messenger.yahoo.com
QString
B-)
On Wednesday 04 August 2004 11:41 am, Prabu Subroto wrote:
> Dear my friends...
>
> I am using postgres 7.2.x, Qt 3.2 and SuSE 9.1 .
>
> I want to make the list of customer list with
> "previous", "next", "first" and "last" buttons.
>
> Finally, I create this with QDataBrowser.
> Actually it works...the four buttons work as I
> expected. but what weird is that the QLineEdit of
> Address can not display the value of the field
> "address". I define this field with bpchar(150). Does
> it has anything to do with the datatype?
> Which data type should I use?
>
> Please tell me where my mistake is.
>
> Thank you very much.
>
>
>
> __________________________________
> Do you Yahoo!?
> Y! Messenger - Communicate in real time. Download now.
> http://messenger.yahoo.com
| < Previous | Next > |