Re: HMG.3.4.2
Posted: Mon Oct 12, 2015 8:29 pm
the replacement of the numbers work without RedrawWindow (BUSTA1.HANDLE) but remains the problem by swiping your sheet and changing months
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
Your code works fine for my, I do not know if same thing happens other people ?emzampi wrote:Eminent Dr. Claudio Soto you gave me solve my problem ?? or is it just a matter of time?.
You are trying to activate Wait window before activating Main window ?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
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()