GRID plus doubleckick

Forum help and suggestions to improve this forum.

Moderator: Rathinagiri

Post Reply
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

GRID plus doubleckick

Post by serge_girard »

Hello,

I have a WINDOW (1) with GRID and ON DBLCLICK I view the details on a second WINDOW (2).
On the second WINDOW one can then do some actions like EDIT or PRINT.
EDIT will open a third WINDOW.

Closing WINDOW 3 will result in closing WINDOW 2 as well.
Then I focus on WINDOW 1 (with the GRID) but then the GRID becomes more or less frozen...

The MOUSE cannot click or doubleclick (in the GRID) but the weel is still working as well as the UP and down KEYS.
So the GRID can only be accessed by scrolling with the UP and DOWN key and the ENTER.

It looks like closing WINDOW 2 causes this strange behaviour.

Anybody know how to fix this?

Greetings and thanks,

Serge
There's nothing you can do that can't be done...
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GRID plus doubleckick

Post by Rathinagiri »

All these windows are modal windows?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: GRID plus doubleckick

Post by serge_girard »

Rathi,

No Modal and no child, both give the same behaviour.
I try to make a little sample because the originals are rather huges.

Serge
There's nothing you can do that can't be done...
User avatar
ndarz
Posts: 56
Joined: Thu Apr 23, 2015 12:29 pm
Location: Argentina

Re: GRID plus doubleckick

Post by ndarz »

Serge, me ha sucedido algo similar hace un tiempo atras, pero realmente no recuerdo mi solucion.
Mi pregunta es, que tipo de controles tiene la ventana 2 y la ventana 2, para tratar de reproducir el error.

English, with the power of google translate

Serge, something similar has happened to me a while ago, but I really do not remember my solution.
My question is, what kind of controls have the window 2 and window 3, to try to reproduce the error?
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: GRID plus doubleckick

Post by serge_girard »

Ndarz,

WINDOW 1: (Overview): TEXTBOXES, RADIOGROUP, DATEPICKER, CHECKBOX, GRID (to select, doubleclick an item to view in WINDOW 2) and 1 button
WINDOW 2: (View details): LABELS, GRID (with subdetails), DATEPICKER, BUTTONS (to EDIT in WINDOW 3, PRINT, ...)
WINDOW 3: (Edit details + header): TEXTBOXES, LABELS, EDITBOX, 2 GRID, DATEPICKER, CHECKBOX, COMBOBOX, BUTTON (save)

That's it!

Serge
There's nothing you can do that can't be done...
Post Reply