Page 2 of 2
Re: show deleted Record with
Posted: Wed Dec 11, 2019 10:21 am
by Anand
If you want to use browse, better check TSBrowse. You will find many samples and doc of the same in MiniGUI Ex.
It has many advance features and can correlate with browse of Xbase++.
Regards,
Anand
Re: show deleted Record with
Posted: Wed Dec 11, 2019 11:05 am
by AUGE_OHR
Anand wrote: ↑Wed Dec 11, 2019 10:21 am
If you want to use browse, better check TSBrowse.
You will find many samples and doc of the same in MiniGUI Ex.
It has many advance features and can correlate with browse of Xbase++.
YES, i found "SET BROWSESYNC ON" in many Files include DBU.PRG
i still have some Problem to use MiniGUI IDE where i try to "import" working HMG Project e.g. with FMG Files.
but i get Error like
Error: Unresolved external '_HB_FUN_FORM_LOAD' referenced from C:\MINIGUI\SAMPLES\0\CLICK2\OBJ\CLICK2.OBJ
i'm total confused while i have made a Demo with same Code (!) and that load same (!) modify FMG and show it
Error like this is what i have to find out before use more "Goodies" of MiniGUI.
Re: show deleted Record with
Posted: Wed Dec 11, 2019 12:14 pm
by bpd2000
Hi Jimmy
HMG FMG can not be ported to minigui in all cases
Because all the syntax of HMG and Minigui are not identical
Re: show deleted Record with
Posted: Wed Dec 11, 2019 10:34 pm
by AUGE_OHR
hi,
bpd2000 wrote: ↑Wed Dec 11, 2019 12:14 pm
HMG FMG can not be ported to minigui in all cases
Because all the syntax of HMG and Minigui are not identical
please have a look in this this Thread
http://hmgforum.com/viewtopic.php?f=12&t=6232
i have found difference of HMG and MiniGUI FMG and have create "new" FMG in MiniGUI.
i can load it with a small Demo file but when use "same" Code and "same" FMG in my App i got that Error
please let us discuss this in other Thread while i found Solution of this Thread.
thx all for help