Page 9 of 21

Re: HMG.3.4.2

Posted: Mon Oct 12, 2015 8:29 pm
by emzampi
the replacement of the numbers work without RedrawWindow (BUSTA1.HANDLE) but remains the problem by swiping your sheet and changing months

Re: HMG.3.4.2

Posted: Mon Oct 12, 2015 8:42 pm
by emzampi
I think it is interesting to note that the numbers return to their place by sliding the paper

Re: HMG.3.4.2

Posted: Fri Oct 16, 2015 5:43 pm
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)

Re: HMG.3.4.2

Posted: Fri Oct 16, 2015 7:36 pm
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

Re: HMG.3.4.2

Posted: Sat Oct 17, 2015 12:08 am
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 ?

Re: HMG.3.4.2

Posted: Sat Oct 17, 2015 12:13 am
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 ?

Re: HMG.3.4.2

Posted: Sat Oct 17, 2015 9:00 am
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)

Re: HMG.3.4.2

Posted: Sat Oct 17, 2015 5:53 pm
by koke
Gracias Dr. Claudio eso era.

--------------------
thanks dr Claudio it was that.

Re: HMG.3.4.2

Posted: Sat Oct 17, 2015 10:47 pm
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

Re: HMG.3.4.2

Posted: Sun Oct 18, 2015 3:15 am
by Rathinagiri
Is that working in the previous versions of HMG?