HMGSCRIPT R39
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 3921
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
HMGSCRIPT R39
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/
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)
Roberto
(Veritas Filia Temporis)
- dhaine_adp
- Posts: 457
- Joined: Wed Aug 06, 2008 12:22 pm
- Location: Manila, Philippines
- Been thanked: 2 times
- serge_girard
- Posts: 2203
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 496 times
- Been thanked: 110 times
- Contact:
- Roberto Lopez
- HMG Founder
- Posts: 3921
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
At first, thanks for the report, but...bpd2000 wrote:Windows 10 Technical Preview ane IE-11
Desktop demo, Datepicker and Slider not working properly
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)
Roberto
(Veritas Filia Temporis)
- Czarny_Pijar
- Posts: 172
- Joined: Thu Mar 18, 2010 11:31 pm
- Location: 19.2341 E 50.2267 N
For short: if I only can operate with unicode, then I can boldly call this release 1.00
XP+Chrome
XP+Chrome
- Attachments
-
- dbf_not_unicode_yet.PNG (10.19 KiB) Viewed 2843 times
- Roberto Lopez
- HMG Founder
- Posts: 3921
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
How exactly you done this?Czarny_Pijar wrote:For short: if I only can operate with unicode, then I can boldly call this release 1.00
XP+Chrome
(I have almost not experience with unicode)
TIA.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)