In the BROWSE control (MINIGUI ver. 2) one can choose when editing a record: EDIT which opens an edit window or EDIT INPLACE for editing in the browsewindow.
I downloaded version 3.0.25 and BROWSE is still supported but EDIT and EDIT INPLACE always edits inplace - so no more new editwindow?
Is there a possibility to emulate the previous behavior or can it be done with the GRID control?
Richard
EDIT and EDIT INPLACE
Moderator: Rathinagiri
Re: EDIT and EDIT INPLACE
Hello Richard,t57042 wrote:In the BROWSE control (MINIGUI ver. 2) one can choose when editing a record: EDIT which opens an edit window or EDIT INPLACE for editing in the browsewindow.
I downloaded version 3.0.25 and BROWSE is still supported but EDIT and EDIT INPLACE always edits inplace - so no more new editwindow?
Is there a possibility to emulate the previous behavior or can it be done with the GRID control?
Please be so kind to revise the Harbour MiniGUI 2.0 ALPHA BUILD 004 Changelog:
You can use the ON DBLCLICK event of Browse control for handling the previous behavior by your custom function....
- Changed: BROWSE edit is always inplace without regarding about
'InPlace' value (Edit and Inplace properties has now the same
meaning).
...
I hope that give you an idea
Kind Regards,
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein