Search found 474 matches

by Massimo Linossi
Fri Aug 16, 2019 7:36 pm
Forum: mod_harbour
Topic: Some questions and two solutions
Replies: 2
Views: 647

Some questions and two solutions

Hi. I have some questions on how to solve some little way of programming with mod_harbour. 1- input numbers with formatting. 2- validating an input text field like the valid in harbour (going to a function for reading a table, looking for a code and returning back a string to place near the field on...
by Massimo Linossi
Mon Aug 12, 2019 7:46 pm
Forum: mod_harbour
Topic: Error writing a post containing html and javascript code
Replies: 2
Views: 682

Error writing a post containing html and javascript code

Hi.
I've tried to post some code written in modharbour with html and javascript
but the forum does not accept it and is giving a protection error.
by Massimo Linossi
Mon Aug 12, 2019 3:48 pm
Forum: mod_harbour
Topic: Changes for code getcookies
Replies: 1
Views: 569

Changes for code getcookies

Hi to all I made a change in this code adding the alltrim() to cCookie variable. Without this in some situation the functions gives error. function GetCookies()    local hHeadersIn := AP_HeadersIn()    local cCookies := If( hb_HHasKey( hHeadersIn, "Cookie" ), hb_hGet( hHeadersIn, "Coo...
by Massimo Linossi
Fri Aug 09, 2019 2:49 pm
Forum: mod_harbour
Topic: A question about moving between pages
Replies: 2
Views: 614

Re: A question about moving between pages

Antonio, I've tried your code and you see that the url seems to be refreshed (in Safari you see the meter below the url) but the page is the last you saw. If you click on the previous page of the browser in the url there is written "http://192.168.10.180/samples/BSTUDIO/utenti.prg?reload" ...
by Massimo Linossi
Thu Aug 08, 2019 6:20 pm
Forum: mod_harbour
Topic: A question about moving between pages
Replies: 2
Views: 614

A question about moving between pages

Hi. In one main prg I have a request of login that is validated. Then the user can go in different pages with datas and browses. I've places a button in the menu for logging out and this clears the string in the cookie so if you click on main the program launch the login process again. But if you pr...
by Massimo Linossi
Thu Aug 08, 2019 6:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 1454

Re: mod harbour session js session object

Antonio,
even if I call a javascript that make this ?
[url] https://www.w3schools.com/jsref/prop_win_sessionstorage.asp [/url]
by Massimo Linossi
Wed Aug 07, 2019 5:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 1454

Re: mod harbour session js session object

Antonio, is it possible to save sessions data from the mod_harbour code and not inside the HTML ? like : Function Main() LOCAL nome_utente use "data" shared new readonly alias infos set order to tag CODICE nome_utente = "" seek "test" if found()      nome_utente = alltr...
by Massimo Linossi
Tue Jul 30, 2019 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to update a remote DBF
Replies: 17
Views: 2888

Re: how to update a remote DBF

Hi Otto.
You can use remote command with powershell. Here is a MS documentation https://docs.microsoft.com/en-us/powers ... wershell-6
by Massimo Linossi
Mon Jul 29, 2019 4:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: can someone explain to me what is mod_harbour?
Replies: 17
Views: 2977

Re: can someone explain to me what is mod_harbour?

Otto,
I wish to come to visit you. Maybe at the end of summer.
We are not so far and I've been a lot of times to ski near your place, many many years ago.
Have a nice evening
Massimo
by Massimo Linossi
Mon Jul 29, 2019 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: can someone explain to me what is mod_harbour?
Replies: 17
Views: 2977

Re: can someone explain to me what is mod_harbour?

Otto, What you have done is really great. I'm making some progress using mod_harbour and with the big help of Antonio I can now connect with Advantage Database Server. The browses and the selects are like rockets. And the html code is built and optimized with Bootstrap. So all the forms are compatib...
by Massimo Linossi
Sat Jul 27, 2019 6:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 7038

Re: Problem building mod_harbour libraries

Thanks a lot.
If you need something you can also write me on private mail.
Have a nice weekend
by Massimo Linossi
Sat Jul 27, 2019 3:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 7038

Re: Problem building mod_harbour libraries

Hi Antonio.
I made all your suggestions and nothing. I have always the same error as above. ADS is linked inside the dll but
is not working. Seems that all the functions are not visible or the ADS dlls are not loaded in memory.
Thanks a lot for your time
Massimo
by Massimo Linossi
Thu Jul 25, 2019 3:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 7038

Re: Problem building mod_harbour libraries

Hi Antonio. Can I ask you one pleasure ? I wish to create a folder, place inside all the libs and then, with a bat file or other commands create the libharbour.dll Can you give me all the directives for making this ? Or if you have time I can give you a connection with my machine for seeing if I hav...
by Massimo Linossi
Thu Jul 25, 2019 6:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 7038

Re: Problem building mod_harbour libraries

Good morning Antonio. I test your prg and I always have this error : error: Unknown or unregistered symbol ADSSETSERVERTYPE called from: GETERRORINFO, line: 106 called from: DOBREAK, line: 117 called from: (b)MAIN, line: 23 called from: HB_HRBLOAD, line: 0 called from: EXECUTE, line: 84 called from:...