Page 1 of 2

HMGSCRIPT 0.36

Posted: Sat Jul 28, 2012 7:46 pm
by Roberto Lopez
NEW ON RELEASE 0.36


This release features a big design change.

Support for DBF files is given by PHP scripts now.

This change requires to write all of the dbf acces code again, from the scratch.

This release supports Browse under this new scheme (based on DBF reader Class by Faro K Rasyid).

A new feature is available for SqlBrowse, Browse and Grid: You can sort them by clicking
columns header (based on HTML TABLE SORTER by Terrill Dent).

http://sourceforge.net/projects/hmgscript//

Re: HMGSCRIPT 0.36

Posted: Sat Jul 28, 2012 8:06 pm
by esgici
Thanks a lot :D

Best regards

--

Esgici

Re: HMGSCRIPT 0.36

Posted: Sun Jul 29, 2012 3:43 am
by Rathinagiri
Super Roberto. This allows to have any common php server for HMGScript. Very nice.

Re: HMGSCRIPT 0.36

Posted: Sun Jul 29, 2012 3:53 am
by bpd2000
Very very nice

Re: HMGSCRIPT 0.36

Posted: Sun Jul 29, 2012 4:31 am
by Rathinagiri
And, now the total project file size is just 91.2 KB! Cool.

Re: HMGSCRIPT 0.36

Posted: Sun Jul 29, 2012 5:16 am
by Rathinagiri
A small contribution from my side.

A ready reckoner for HMGScript
readyrecknoner.zip
(3.04 KiB) Downloaded 567 times

Re: HMGSCRIPT 0.36

Posted: Sun Jul 29, 2012 5:32 am
by Rathinagiri
Since our forum is also running on a AMP server, we can easily test the script online.

I have uploaded the whole script files (along with the ready reckoner above) in hmgscript

The script demo can be executed from here.

I can't run the MySQL and xBase demo as such because,
- We can't have a root user account in MySQL online. (may be we have to change the user from 'root' to 'demo' and try).
- I am getting a 404 error while running xBase demo. Don't know why!

Re: HMGSCRIPT 0.36

Posted: Sun Jul 29, 2012 12:02 pm
by luisfrancisco62
hola a todos:

no se como conectarme con el vertrigo

pues copio los archivos www en la carpeta C:\Program Files (x86)\VertrigoServ\www como se haria con el wan server

no me funciona la conexion mysql

como lo haria?

en la ruta hmgscript/www/ me arroja en browse error 404

gracias muchas gracias

Re: HMGSCRIPT 0.36

Posted: Sun Jul 29, 2012 2:00 pm
by Roberto Lopez
rathinagiri wrote: - I am getting a 404 error while running xBase demo. Don't know why!
maybe, because the script has no rights to ../dbf folder.

You could try move the test.dbf file to the same folder as script is, and remove the ../dbf/ of the following line in browse.php:

Code: Select all

$dbf = new dbf_class( '../dbf/' . $file); 

Re: HMGSCRIPT 0.36

Posted: Sun Jul 29, 2012 2:23 pm
by Roberto Lopez
rathinagiri wrote: I can't run the MySQL and xBase demo as such because,
- We can't have a root user account in MySQL online. (may be we have to change the user from 'root' to 'demo' and try).
The account must not be necessarily root (of course) but must have the required rights to access to the test database and be able to do CREATE, UPDATE, INSERT and DELETE operations.