HMG.3.4.2

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: HMG.3.4.2

Post by emzampi »

the replacement of the numbers work without RedrawWindow (BUSTA1.HANDLE) but remains the problem by swiping your sheet and changing months
emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: HMG.3.4.2

Post by emzampi »

I think it is interesting to note that the numbers return to their place by sliding the paper
emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: HMG.3.4.2

Post by emzampi »

Eminent Dr. Claudio Soto you gave me solve my problem ?? or is it just a matter of time?.
thank you for everything you do for hmg (you must have a beautiful head - is a saying Italian to say you a brainiac)
User avatar
koke
Posts: 116
Joined: Wed Aug 21, 2013 3:54 pm
DBs Used: DBF, mySql, mariaDB

Re: HMG.3.4.2

Post by koke »

Estoy teniendo un problema con nowait y me gustaría saber si hay una nueva manera de llamarlo.
---------------------------------------------
I'm having a problem with nowait and i like to know if there is a new way to call it.

Error
MESSAGE OF _HMG_CHILDWAITWINDOW Not defined

While Compiling
---------------------------------------------
Cuando Compilo

Gracias
,___,
[O.o]
/)__)
-”–”-
KoKe
User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG.3.4.2

Post by srvet_claudio »

emzampi wrote:Eminent Dr. Claudio Soto you gave me solve my problem ?? or is it just a matter of time?.
Your code works fine for my, I do not know if same thing happens other people ?
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG.3.4.2

Post by srvet_claudio »

koke wrote:Estoy teniendo un problema con nowait y me gustaría saber si hay una nueva manera de llamarlo.
---------------------------------------------
I'm having a problem with nowait and i like to know if there is a new way to call it.

Error
MESSAGE OF _HMG_CHILDWAITWINDOW Not defined

While Compiling
---------------------------------------------
Cuando Compilo

Gracias
You are trying to activate Wait window before activating Main window ?
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: HMG.3.4.2

Post by emzampi »

as you can see from the video that enclose it with your .exe problem persists when I scroll the window (I attach files to support program)
User avatar
koke
Posts: 116
Joined: Wed Aug 21, 2013 3:54 pm
DBs Used: DBF, mySql, mariaDB

Re: HMG.3.4.2

Post by koke »

Gracias Dr. Claudio eso era.

--------------------
thanks dr Claudio it was that.
,___,
[O.o]
/)__)
-”–”-
KoKe
User avatar
dragancesu
Posts: 930
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: HMG.3.4.2

Post by dragancesu »

I tried to make a compilation of programs that need to connect to postgreSQL database but does not go, the next error

Code: Select all

Harbour 3.2.0dev (r1312060701)
Copyright (c) 1999-2013, http://harbour-project.org/
C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/demo.o:demo.c:(.data+0x38): undefined reference to `HB_FUN_DBPGCONNECTION'
C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/demo.o:demo.c:(.data+0x258): undefined reference to `HB_FUN_PGRDD'
C:/hmg/mingw/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/demo.o: bad reloc address 0xf in section `.text.startup'
C:/hmg/mingw/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: final link failed: Invalid operation
collect2.exe: error: ld returned 1 exit status
hbmk2: Error: Running linker. 1
gcc.exe C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/demo.o C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/hbmk_hpf98d.o c:/hmg/SAMPLES/SQL/POSTGRESQL.1/_temp.o    -Wl,--nxcompat -Wl,--dynamicbase -mwindows -Wl,--start-group -lhmg -lcrypt -ledit -leditex -lgraph -lini -lreport -lhfcl -lmsvfw32 -lvfw32 -lhbct -lhbwin -lhbmzip -lminizip -lhbmemio -lhbmisc -lhbmysql -lmysql -lhbtip -lhbsqlit3 -lsddodbc -lrddsql -lsddmy -lhbodbc -lodbc32 -lhbhpdf -lhbfimage -lhbpgsql -lhbnetio -lxhb -lpng -llibhpdf -lhbvpdf -lhbzebra -lhbextern -lhbdebug -lhbvmmt -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbmainwin -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib   -Wl,--end-group -odemo.exe  -LC:/hmg/harbour/lib/win/mingw -LC:/hmg/lib

hbmk2: Error: Referenced, missing, but unknown function(s): DBPGCONNECTION(),
       PGRDD()
program is \hmg.3.4.2\samples\sql\postgresql.1qdemo.prg
os win7 hmg.3.4.2 patch 1
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG.3.4.2

Post by Rathinagiri »

Is that working in the previous versions of HMG?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply