Hello,
would it be somehow possible to implement processing GET input value like we used with Clipper VALID clause when leaving input field without a need to attach a button to GET object for this?
Taavi.
Search found 77 matches
- Mon May 25, 2020 5:22 pm
- Forum: mod_harbour
- Topic: TWeb for mod Harbour is ready
- Replies: 17
- Views: 4667
- Sun May 03, 2020 6:16 pm
- Forum: mod_harbour
- Topic: Sending javascript objects to Harbour hashes
- Replies: 5
- Views: 1015
Re: Sending javascript objects to Harbour hashes
Thanks. Antonio.
...just wanted to be sure there is no other way...
Seems we've got our first simple mod_harbour project up and running . Keep learning here...
Taavi.
...just wanted to be sure there is no other way...
Seems we've got our first simple mod_harbour project up and running . Keep learning here...
Taavi.
- Sun May 03, 2020 2:36 pm
- Forum: mod_harbour
- Topic: Sending javascript objects to Harbour hashes
- Replies: 5
- Views: 1015
Re: Sending javascript objects to Harbour hashes
Is it possible to get value instead of showing it with js alert?
Something like this?
function Main()
local cname
LocalStorageSetItem( "Name", "Taavi" )
cname:=LocalStorageGetItem( "Name" )
return nil
Something like this?
function Main()
local cname
LocalStorageSetItem( "Name", "Taavi" )
cname:=LocalStorageGetItem( "Name" )
return nil
- Sat May 02, 2020 11:15 am
- Forum: mod_harbour
- Topic: Sending javascript objects to Harbour hashes
- Replies: 5
- Views: 1015
Re: Sending javascript objects to Harbour hashes
Hello Antonio,
what is the way to access localStorage.getItem() /and other javascript objects/ directly from mod_harbour code?
Taavi.
what is the way to access localStorage.getItem() /and other javascript objects/ directly from mod_harbour code?
Taavi.
- Wed Apr 15, 2020 6:20 pm
- Forum: mod_harbour
- Topic: mod_harbour and ADS server
- Replies: 9
- Views: 1644
Re: mod_harbour and ADS server
Hi,
Just wanted to say that with some help from Antonio ADS remote server is working smoothly with mod_harbour now.
Just put ADS dll-s (and ads.ini if needed) in Apache/bin and verify if ADS dll-s are 64-bit for 64-bit Apache (or use 32-bit Apache for 32-bit ADS dll-s).
Thanks, Antonio.
Just wanted to say that with some help from Antonio ADS remote server is working smoothly with mod_harbour now.
Just put ADS dll-s (and ads.ini if needed) in Apache/bin and verify if ADS dll-s are 64-bit for 64-bit Apache (or use 32-bit Apache for 32-bit ADS dll-s).
Thanks, Antonio.
- Wed Apr 15, 2020 6:13 pm
- Forum: mod_harbour
- Topic: TWeb for mod Harbour is ready
- Replies: 17
- Views: 4667
Re: TWeb for mod Harbour is ready
Thanks, characters seems to be ok now.
With latest git tutor3, 7 and 8 are giving errors.
Tutor 20 was really helpful, thanks.
Taavi
With latest git tutor3, 7 and 8 are giving errors.
Tutor 20 was really helpful, thanks.
Taavi
- Sun Apr 12, 2020 10:30 am
- Forum: mod_harbour
- Topic: TWeb for mod Harbour is ready
- Replies: 17
- Views: 4667
Re: TWeb for mod Harbour is ready
Helli Carles, seems that with yesterday patch something went wrong with special characters. If I insert special characrets in In tutor02.prg GET ID 'myid' VALUE '123' GRID 4 LABEL 'Special characters ÄäÕõüÜ' PLACEHOLDER 'User Id.' BUTTON 'GetId' ACTION 'GetIdphone()' OF o With yesterday patch In get...
- Sat Apr 11, 2020 10:23 am
- Forum: mod_harbour
- Topic: TWeb for mod Harbour is ready
- Replies: 17
- Views: 4667
Re: TWeb for mod Harbour is ready
Thanks, Carles
samples working ok now here.
Do You have any docs in english for tWeb xbase commands?
Taavi.
samples working ok now here.
Do You have any docs in english for tWeb xbase commands?
Taavi.
- Sat Apr 11, 2020 9:10 am
- Forum: mod_harbour
- Topic: TWeb for mod Harbour is ready
- Replies: 17
- Views: 4667
Re: TWeb for mod Harbour is ready
Win10 + XAMPP + mod_harbour installed yesterday.
Other examples work ok , problem only with 4 and 4b
Other examples work ok , problem only with 4 and 4b
- Fri Apr 10, 2020 4:36 pm
- Forum: mod_harbour
- Topic: mod_harbour and ADS server
- Replies: 9
- Views: 1644
mod_harbour and ADS server
Hello, at the moment samples/ads.prg throws an error: Error: Unknown or unregistered symbol operation: ADSSETSERVERTYPE called from: HB_HRBLOAD, line: 0 called from: ../apache.prg, EXECUTE, line: 143 on both mod_harbour and our testserver. Can we do something about it? Is ADS remote server supported...
- Fri Apr 10, 2020 2:29 pm
- Forum: mod_harbour
- Topic: TWeb for mod Harbour is ready
- Replies: 17
- Views: 4667
Re: TWeb for mod Harbour is ready
Hello, what could cause this error with tutor4.prg? With the best, Taavi. Error: Syntax error "syntax error at '<'" operation: line:8 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\apache.prg, EXECUTE, line: 141 called from: ..\apache.prg, EXECINLINE, line: 323 called from: ..\apa...
- Mon May 14, 2018 6:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Static linking openssl libraries with xHarbour?
- Replies: 0
- Views: 692
Static linking openssl libraries with xHarbour?
Hello, can someone please help with static linking libeay32.dll and ssleay32.dll into xHarbour exe using xHarbour builder? We managed to do it with Harbour but for Pellesc used buy xHarbour we do'nt have scripts to build Openssl static link libraries. Converting dll-s to lib-s using xharbour\bin\dll...
- Fri Apr 27, 2018 8:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: AES encryption library?
- Replies: 3
- Views: 574
Re: AES encryption library?
In our tests OpenSSL is working only with Harbour but not with xHarbour.
Anyone succeeded to use OpenSSL with xHarbour?
Taavi.
Anyone succeeded to use OpenSSL with xHarbour?
Taavi.
- Thu Apr 26, 2018 8:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: AES encryption library?
- Replies: 3
- Views: 574
AES encryption library?
Hello,
can anybody share AES encryption library working with xharbour?
Thanks,
Taavi.
can anybody share AES encryption library working with xharbour?
Thanks,
Taavi.
- Sat Dec 09, 2017 4:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: "error adding symbols" error with buildg.bat?
- Replies: 1
- Views: 491
"error adding symbols" error with buildg.bat?
"d:\harbour201712\lib\win\mingw/libhbmacro.a: error adding symbols: Malformed archive collect2.exe: error: ld returned 1 exit status My setting in buildg.bat if "%fwh%" == "" set fwh=.\.. set hdir=d:\harbour201712 set hdirc=%hdir%\bin\harbour.exe set hlibs=%hdir%\lib\win\min...