Search found 126 matches: everytime

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

... exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does it not get set back to false when you initiate the "Print oPrn..." command? Byron ... lUseHaruPDF is a CLASSDATA that ...
by Enrico Maria Giordano
Wed Feb 14, 2024 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1209

Re: Problem with FiveWin and PDF995 on Windows 11.

... exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does it not get set back to false when you initiate the "Print oPrn..." command? Byron ...
by byron.hopp
Wed Feb 14, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1209

Re: Error sending email

... I used the same library list of your .lnk file and error is still there, just when I close the mail message dialog window (without sending). Also, everytime I launch the program a new instance of Outlook is opened (but I think this is a minor issue :-) Roberto Harbour 3.2.0dev (r2008190002)Copyright ...
by karinha
Fri Aug 11, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 770

Re: Error sending email

... I used the same library list of your .lnk file and error is still there, just when I close the mail message dialog window (without sending). Also, everytime I launch the program a new instance of Outlook is opened (but I think this is a minor issue :-) Roberto
by chiaiese
Fri Aug 11, 2023 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 770

Re: PICTURE for DATE() ?

... of the application SET DATE GERMANSET CENTURY ON Then all your dates will appear as dd.mm.yyyy in the entire application. Setting picture everytime we edit a date is waste of time and code space.\ Next, used in the right way, TDataRow and XBrowse do most of these works automatically. I ...
by nageswaragunupudi
Mon Jul 17, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 397

Re: Adding a register key to the Windows register

... automatically so that it is installed on all PC’s on which my applications are used. This key is necessary to prevent a mastbos is shown in Word everytime a document is used that has been mailed to my customer. My customers use hundredthousands documents, so by this key a click is avoided everytime ...
by driessen
Tue Jul 11, 2023 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 696

How to trigger action when xBrowse lost focus?

When I test using oxBrowse:bLostFocus, I found that it got triggered everytime I'm done editing a cell (I was using fastedit clause).

What I wante is a codeblock that will be evaluated only if oxBrowse itself lost focus so I can trigger an auto-save function

Any tip?
TIA
by hua
Thu Jan 19, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to trigger action when xBrowse lost focus?
Replies: 0
Views: 210

Re: Read API data one by one or in block

... Pandas for data analysis or requests for making HTTP requests to APIs. Ultimately, the best approach will depend on your specific needs and goals. Everytime you ask chatGPT you get a different answer that somehow complement what it already said: There are a few things to consider when deciding ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 253

Re: Dialog or Form

... = "foo";  how can I prevent the code from overriding existing values in the database with an empty string everytime the user doesn´t select an image? kind regards and many thanks in advance Ruth
by Ruth
Thu Oct 27, 2022 3:49 pm
 
Forum: mod_harbour
Topic: Dialog or Form
Replies: 23
Views: 4653

Re: Funcion de MySQL nativa en codigo

...  `modify_dt`  TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP)  MySql server updates the value of `modify_dt` everytime any field in the record is updated.
by nageswaragunupudi
Mon Oct 03, 2022 11:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion de MySQL nativa en codigo
Replies: 14
Views: 1048

Re: Best technic to use the set relation to syntax

... Mr. Rao has used relations. I implemented relations in my first setup ans that is working, but a relation is changing the child database result everytime the parent is moving. I have to say that in my old version, ordscope is olso changing the child when a move is done in the parent, because ...
by Marc Venken
Tue Jan 11, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: problems after update to MacOs 11.1 (Big Sur)

Hello Antonio, I have managed to solve the problem with the GET where the characters were shown in the opposite order. What I did was that everytime the user enters a character in the GET there was a function launched that searched in a browse and placed the pointer at the right position. I ...
by plantenkennis
Thu Jun 10, 2021 3:04 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2299

Re: Help checking these forums cookies

Here the same problem.

Also with Chrome

Horizon wrote:Hi Antoino,

I have removed all cookies related to *.fivetechsupport.com. There is not any changes. It still ask the login everytime.

I use chrome.
by Marc Vanzegbroeck
Thu Apr 01, 2021 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help checking these forums cookies
Replies: 22
Views: 2206

Re: Help checking these forums cookies

Hi Antoino,

I have removed all cookies related to *.fivetechsupport.com. There is not any changes. It still ask the login everytime.

I use chrome.
by Horizon
Thu Apr 01, 2021 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help checking these forums cookies
Replies: 22
Views: 2206

ACCESS_VIOLATION using ADS Local Server (DBF)

... opened tables? When I'm sending a request that manipulates a table, this request will count as a different "user" (different connection) everytime? the error in my apache error.log: Unrecoverable error 6005: Exception error:    Exception Code:C0000005 ACCESS_VIOLATION    Exception Address:00007FFB74AB3416  ...
by ricbarraes
Tue Mar 23, 2021 9:17 pm
 
Forum: mod_harbour
Topic: ACCESS_VIOLATION using ADS Local Server (DBF)
Replies: 2
Views: 526
Next

Return to advanced search