Dave Page wrote:
- edit length problem still not found
:-(
Getting nearer:
The edit control is generated as multiline control in win32, and single
line in gtk. Both imposes some restrictions to us. win32 allows return
to be entered, but there's no autoscroll, while gtk will scroll but
d
> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED]
> Sent: 03 July 2003 11:36
> To: Dave Page; [EMAIL PROTECTED]
> Subject: Edit Data enhancements
>
>
> As soon as there is a pgadmin.org domain again and the hosts are
> locatable I'll upload some enhancements.
>
> f
As soon as there is a pgadmin.org domain again and the hosts are
locatable I'll upload some enhancements.
frmEditGrid:
- empty cell are interpreted as NULL
- if an empty string is to be entered, use '' (two single quotes)
- to enter a string consisting solely of two single quotes, enter \'\'
- A