Search found 549 matches: prefer

Return to advanced search

Re: mod_harbour + ADS on linux server

Dear Paolo,

Do you have libace.so and libadsloc.so in the same folder where libharbour.so.3.2.0 is placed ?

Yes, you can write me to alinares@fivetechsoft.com or we continue here, as you prefer :-)
by Antonio Linares
Thu Dec 01, 2022 10:53 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31837

Re: HASH to File and File to HASH

I prefer HB_MEMOWRIT( cFile, HB_ValToExp( hHash ) )// Reading backhHash := &( MEMOREAD( cFile ) )  There is one problem with HASH --> JSON --> HASH. Any date values in the original ...
by nageswaragunupudi
Sat Nov 26, 2022 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH to File and File to HASH
Replies: 6
Views: 598

Re: Create a variable

... with specific data in a loop for i = 1 to len(aGallery) aGallery[i] = i // or any dbf value or ..... next You maybe also consider using Hashes (I prefer them) look : http://forums.fivetechsupport.com/viewtopic.php?f=3&t=19895&p=104891&hilit=hash#p104891
by Marc Venken
Wed Nov 16, 2022 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a variable
Replies: 11
Views: 794

Re: get hBitmap from Image

... a complete sample of the problem? it is the Demo for CLASS TGrid() on which i´m working i got it almost working but not finish to release it yet i prefer to work in 32 Bit Environment while my favorite Editor is only 16 Bit ... i have to use NPP++ (Notepad ++) under 64 Bit but i can not do what ...
by Jimmy
Sat Oct 22, 2022 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get hBitmap from Image
Replies: 14
Views: 845

Re: Get real date from the Internet

hi, Windows can use a NTP-Server to sync DATE / TIME default "time.windows.com" is used ... i prefer local Service for Germany "ptbtime1.ptb.de" but you must change Value for "SpecialPollInterval"*** which default Value is 604800 Seconds ... :roll: ...
by Jimmy
Wed Sep 28, 2022 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 5003

Re: Very strange problem - ideas needed

... know something is wrong in that one computer that is the root of the problem. When I do a computer OS rebuild ( backup, reformat, reinstall OS ) I prefer to reinstall the individual programs rather than restore a disk image ( which might still contain the offending software or issue ). I'm amazed ...
by TimStone
Mon Aug 29, 2022 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1930

Re: New Class TWebView in next FWH build

... all the required low level C code and see how nice and simple looks now: You can use the "SendToFWH" name or any other name you may prefer ;-) #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local ...
by Horizon
Mon Jun 06, 2022 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2423

Re: New Class TWebView in next FWH build

... all the required low level C code and see how nice and simple looks now: You can use the "SendToFWH" name or any other name you may prefer ;-) #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local ...
by Antonio Linares
Mon Jun 06, 2022 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2423

Re: IE

... You can use Borland or MSVC to build it. Whatever you prefer
by Antonio Linares
Wed May 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1934

Re: JSON with HTTPS: post

... POST, but my effort is a GET. I had reviewed your thread on this previously. The MsgRun( ) is closest to what I need to accomplish because they prefer everything to be sent in a single submission ( your "Other" line ). How does that actually work ? Thanks.
by TimStone
Tue May 24, 2022 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 2188

Re: Ue Studio New Licence Modell

Dear Dutch, You just have to open a terminal from vscode, usually I do ctrl+ñ and then you run your make, hbmk2, buildh.bat. whatever you prefer. And you can access Windows WSL2 too from it, edit remote code, direct access to github, a Harbour integrated debugger, and more and more... Just ...
by Antonio Linares
Tue May 24, 2022 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio New Licence Modell
Replies: 20
Views: 1388

Re: ADS - The future is <sadly> now so where do you go ?

... the heads up now so they can also plan for their transition. With all the production efforts that the FiveWin team have going now, I would prefer they complete existing projects rather than have new problems to tackle. I've been waiting for 8 months for the completion of the RTF printing ...
by TimStone
Sat May 07, 2022 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 3080

Re: UPC lookup

... option that they could subscribe to for daily lookups. So far, the companies I see want the app developer to carry the subscription fee. I'd prefer that it be a client option. Tim
by TimStone
Mon Apr 11, 2022 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 279

Re: Conversion from ca-clipper ( not found a variable)

In fact, I would prefer to have a hash for most of my global program data like : sys_Folder, sys_Date, sys_DocType .... All global settings in 1 hash function main() local hDatos := { => } // but this will need to be static or ...
by Marc Venken
Thu Mar 10, 2022 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4869

Re: Conversion from ca-clipper ( not found a variable)

... and books that adopted the CA-CLIPPER syntax. I've never had problems, I always DECLARE: FIELD, LOCAL, MEMVAR, PRIVATE (I don't use it much) I prefer MEMVAR in Combination with PRIVATE, of course, I don't make excessive use of PRIVATES and PUBLIC, I use it only in exceptional cases. The only ...
by karinha
Wed Mar 02, 2022 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4869
PreviousNext

Return to advanced search