Search found 197 matches: handled

Return to advanced search

Re: DNS

... This cancellation happens without notification messages or event object signaling, which could potentially lead to unexpected behavior if not handled carefully.
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1004

Re: copy a row of xbrowse

... contains the indexes of selected rows in `oBrw:aArrayData`. This might require additional implementation based on how row selection is handled in your application. - When generating new unique IDs for pasted rows, make sure they do not conflict with existing ones. These modifications ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5751

Fivewin controls similar to javascript elements

... on a message-driven architecture. The operating system dispatches messages (like mouse clicks, key presses, etc.) to applications, which are then handled by the application's message loop. This is somewhat analogous to events in the JavaScript DOM, where events are dispatched to nodes in the DOM ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1119

Re: DBF . Commit

... similar function). Harbour can write only to the file buffer of Windows OS, but can not force the OS to physically write to the disk. All that is handled by the Windows OS and we can trust the Windows OS to flush its own buffers to the physical disk safely even in case of unexpected shut downs ...
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2318

Re: Mr. Rao, more about xBrowse

XBrowse is not that simple class. Well all this is handled in the Error Handler. There is no DATA nEditTypes in XBrowse, so this message goes to error handler. There it checks if there is any data of a Column class with that name without trailing ...
by nageswaragunupudi
Wed Aug 23, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 548

Fancy Dashboard

... buttons and xbrowse. (I like the second more) The kind of data that will be shown is accounting data and Todo data like incomming calls need to be handled https://maveco.be/fivewin/dashboard.png https://maveco.be/fivewin/dashboard2.png
by Marc Venken
Tue Jul 04, 2023 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Dashboard
Replies: 11
Views: 787

Re: FW_SetUnicode( .T. ) 2-Byte characters

... the theme: If you switch your windows machine to ' Beta: Use Unicode UTF-8 for worldwide language support ' 2-Byte characters in the TGet() are handled differently: the first character will appear as � - https://www.compart.com/en/unicode/U+FFFD all following characters are OK! After ...
by frose
Fri Jun 23, 2023 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2180

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... to keep consistent "alternatives" while using the updated commands. This was especially true for the button bar, and how email has been handled. What I like about inheritance is that I can write my modifications and never touch the FW libraries when they are updated. For me it has worked ...
by TimStone
Mon May 15, 2023 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 410

Re: New FWH 23.04

... still NOT addressed the long standing issue with PRINT and RTF files. I have been reassured many times that it was a high priority and would be handled, and yet all of these other new features keep getting added, and the one item that has not worked for several years continues to not be resolved. ...
by TimStone
Tue May 02, 2023 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 816

Re: Harbour warnings

... in dialogs.ch does work (not sure of negative fallout), but it is inadequate/incomplete because things like nRow, nCol, nFlags, etc. need to be handled in other rows as well. What I do NOT understand why Self in the row for .center. does not also throw the warning when using w3. (if you take ...
by rhlawek
Sat Jun 25, 2022 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2308

Re: Cambiar columna de consulta TDolphin

... using Mariadb (MySQL) and TDolphin. I know that the result of a query is an object and not an arrangement. However, in some opportunities I have handled it as such. When I want to refer to the values ​​of the query, I do for example: cName := oQuery: description nCost := oQuery:cost nQuantity ...
by JoseAlvarez
Sat Apr 16, 2022 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar columna de consulta TDolphin
Replies: 7
Views: 570

Re: Printing RTF 22.03

... the commands will not give an accurate count of the lines needed. We have to draw that from the formatted output. Also, because of the way this is handled, in a block size, we can't split it. A person might have 20 lines of "disclaimer" ( often called fine print on the end of a invoice ...
by TimStone
Tue Apr 12, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 570

Print RTF using tPRINTER class ?????

... the control they would like to do the formatting. Has ANYONE had success printing an RTF text using the tPrinter class where the other text is all handled by the SayText() method????l Anyone ??? Thank you for your input.
by TimStone
Fri Dec 10, 2021 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print RTF using tPRINTER class ?????
Replies: 6
Views: 754

Re: MySql Nativa Transacciones. At. Mr. Rao

from help of xharbour FINALLY The finally section is guaranteed to be executed, no matter if an error was handled or not. in you example FINALLY::oServer:CommitTransaction()END  The commit would be executed even when there is an error? Anyway, I don't know if harbor ...
by carlos vargas
Sat Sep 18, 2021 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2453

Re: TDatabase Class

... like you want but using OrdScope() to accomplish this. Note that you don't need to use any aliases or workareas with database objects. That is all handled automatically by the object.
by James Bott
Wed May 19, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2076
Next

Return to advanced search