Search found 26 matches: occasion

Return to advanced search

Re: How to include hbCurl?

Hello friends, Thank you for your help. I have now solved it with the command prompt Exe. On this occasion, I started creating the setup program with webview2 and fivewin. Fortunately, I had already made a patcher and preprocessor before ChatGPT. Now, this is a very functional ...
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3007

Re: HASH vs single variables

Hello friends, I am in the process of revising WINHOTEL a bit. On this occasion I now change the use of variables to hashes. Here is an example of how I make a switch row with very minimal definition. Only the red framed part is to be defined for each button. ...
by Otto
Wed Feb 22, 2023 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1183

Re: Forcing to unlock a record

My thoughts:

Each lock is associated with a workarea. Each workarea is managed by the terminal or session of each user.

Perhaps ADS could because it is a client/server system.

But I think Harbor can't do that.

I have needed it on some occasion and I have not been able to do it

regards
by hmpaquito
Wed Nov 16, 2022 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 806

Re: oDbf:Delete() error

... you need to delete the users rights whenever a user is deleted so it should also part of the delete() method of the user class. There would be no occasion where you would want to delete the user and leave their rights. However, if there is an occasion where you might want to delete all of a user's ...
by James Bott
Mon Jun 07, 2021 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1237

Re: FTP: Request to share samples

Hello Mr. Nages,

On one occasion I was required to use SFTP. I searched and searched in Fwh and Harbour and found no way. I finally had to rely on FTP

Regards
by hmpaquito
Wed Apr 28, 2021 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP: Request to share samples
Replies: 22
Views: 2801

Re: Talk.to chat in ActiveX

... Christiano, I used and still use WORDPRESS. too. But now I convert all to DBF databases and mod harbaur. If you just start, it would be a great occasion to start with our loved HARBOUR. Here is another page I made with mod harbour. https://www.modharbour.club/winhotelqr/index.prg ...
by Otto
Wed Feb 03, 2021 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 1490

Beacon

... being built also serves as a manual that covers all the aspects that may be needed for its correct use and installation. Also, as I said on occasion, I hope that before publishing more code we will see other publications that we are waiting for as "May water". I had the idea of ...
by cnavarro
Sun Dec 22, 2019 2:29 am
 
Forum: mod_harbour
Topic: Beacon
Replies: 0
Views: 385

Re: Borland 64 bits makefile for FWH 64

Mr Antonio,

Adaptation my problem version 32 bits have reduced and thanks.

Specific to the issue of building apps 64 bits with the xharbour,
There are obstacles, example not all files exe can on the run,
on the occasion of the next may I will ask you.

Best regards

Mulyadi
by Mulyadi
Thu Apr 13, 2017 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland 64 bits makefile for FWH 64
Replies: 26
Views: 5419

Re: ADO RDD xHarbour

... to open the record set. Instead oRs:Open( <tablename>, oCn, cursortype, locktype, adCmdTable ) // 5th parameter adCmdTable In that rare occasion when the provider supports "scrollable server-side cursor", then adCmdTableDirect may be used after setting the cursor location to ...
by nageswaragunupudi
Wed Jul 01, 2015 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448132

Re: 2155 error hb_cdxindexCheckVersion fivewin/harbour

... some wrong code logic of mine, is all about the way windows 8.1 manage and restore the memory after suspension !!! This error OCCURS ONLY in this occasion/situation ! and here the Harbour code that cause the ERROR 2155 /* * check if index was updated by other process and if it was discard ...
by lorenzoazz
Tue Jun 30, 2015 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2155 error hb_cdxindexCheckVersion fivewin/harbour
Replies: 16
Views: 3572

Re: ADO SQL VISIBILITY

... Client retrieves the notifications with "RECEIVE * FROM <quename>". This reduces the round-trip overhead. I myself never had any occasion to use this feature.
by nageswaragunupudi
Tue Jun 30, 2015 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3507

empty icon group

Hello, In our program, in a particular occasion, there is an empty icon group. In this case the class crashes when the user press any key. Application===========   Path and name: C:\Pos\TLPosWin.exe (32 bits)   Size: ********* bytes  ...
by AntoninoP
Fri Mar 27, 2015 5:05 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: empty icon group
Replies: 1
Views: 1183

Re: New FWH 13.07 revised build

Mr. Rao, I did some more test at your advice. I try to save the report as a PDF, but I also got the gpf in that occasion. I rebuild my application with FWH 13.06 and tried to save my report as a PDF-file. No problem, everything is running fine. But I noticed something : In FWH ...
by driessen
Sat Aug 24, 2013 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.07 revised build
Replies: 28
Views: 6785

Re: Seed test Tdatabase vs. dbase style

... gained by using the database object, that tiny slowdowns are acceptable--at least I have never come across any significant speed issues. I have on occasion set lBuffer:=.f. while skipping in large loops when I didn't need the buffer loaded. In your example you could do the same. Regards, James
by James Bott
Sun Dec 23, 2012 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speed test Tdatabase vs. dbase style
Replies: 3
Views: 921

FWH / xHB and ActiveX

... of software using the API described. There are examples given but they're in C#, Java, and VB NONE of which I have a CLUE about (well I have had occasion to do some very simple things in C# but nothing that one could call 'C# programming'). All I know is that (I don't even know the correct terminology ...
by dpaterso
Wed Sep 21, 2011 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / xHB and ActiveX
Replies: 12
Views: 4215
Next

Return to advanced search