Moderator: Rathinagiri
-
esgici
- Posts: 4425
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Has thanked: 305 times
- Been thanked: 99 times
-
Contact:
Post
by esgici » Thu Aug 19, 2010 6:56 pm
Hi all
It's annoying being first in such topic
from C:\HMG.4\hmg\samples\window.main\demo_1.prg :
Error BASE/1004 No exported method: EVAL
Called from (b)EVAL(0)
Called from WINDOW:ACTIVATE(1829)
Called from MAIN(27)
Regards
--
Esgici
Last edited by
esgici on Sat Aug 21, 2010 8:48 pm, edited 1 time in total.
Viva
INTERNATIONAL HMG

-
esgici
- Posts: 4425
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Has thanked: 305 times
- Been thanked: 99 times
-
Contact:
Post
by esgici » Thu Aug 19, 2010 9:17 pm
And ...
C:\HMG.4\hmg\samples\combobox\demo_1 :
Error BASE/1005 Message not found: COMBOBOX:_VALUE
Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(31
C:\HMG.4\hmg\samples\combobox\demo_2 :
Error BASE/1005 Message not found: COMBOBOX:_VALUE
Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(28)
C:\HMG.4\hmg\samples\combobox\demo_3 :
Error BASE/1005 Message not found: COMBOBOX:_VALUE
Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(30)
Regards
--
Esgici
Viva
INTERNATIONAL HMG

-
esgici
- Posts: 4425
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Has thanked: 305 times
- Been thanked: 99 times
-
Contact:
Post
by esgici » Thu Aug 19, 2010 10:22 pm
Too many errors
Including compiler errors
Probably I miss somethings important
Regards
--
Esgici
Viva
INTERNATIONAL HMG

-
danielmaximiliano
- Posts: 2070
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Has thanked: 99 times
- Been thanked: 15 times
-
Contact:
Post
by danielmaximiliano » Fri Aug 20, 2010 12:43 am
Hola Esgici:
yo segui los pasos para bajar todo desde el SVN , compile siguiendo mis metodos
(ver
http://hmgforum.com/viewtopic.php?f=24&t=1641 y no eh tenido problemas
no tengo la carpeta llamada HMG dentro de HMG4
un saludo
-
Attachments
-

- Capture4.jpg (125.22 KiB) Viewed 1402 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. : +54901169026142
Telegram Name : DaNiElMaXiMiLiAnO
-
Roberto Lopez
- HMG Founder
- Posts: 3905
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
Post
by Roberto Lopez » Fri Aug 20, 2010 1:24 am
esgici wrote:Hi all
It's annoying being first in such topic
from C:\HMG.4\hmg\samples\window.main\demo_1.prg :
Error BASE/1004 No exported method: EVAL
Called from (b)EVAL(0)
Called from WINDOW:ACTIVATE(1829)
Called from MAIN(27)
Regards
--
Esgici
The code was incorrectly changed.
It is currently:
:OnInit := oWindow:Center()
But it should be:
:OnInit := { || oWindow:Center() }
I'll correct it and commit the fix.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
-
Roberto Lopez
- HMG Founder
- Posts: 3905
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
Post
by Roberto Lopez » Fri Aug 20, 2010 1:25 am
esgici wrote:And ...
C:\HMG.4\hmg\samples\combobox\demo_1 :
Error BASE/1005 Message not found: COMBOBOX:_VALUE
Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(31
C:\HMG.4\hmg\samples\combobox\demo_2 :
Error BASE/1005 Message not found: COMBOBOX:_VALUE
Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(28)
C:\HMG.4\hmg\samples\combobox\demo_3 :
Error BASE/1005 Message not found: COMBOBOX:_VALUE
Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(30)
Regards
--
Esgici
Combobox is not coded yet, so the sample is not working.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
-
esgici
- Posts: 4425
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Has thanked: 305 times
- Been thanked: 99 times
-
Contact:
Post
by esgici » Fri Aug 20, 2010 1:31 am
All are about SVN
Some help of Daniel give me some hints
My and Daniel's dir stru is different
IMHO only mystic is SVN
Sadly my battery discharged for today.
Thanks
Best regards
--
Esgici
Viva
INTERNATIONAL HMG

-
Roberto Lopez
- HMG Founder
- Posts: 3905
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
Post
by Roberto Lopez » Fri Aug 20, 2010 1:44 am
esgici wrote:All are about SVN
Some help of Daniel give me some hints
My and Daniel's dir stru is different
IMHO only mystic is SVN
Sadly my battery discharged for today.
Thanks
Best regards
--
Esgici
I've uploaded a fix and removed samples for not started controls.
To assure that you have the correct installation, please, delete the content of SVN folder, go to explorer, right click on it and select 'SVN checkout'.
When finished, you'll have a clean and updated copy of the sources.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
-
esgici
- Posts: 4425
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Has thanked: 305 times
- Been thanked: 99 times
-
Contact:
Post
by esgici » Sat Aug 21, 2010 1:31 pm
Hello

- Two different HMG.4 <DIR> structures
- HMG4DirStrus.jpg (15.89 KiB) Viewed 1372 times
I'm still confusing
<DIR> was building by downloaded HMG.4 setup prg and changed by SVN
Which one is correct, and how I can reach that correct way ?
Regards
--
Esgici
Viva
INTERNATIONAL HMG

-
esgici
- Posts: 4425
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Has thanked: 305 times
- Been thanked: 99 times
-
Contact:
Post
by esgici » Sat Aug 21, 2010 1:35 pm
... and,
struggling under these type of detailed problems make very fatigue me
Regards
--
Esgici
Viva
INTERNATIONAL HMG
