Search found 344 matches: handling

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... ensuring these libraries are correctly installed and configured, you enhance the capabilities and security of your Apache server, particularly in handling encrypted communications and secure data transfer.
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 134

Re: FWErrorsys()

Lastly, If we do not like to use FWH's error handling and like to have our own error handler Then at the beginning of the application, execute ErrorBlock( { |e| MyErrorHandler( e ) } ) and have our own error handling module ...
by nageswaragunupudi
Thu Apr 04, 2024 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1827

Re: Error handling

Modifying errsysw.prg An approach: FUNCTION ErrorDialog(e)// At top in errordialog() function, 1st recordingc:= "Description error: "+ e:descriptionc+= Procname(1)+ CRLF+ ProcName(2)+ ProcName(3)memoWrit("ErrorMin1.log", c)....................
by paquitohm
Tue Apr 02, 2024 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 703

Re: Error handling

Thanks. However, it is difficult to understand without an example.
by Natter
Tue Apr 02, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 703

Re: Error handling

Hello, You can do it by recording an error log-min1.log at the beginning and then an errorlog-min2.log where more things are recorded incrementally. In errorlog-min1.log the callbacks will be recorded and in errorlog-min2.log, in addition to the callbacks, the calling program, the date, etc. will be...
by paquitohm
Tue Apr 02, 2024 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 703

Error handling

Hi,

If an error occurs, the error.log file is saved automatically.
How do I make sure that when an error occurs, some of my functions are executed and an error.log file is created?
by Natter
Tue Apr 02, 2024 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 703

Re: DateTime calculation

... resulting unixTimestampMilliseconds will be in the format you can use in your URL. Make sure to adjust the code based on your actual Harbour date handling methods, as it may vary depending on the context of your project.
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 688

Re: DateTime calculation

dear all, I would also like to kindly ask assistance with date and time handling. specifically: is it possible to convert a harbour date variable into a "unix timestamp expressed in milliseconds" (hope this is the correct term)? I am working on a project ...
by Ruth
Sat Jan 27, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 688

Re: How does mod harbour work

... me "Error: STR() missing for numeric value..." thanks again for your attention and kind regards ruth Dear Ruth, mod_harbour errors handling sometimes is not very usefull, I agree with you.
by Antonio Linares
Mon Jan 15, 2024 12:38 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1189

Re: WebView2 Essentials: Guides, Tips & Resources

... is focused on interaction between the native application and the web view, providing functionalities like navigation, script execution, and event handling. This class provides a comprehensive interface for embedding and controlling a web browser within a desktop application, likely tailored for ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: WebView2 Essentials: Guides, Tips & Resources

... WebView2 offers a range of features and APIs. The CoreWebView2 class provides web-specific functionalities such as networking, navigation, script handling, and HTML parsing and rendering. It includes methods like PostWebMessageAsJson, PostWebMessageAsString, and events like WebMessageReceived ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Insert a TUrlLink into xbrowse

... in the management of my school's warehouse items, I need to view the item codes and see (already displayed) only those for example which have handling (warehouse loading/warehouse unloading)
by Silvio.Falconi
Fri Dec 15, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a TUrlLink into xbrowse
Replies: 0
Views: 499

Re: Calculate total pages

... The code snippet you provided appears to be written in a language similar to Harbour or xBase, used for database applications. It's a routine for handling printing, specifically for generating invoices ("Rechnungen"). Here's a breakdown of what each part of the code is doing: 1. **Device ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5872

Fivewin controls similar to javascript elements

... similarities and differences can be quite useful when transitioning between web and desktop application development. The conceptual model of event handling is a key aspect of interactive application design in both environments, even though the specific implementations and best practices may differ. ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Help splitting up a character address string

... language similar to Clipper, you can use the SubStr() and At() functions to locate and extract the specific parts of the address. Harbour's string handling functions are quite powerful for these types of operations. Here's how you can do it in Harbour: harbour Copy code FUNCTION SplitAddress(cAddress) ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602
Next

Return to advanced search