Page 1 of 1

EDIT and EDIT INPLACE

Posted: Tue Mar 16, 2010 6:08 pm
by t57042
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

Re: EDIT and EDIT INPLACE

Posted: Tue Mar 16, 2010 6:45 pm
by gfilatov
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?
Hello Richard,

Please be so kind to revise the Harbour MiniGUI 2.0 ALPHA BUILD 004 Changelog:
...
- Changed: BROWSE edit is always inplace without regarding about
'InPlace' value (Edit and Inplace properties has now the same
meaning).
...
You can use the ON DBLCLICK event of Browse control for handling the previous behavior by your custom function.

I hope that give you an idea :idea: