Search found 28 matches: ensures

Return to advanced search

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... For example: if (pObject == NULL || pObject->item.asArray.value == NULL){    // Log or handle the error    return;}  This ensures you avoid dereferencing invalid pointers. ### 3. **Use Robust Error Handling** Ensure robust error handling around critical operations, particularly ...
by nnicanor
Wed Sep 25, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1393

Re: Migration of Desktop Application to Web: Progress Update

... the program. In the TG column, you can see the days off. A person can have a day off, a vacation day, or be assigned a task at work. The program ensures that you can only move entries vertically within the day. If you move a person back from the shift schedule, they will be placed exactly in ...
by Otto
Sat Jun 15, 2024 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration of Desktop Application to Web: Progress Update
Replies: 7
Views: 709

Re: a folder into a dialog

... maintain performance. Fallbacks: Consider providing fallbacks for older devices or browsers that may not handle dynamic adjustments well. This ensures a wider audience can still have a good experience, even if it’s not the full dynamic experience. Visual Consistency: Minimize Empty Space: Set ...
by Otto
Thu Jun 13, 2024 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 28
Views: 2334

Parameterization of xReport

... white; } This definition causes the background of the table head to appear in a bright blue (#007bff), while the text is in white. This design ensures high contrast and clear readability of the headers in the table. cHtmlTmp += 'background-color: ' + hReport['custom-th-background-color'] + ...
by Otto
Sat Jan 13, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameterization of xReport
Replies: 2
Views: 720

WebView2 Essentials: Guides, Tips & Resources

... Handles GPU-related tasks. This architecture, where multiple processes run simultaneously, enhances performance, security, and stability. It ensures that if one part of your web content crashes or hangs, it doesn't bring down the entire application. This is a common approach in modern web ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 664

Re: hash for storing variables

... of Structure and Logic: The structure (HTML), style (CSS), and logic (JavaScript) of components can be edited independently. Consistency: Ensures consistent use of the date input component throughout the project. Similarities with Object-Oriented Programming The approach shares similarities ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 692

Re: DBF . Commit

nageswaragunupudi wrote:So, let is be clear on this:
1. COMMIT is safe and ensures all data is physically written the disk. But not necessary to make the changes visible to other users.
2. UNLOCK is all that is enough to make the changes visible to users across the network.

Hope Mr. Enrico agrees on this.


Yes, I agree.
by Enrico Maria Giordano
Mon Oct 23, 2023 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5414

Re: DBF . Commit

... Enrico was clear. He said "It is not necessary for the visibility, we agree on this." So, let is be clear on this: 1. COMMIT is safe and ensures all data is physically written the disk. But not necessary to make the changes visible to other users. 2. UNLOCK is all that is enough to make ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5414

Re: Saving OuterHTML using Await Implementation with TWebView

... will exit either when the desired result is achieved or after a certain time has passed (`nSecond`), whichever happens first. - This mechanism ensures that the program waits for the web content to be available but doesn't get stuck indefinitely if the content isn't found. 6. **Asynchronous ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3314

Re: Saving OuterHTML using Await Implementation with TWebView

... will exit either when the desired result is achieved or after a certain time has passed (`nSecond`), whichever happens first. - This mechanism ensures that the program waits for the web content to be available but doesn't get stuck indefinitely if the content isn't found. 6. **Asynchronous ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3314

Re: Transaction security with DBF

... were just edited are returned to their saved values. All locks made during a transaction are maintained until the transaction is completed. This ensures that no one else can make any changes until the transaction is committed or abandoned. For more information on transactions, see BEGINTRANS( ...
by Otto
Fri Sep 09, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 998

FWH 18.12 Window/Dialog:SaveState() and RestoreState()

... not visible to the user. RestoreState(): Window is restored on the primary monitor if the second monitor is not present. In any case, the function ensures visibility of the window in the current setup. If an existing application is saving and restoring windows/dialogs on the basis of coordinates, ...
by nageswaragunupudi
Sat Dec 29, 2018 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.12 Window/Dialog:SaveState() and RestoreState()
Replies: 0
Views: 632

Re: Tweb

... on frameworks are scalable Spare you from the worries about low-level security of a site Follow the MVC (Model-View-Controller) pattern that ensures the separation of presentation and logic Promote modern web development practices such as object-oriented programming tools Best regards Otto
by Otto
Fri Aug 24, 2018 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tweb
Replies: 20
Views: 4134

Re: UTF8 & MySql are 100% compatible with FWH?

Using ADO with Harbour (not xHarbour), we can achieve 100% compatibility with MySql Work Bench, Excel, etc. Compatibility with MySql WorkBench ensures compatibility with all other MySql connectors for .NET, php, etc. http://imagizer.imageshack.us/v2/xq90/924/MruJI8.png We can ...
by nageswaragunupudi
Fri Jun 10, 2016 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF8 & MySql are 100% compatible with FWH?
Replies: 35
Views: 10906

Re: Convertir variable de tipo "T" a caracter

... fields are combined with Character fields in an index expression, use TtoS() to concatenate the DateTime field with the Character field. This ensures that the Date field is sorted in chronological order. Info See also: DateTime(), DtoS(), SET CENTURY, SET DATE, SET EPOCH, StoD(), StoT(), TtoC() ...
by carlos vargas
Tue Oct 08, 2013 9:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir variable de tipo "T" a caracter
Replies: 1
Views: 885
Next

Return to advanced search