Search found 137 matches: taavi

Return to advanced search

Re: HB_ZIPDELETEFILES()

Hello taavi: On my blog you have the program pBackup ver 1.0 32bits from 2010 with all the sources. I hope it helps you to see and test the code. https://javierlloris.blogspot.com/2012/04/programa-backuprestore.html ...
by jll-fwh
Wed Dec 13, 2023 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 8
Views: 874

Re: HB_ZIPDELETEFILES()

Is it possible to use xHarbour (org) lib-s with xHarbour commercial builder?

When trying to link hbzip lib with xHarbour builder I get error:

xLINK: fatal error: Corrupt library: 'D:\xharbour\lib\hbzip.lib'.

Taavi
by Taavi
Tue Dec 12, 2023 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 8
Views: 874

Re: error al compilar

Dear Taavi, Please add this code to any of your PRGs: #pragma BEGINDUMP#include <hbapi.h>void hb_retclen_buffer( char * szText, HB_SIZE nLen ){   void hb_retclen( szText, nLen );}int  hb_parldef( ...
by Antonio Linares
Mon Mar 06, 2023 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error al compilar
Replies: 4
Views: 423

Re: error al compilar

Hello, I get te same error when compiling with FW202212 (and xHarbour 2018). What was the solution ? Taavi. xLINK: error: Unresolved external symbol '_hb_parldef referenced from FiveHCM.lib(STR2HEX.obj)'. xLINK: error: Unresolved external symbol '_hb_retclen_buffer referenced ...
by Taavi
Sun Mar 05, 2023 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error al compilar
Replies: 4
Views: 423

HB_ZIPDELETEFILES()

Hi,
seems that function HB_ZIPDELETEFILES() is missing from xharbour (201801) library. Anyone found a solution to replace or import it?

Thanks,
Taavi.
by Taavi
Wed Oct 05, 2022 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 8
Views: 874

Re: mod_harbour installation instructions for IIS?

Dear Taavi, mod_harbour for Microsoft IIS install instructions: https://github.com/FiveTechSoft/mod_harbour/blob/master/IIS/readme.md Try it first without fastCGI support and check if the speed you get is fine for ...
by Antonio Linares
Mon May 24, 2021 8:40 am
 
Forum: mod_harbour
Topic: mod_harbour installation instructions for IIS?
Replies: 1
Views: 469

mod_harbour installation instructions for IIS?

Hello,
what are the current installation instructions for IIS? Should we always use Fastcgi on IIS?

Can't find "ADD an handler mapping" choice in IIS Manager and FastCgi executable choice in other available options... What am I missing?


Taavi.
by Taavi
Mon May 17, 2021 3:29 pm
 
Forum: mod_harbour
Topic: mod_harbour installation instructions for IIS?
Replies: 1
Views: 469

Re: mod_harbour and ADS server

Taavi
Podrias decirme cuales dll fueron los que pasaste

Gracias.
by VitalJavier
Thu May 28, 2020 5:34 pm
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1341

Re: TWeb for mod Harbour is ready

Taavi,

Html has the onchange event that allows you to execute a javascript function. That function you could easily test your validation and if it does not meet the condition put the focus again in the field. I'll look at simulating it ...
by Carles
Tue May 26, 2020 10:48 am
 
Forum: mod_harbour
Topic: TWeb for mod Harbour is ready
Replies: 17
Views: 2706

GET ... VALID

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.
by Taavi
Mon May 25, 2020 5:22 pm
 
Forum: mod_harbour
Topic: TWeb for mod Harbour is ready
Replies: 17
Views: 2706

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.
by Taavi
Sun May 03, 2020 6:16 pm
 
Forum: mod_harbour
Topic: Sending javascript objects to Harbour hashes
Replies: 5
Views: 944

Re: Sending javascript objects to Harbour hashes

Dear Taavi, The PRG runs on the server, where there is no "localStorage". The "locaStorage" lives in the client side, where there are no PRGs, and we only have HTML and javascript. When you use LocalStorageGetItem( ...
by Antonio Linares
Sun May 03, 2020 3:45 pm
 
Forum: mod_harbour
Topic: Sending javascript objects to Harbour hashes
Replies: 5
Views: 944

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
by Taavi
Sun May 03, 2020 2:36 pm
 
Forum: mod_harbour
Topic: Sending javascript objects to Harbour hashes
Replies: 5
Views: 944

Re: Sending javascript objects to Harbour hashes

Taavi, function Main()   LocalStorageSetItem( "Name", "Taavi" )    ShowLocalStorageItem( "Name" )return nil  function LocalStorageSetItem( cKey, cValue )return ...
by Antonio Linares
Sat May 02, 2020 1:26 pm
 
Forum: mod_harbour
Topic: Sending javascript objects to Harbour hashes
Replies: 5
Views: 944

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.
by Taavi
Sat May 02, 2020 11:15 am
 
Forum: mod_harbour
Topic: Sending javascript objects to Harbour hashes
Replies: 5
Views: 944
Next

Return to advanced search