| Author |
Message |
|
Roberto Lopez
HMG Founder
Joined: Wed Jul 30, 2008 6:43 pm Posts: 3177
|
 HMGSCRIPT 0.36
NEW ON RELEASE 0.36This 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//
_________________ Regards/Saludos,
Roberto
(Veritas Filia Temporis)
|
| Sat Jul 28, 2012 7:46 pm |
|
 |
|
esgici
Joined: Wed Jul 30, 2008 9:17 pm Posts: 2640 Location: iskenderun / Turkiye
|
 Re: HMGSCRIPT 0.36
Thanks a lot  Best regards -- Esgici
_________________ Salute , saludos, saluti, saudação, merhaba, selamlar Esgici [ Data processing worker and Clipper Language student ] Ask not what your country can do for you, ask what you can do for your country. JFK Viva Clipper !
|
| Sat Jul 28, 2012 8:06 pm |
|
 |
|
rathinagiri
Joined: Tue Jul 29, 2008 6:30 pm Posts: 3647 Location: Sivakasi, India
|
 Re: HMGSCRIPT 0.36
Super Roberto. This allows to have any common php server for HMGScript. Very nice.
_________________ East or West HMG is the Best. South or North HMG is worth.
|
| Sun Jul 29, 2012 3:43 am |
|
 |
|
bpd2000
Joined: Sat Sep 10, 2011 4:07 am Posts: 142 Location: India
|
 Re: HMGSCRIPT 0.36
Very very nice
_________________ BPD HMG Convert Dream into Reality
|
| Sun Jul 29, 2012 3:53 am |
|
 |
|
rathinagiri
Joined: Tue Jul 29, 2008 6:30 pm Posts: 3647 Location: Sivakasi, India
|
 Re: HMGSCRIPT 0.36
And, now the total project file size is just 91.2 KB! Cool.
_________________ East or West HMG is the Best. South or North HMG is worth.
|
| Sun Jul 29, 2012 4:31 am |
|
 |
|
rathinagiri
Joined: Tue Jul 29, 2008 6:30 pm Posts: 3647 Location: Sivakasi, India
|
 Re: HMGSCRIPT 0.36
A small contribution from my side. A ready reckoner for HMGScript
_________________ East or West HMG is the Best. South or North HMG is worth.
|
| Sun Jul 29, 2012 5:16 am |
|
 |
|
rathinagiri
Joined: Tue Jul 29, 2008 6:30 pm Posts: 3647 Location: Sivakasi, India
|
 Re: HMGSCRIPT 0.36
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 http://www.hmgforum.com/hmgscriptThe 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!
_________________ East or West HMG is the Best. South or North HMG is worth.
|
| Sun Jul 29, 2012 5:32 am |
|
 |
|
luisfrancisco62
Joined: Thu Mar 18, 2010 12:16 am Posts: 51 Location: Colombia
|
 Re: HMGSCRIPT 0.36
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 http://www.hmgforum.com/hmgscript/www/ me arroja en browse error 404 gracias muchas gracias
|
| Sun Jul 29, 2012 12:02 pm |
|
 |
|
Roberto Lopez
HMG Founder
Joined: Wed Jul 30, 2008 6:43 pm Posts: 3177
|
 Re: HMGSCRIPT 0.36
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:
_________________ Regards/Saludos,
Roberto
(Veritas Filia Temporis)
|
| Sun Jul 29, 2012 2:00 pm |
|
 |
|
Roberto Lopez
HMG Founder
Joined: Wed Jul 30, 2008 6:43 pm Posts: 3177
|
 Re: HMGSCRIPT 0.36
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.
_________________ Regards/Saludos,
Roberto
(Veritas Filia Temporis)
|
| Sun Jul 29, 2012 2:23 pm |
|
|