Page 1 of 2

HMGSCRIPT R39

Posted: Sat Dec 20, 2014 2:34 am
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/

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 5:39 am
by bpd2000
Thank you

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 6:59 am
by dhaine_adp
Thanks Roberto.

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 8:45 am
by serge_girard
Thanks !

Serge

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 10:56 am
by bpd2000
Windows 10 Technical Preview ane IE-11
Mobile style demo working fine
Image

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 10:59 am
by bpd2000
Windows 10 Technical Preview ane IE-11
Desktop demo, Datepicker and Slider not working properly
Image

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 11:08 am
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

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 3:06 pm
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

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 5:46 pm
by Czarny_Pijar
For short: if I only can operate with unicode, then I can boldly call this release 1.00

XP+Chrome

Re: HMGSCRIPT R39

Posted: Sat Dec 20, 2014 5:59 pm
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.