Search found 36 matches: arises

Return to advanced search

Re: Parameter for Timeout

What problem arises when someone leaves the program open that we have to respond to? Probably none, but it is just a good habbit of closing a program. I will surely use this code to force the program to close. (give them enough ...
by Marc Venken
Thu Sep 21, 2023 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 738

Re: Parameter for Timeout

Hello, What problem arises when someone leaves the program open that we have to respond to? However, a timeout won't help here if the user is no longer in front of the computer. You'll always have to close the program automatically, ...
by Otto
Thu Sep 21, 2023 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 738

Re: Error sending email

... compiled with FW0709 and xHarbour 1.1 is working on the same PC with no errors. hm ... interesting I would like to reiterate that the error only arises out in case of oMailItem:display(.f.) .OR. oMailItem:display(.t.) but NOT actually sending the mail, just closing the mail message dialog. Parameter ...
by Jimmy
Sat Aug 12, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 685

Re: Error sending email

... the same procedure compiled with FW0709 and xHarbour 1.1 is working on the same PC with no errors. I would like to reiterate that the error only arises out in case of oMailItem:display(.f.) .OR. oMailItem:display(.t.) but NOT actually sending the mail, just closing the mail message dialog. Does ...
by chiaiese
Sat Aug 12, 2023 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 685

New FTDN July/Julio (FWH 23.07)

... - Compatible with accented characters like German Umlauts even when FW_SetUnicode(.t.). The problem arises where certain accented chars have different notations in ANSI and UTF8. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43352&p=262129#p262129 ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 936

Re: Problem with xBrowse

... The row identifier referred to a deleted row or a row marked for deletion. (0x80040E23): Microsoft Cursor Engine  This kind of error arises in cases like this:    local oCn, oRs, oField   oCn   := FW_MSSQLDB()   oRs   := FW_OpenRecordSet( ...
by nageswaragunupudi
Sun May 28, 2023 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2120

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... is less code in them. If we constantly inherit, then it becomes - like in daily life - more complex with each inheritance. Sometimes the question arises whether Fivewin should only be for experts or also for dBASE users who want to quickly build a solution. Best regards, Otto
by Otto
Mon May 15, 2023 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 402

Re: check existing first and last on customer

... (for instance) is only stored in the customer file, yet you can print the address on a reservation invoice. This also prevents the problem that arises when the customer moves or changes their phone number. If you have this data in multiple files, then you have to update it in multiple files. ...
by James Bott
Mon Jun 14, 2021 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2493

Re: bug TDataRow

Thank your for your time. With that solution, a new problem arises: when I select a memo field to edit, the cursor is placed in the position where I click. However, in a normal text GET it always goes to the beginning, regardless of the click position. ...
by MOISES
Fri Sep 20, 2019 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug TDataRow
Replies: 11
Views: 1022

Re: AscW() function

... using HB_UTF8CHR(). There is no problem either with Harbour or xHarbour. Till now there is no need to use HB_UTF8ASC(). But, if and when the need arises, what shall we do? There will be many users of older versions of xHarbour. Looks like we need to force them to upgrade xHarbour. But what about ...
by nageswaragunupudi
Thu Jun 13, 2019 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AscW() function
Replies: 24
Views: 1926

Re: To James Bott - Error Using TData

... the database by adding 1 to the last used ID in the database. Then this number is displayed on the new record data entry screen. A complication arises when another user starts to add a record when the first user hasn't saved theirs yet. So the second user saves theirs first (and it has the same ...
by Silvio.Falconi
Wed May 29, 2019 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 4173

Re: To James Bott - Error Using TData

... the database by adding 1 to the last used ID in the database. Then this number is displayed on the new record data entry screen. A complication arises when another user starts to add a record when the first user hasn't saved theirs yet. So the second user saves theirs first (and it has the same ...
by James Bott
Wed May 29, 2019 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 4173

Re: Tiempo de inactividad

... Idle state this is a state of expectation, when the Harbour program is waiting for the input from the user with the keyboard or the mouse. It arises as the result of Inkey() function call ( the READ command uses Inkey(), so that while waiting for input GET-objects idle state occurs ). In this ...
by carlos vargas
Tue Mar 26, 2019 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tiempo de inactividad
Replies: 4
Views: 1021

MySQL vs MariaDB

Hi Friends:

Until today in my developments I have used MySQL as a database engine,
with the advent of MariaDB, the question arises, which is better MySQL or MariaDB?

Given your experience, what can you tell me? Advantages, disadvantages.

With best regards
by Armando
Tue Jun 19, 2018 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL vs MariaDB
Replies: 4
Views: 849

Re: Blockchain - Antonio

... next record. If a record is modified, the hash no longer matches and the blockchain is broken and can be detected where it got broken. A question arises: What if a record has to be modified ? In such case, all records must modify their hashes. Or modifications are not allowed. In example: when ...
by Antonio Linares
Thu Apr 05, 2018 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blockchain - Antonio
Replies: 8
Views: 2323
Next

Return to advanced search