Search found 27 matches: ensuring

Return to advanced search

FlowMarker System Documentation

... Next: DATAFLOW-004. This will help trace the entire process step-by-step. Total: total number of flow markers used. This method provides clarity, ensuring anyone maintaining the code can quickly understand how data flows through your program, especially when introducing new fields or updating ...
by Otto
Fri Sep 27, 2024 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 147

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

... and avoid unexpected crashes in Borland C 64-bit, you can take a methodical approach focusing on improving type safety, error handling, and ensuring compatibility with the 64-bit architecture. Here are specific optimizations you can apply: ### 1. **Improve Type Safety** Make sure that all ...
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: Bug Maria_Connect() FWH-24.07 64 bits ???

... pointers are larger (64-bit compared to 32-bit in 32-bit environments). Review how pointers such as `PHB_ITEM` and `PHB_SYMB` are handled, ensuring there are no pointer truncation issues. Make sure you're not inadvertently casting between 32-bit and 64-bit values, which could lead to problems. ...
by nnicanor
Wed Sep 25, 2024 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1393

Re: Need Help giide for my program

... program, follow these steps: 1. Click on the **Exit** button in the Button Bar or select **Exit** from the Menu Bar. 2. The program will close, ensuring all data is saved and properly exited. --- This manual should help you understand and use the main features of the program. Adjustments can ...
by Otto
Fri Jul 19, 2024 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2434

Re: Need Help giide for my program

... `EditDeposit` function to select an invoice number. By implementing these changes, you will create a robust linkage between invoices and deposits, ensuring that each deposit is associated with its corresponding invoice. This setup will also allow you to easily navigate and report on the relationships ...
by Otto
Fri Jul 19, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2434

Re: Dbf/cdx to sql changing

... 3. Data Integrity Integrity Constraints: SQL databases support integrity constraints such as primary keys, foreign keys, and unique constraints, ensuring data integrity. ACID Transactions: SQL databases support transactions that adhere to ACID properties (Atomicity, Consistency, Isolation, Durability), ...
by Maurizio
Thu Jul 18, 2024 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4190

Re: Compiler with MSVC y HARBOUR

... such as symmetric encryption, asymmetric encryption, and hash functions. It's essential for generating secure keys, encrypting data, and ensuring the integrity and authenticity of data. Where to Get: Like libssl-1_1-x64.dll, libcrypto-1_1-x64.dll comes with the OpenSSL package. It is ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 564

file ID in the Windows file system

... and other IT professionals, understanding and sometimes working directly with file handles and IDs is an important part of managing files and ensuring smooth operations. **User: How can I get the file ID?** In Windows, to retrieve the unique file identifier (File ID) for a file, you typically ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 1084

Interesting discussion with ChtGPT

... more integrated and transform the development process. However, it will also be important to strike a balance between simplicity and capability, ensuring developers still have the control and flexibility they need.
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 2175

Re: DBF . Commit

... file (also indexes and memo files, if exist) Just for information to all: COMMIT executes the WinAPI function FlushFileBuffers( handle ) thereby ensuring that all the data in the buffers are physically written to the disk. This is executed for dbf, fpt/dbt and all cdx/ntx/idx file handles. This ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5414

Re: Disabled buttons at oBar not greyed out after using FWH1912

... RESOURCE "B_TOP","B_TOP","B_GREY","B_TOP" OF oBar GROUP   But this is a lot of work, testing, checking, ensuring all buttons in all modules are shown properly unless I'm willing to use GDIPLUS clause which results in non-sharp images of buttons. Question; ...
by hua
Wed Sep 13, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 2756

Re: Saving OuterHTML using Await Implementation with TWebView

... the TWebView control, typically used in an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main ...
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

... the TWebView control, typically used in an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main ...
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: Make para BCC10

... required to build both command-line and GUI Windows applications. You are welcome and encouraged to use the tools, including for learning C++ or ensuring C++ code you maintain is compatible with this compiler. Basic Information ----------------- To install the Embarcadero C++ 10.1 Berlin Free ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1265

Re: oCn:ImportFromDBF function autoincrement id feature problem

Hi Mr. Rao, If the field type in DBF is "N", it is not an autoincrement field. It is a numeric field and you are ensuring its uniqueness through your program logic. Am I right? Right. If you let us know if you want option (a) or (b), we will advise you the suitable way. of ...
by Horizon
Sun Aug 26, 2018 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:ImportFromDBF function autoincrement id feature (Solved)
Replies: 5
Views: 923
Next

Return to advanced search

cron