EDIT and EDIT INPLACE

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
t57042
Posts: 148
Joined: Tue Mar 16, 2010 9:46 am
Location: belgium

EDIT and EDIT INPLACE

Post 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
User avatar
gfilatov
Posts: 1116
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: EDIT and EDIT INPLACE

Post 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:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
Post Reply