Re: [pgadmin-hackers] Edit Data enhancements

2003-07-04 Thread Andreas Pflug
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

Re: [pgadmin-hackers] Edit Data enhancements

2003-07-03 Thread Dave Page
> -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

[pgadmin-hackers] Edit Data enhancements

2003-07-03 Thread Andreas Pflug
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