[Gambas-devel] need a hand for testing
Charlie Reinl
Karl.Reinl at ...16...
Tue Mar 1 21:55:07 CET 2005
Salut,
I wrote a class for handle with gb.db and TableView.
I'v tried to use strictly the gb.db sql way.
Most ran fine, even if it is not finally tested .
My problem are two things (till now).
First :
In the project you can use the right mouse button to click on cell or the
columns header.
Click on a cell opens a InputBox with the Cells value for makeing changes
Click on the header opens a InputBox for asking a value to search for on this
column.
That makes troubles on postgresql.
If I'm on the first page, the right mouse click on the header works fine (use
xPos = Mouse.X , yPos = Mouse.Y , TBVdb1.RowAt(yPos),
TBVdb1.ColumnAt(xPos) [you find it in FMain.TBVdb1_MouseDown()]) to find out
where I am.
But if I'v scrolled down on the TableView and click on the header I get back a
Cell.Value
Seconde:
But this can be while I ignore the right syntax my 'Like 1&' don't work on
postgresql (to find in DBTableView.TblVFind).
Would be nice to have a look to it.
Oh, I have to say, my postgresql is roughly installed and makes sometimes
troubles.
Thanks
Amicalment
Charly
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DBTableView-0.0.1.tar.gz
Type: application/x-tgz
Size: 77540 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20050301/f4d7fd9d/attachment.bin>
More information about the Devel
mailing list