show deleted Record with

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

User avatar
Anand
Posts: 596
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: show deleted Record with

Post 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
Regards,

Anand

Image
User avatar
AUGE_OHR
Posts: 2096
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: show deleted Record with

Post 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.
have fun
Jimmy
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: show deleted Record with

Post 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
BPD
Convert Dream into Reality through HMG
User avatar
AUGE_OHR
Posts: 2096
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: show deleted Record with

Post 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 :shock:

please let us discuss this in other Thread while i found Solution of this Thread.
thx all for help
have fun
Jimmy
Post Reply