HMG & The Web

Issues and Discussions related to Harbour

Moderator: Rathinagiri

User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: HMG & The Web

Post by apais »

Let me check that.
You can send me a PM here if you want.

Reagards
Angel
Angel Pais
Web Apps consultant/architect/developer.
HW_apache (webserver modules) co-developer.
HbTron (Html GUI for harbour desktop hybrid apps) co-developer.
https://www.hbtron.com
trmpluym
Posts: 303
Joined: Tue Jul 15, 2014 6:52 pm
Location: The Netherlands

Re: HMG & The Web

Post by trmpluym »

Angel,

When I try to run the demo on your website ( https://www.mod-harbour.com/hmgweb/ ), i get the error:

Code: Select all

Error: Variable does not exist
operation: _HMG_SYSDATA_
called from: pcode.hrb, DEFINEFORM, line: 139
called from: pcode.hrb, MAIN, line: 6
called from: HB_HRBDO, line: 0
called from: exec.prg, EXECUTE, line: 74
called from: apache.prg, MAIN, line: 75

Source:
0137: ;IF cTheme == NIL ; cTheme := "a" ; END
0138: 
0139 => _HMG_SYSDATA_ [ 38 ] := .F.
0140: _HMG_SYSDATA_ [ 1 ] := cHeader
0141: _HMG_SYSDATA_ [ 2 ] := cFooter
I tried several browsers (Chrome, Firefox, Edge) ...

Theo
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG & The Web

Post by serge_girard »

Me too !

Serge
There's nothing you can do that can't be done...
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: HMG & The Web

Post by apais »

This is because I've changed mod_harbour to a new version incompatible with init procedures implemented by Roberto.
I'm reforming hmgweb and will keep you posted when it's all ready, along with a stable version of mod_harbour to download.

The software is under heavy changes these days.
You know, when a product is new, every day something new pops.

Also a new mod for FastCGI mode it's on the cook! SAME FLEXIBILITY, MORE SPEED!

Please bear with me =)
Angel
Angel Pais
Web Apps consultant/architect/developer.
HW_apache (webserver modules) co-developer.
HbTron (Html GUI for harbour desktop hybrid apps) co-developer.
https://www.hbtron.com
Post Reply