HMGSCRIPT R39

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

HMGSCRIPT R39

Post by Roberto Lopez »

What's New in R39

Security:

- Now, at login, a session-id is created and stored in user's record, along with login date
and time.

- The session id assigned to the user is returned to client app. (in web browser) and
stored in a public JavaScript variable for further use.

- The session-id, will be sent on each new server request (query, append, modify, delete)
to check valid access.

- A global #define in hmgscript.ch (server-side Harbour code) holds the session timeout
(for our demo is 300 seconds). This timeout value, will be checked on every server
request, along a valid session-id. A session countdown is shown in client after login.

- A field for 'user-level' has been added to users table. In our example, user 'admin'
has level 1 (he can do everything). User 'guest' has level 0 (he only will be able to
execute 'query' server procedure). Of course, you can change this according your needs.

Others:

- New parameter 'cOnChange' for combobox. It alloes to define a function to be executed
when selected option changes.

Download: https://sourceforge.net/projects/hmgscript/
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMGSCRIPT R39

Post by bpd2000 »

Thank you
BPD
Convert Dream into Reality through HMG
User avatar
dhaine_adp
Posts: 457
Joined: Wed Aug 06, 2008 12:22 pm
Location: Manila, Philippines

Re: HMGSCRIPT R39

Post by dhaine_adp »

Thanks Roberto.
Regards,

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

Re: HMGSCRIPT R39

Post by serge_girard »

Thanks !

Serge
There's nothing you can do that can't be done...
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMGSCRIPT R39

Post by bpd2000 »

Windows 10 Technical Preview ane IE-11
Mobile style demo working fine
Image
BPD
Convert Dream into Reality through HMG
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMGSCRIPT R39

Post by bpd2000 »

Windows 10 Technical Preview ane IE-11
Desktop demo, Datepicker and Slider not working properly
Image
BPD
Convert Dream into Reality through HMG
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMGSCRIPT R39

Post by bpd2000 »

Windows 10 Technical Preview ane IE-11
Desktop demo, Login as admin is Ok, dbquery run ok, query server Ok but can not edit selected record
Image
BPD
Convert Dream into Reality through HMG
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT R39

Post by Roberto Lopez »

bpd2000 wrote:Windows 10 Technical Preview ane IE-11
Desktop demo, Datepicker and Slider not working properly
At first, thanks for the report, but...

I usually test HMGSCRIPT on Chrome, Firefox and Safari only. If it works on these browsers, is ok for me.

After years of dealing with defective MS products, I'm done with them.

IMHO, the responsibility about potential problems with IE, is on the users / IT managers choosing it.

I'm really 'sick' of compatibility problems with open standards on MS products.

Please, read: http://en.wikipedia.org/wiki/Embrace,_e ... extinguish
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Czarny_Pijar
Posts: 172
Joined: Thu Mar 18, 2010 11:31 pm
Location: 19.2341 E 50.2267 N

Re: HMGSCRIPT R39

Post by Czarny_Pijar »

For short: if I only can operate with unicode, then I can boldly call this release 1.00

XP+Chrome
Attachments
dbf_not_unicode_yet.PNG
dbf_not_unicode_yet.PNG (10.19 KiB) Viewed 11812 times
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT R39

Post by Roberto Lopez »

Czarny_Pijar wrote:For short: if I only can operate with unicode, then I can boldly call this release 1.00
XP+Chrome
How exactly you done this?

(I have almost not experience with unicode)

TIA.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply