Search found 934 matches: necessary

Return to advanced search

Re: cloud or not cloud

... * - php4dbf_eof: Determines the end of the file (EOF) based on the number of records in the currently open DBF file. * - php4dbf_DBUse: Reads all necessary information from a DBF file at once and returns it. * - php4dbf_getDbfHeader: Retrieves the header of a DBF file. * - php4dbf_getFieldDescriptors: ...
by Otto
Fri Nov 15, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: cloud or not cloud

Hi,

The cloud is necessary
The cloud expands your scenario
The cloud is not the future, it is the present

There is only one problem. How can you go to the cloud? :roll:

C.
by Carles
Fri Nov 08, 2024 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: Copy file by mask

I'm not expert with codepages at all, sorry. :-(

Not necessary.
There is a lot you can help me.
And I am looking forward to it.

Please wait. I will make another very simple test program.
by nageswaragunupudi
Thu Nov 07, 2024 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 550

Adjusting the setup program

... which is not directly visible and independent of the object. Extensibility: With cargo and data-*, you can store additional metadata that is not necessary for the primary purpose of the element but useful for business logic. Usage in scripts: This data can be accessed and used in JavaScript (for ...
by Otto
Tue Oct 29, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 128

Re: Preview of the invoice in advance

... acceptable with clients. It also uses any modality the client prefers ( view at the business, text, email, or print ). No special programming is necessary. It's 100% FWH code. Tim
by TimStone
Fri Oct 25, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 628

Re: Route from Fiber Optic to the Web Server

... Whether you're moving applications to the web via hosted services or self-hosting, security is a topic we must address. By implementing the necessary steps, your Apache server on Windows will be well-secured and protected against common threats. The fact that we still lack a clear installation ...
by Otto
Wed Oct 23, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 217

Switching to Web

... The web server should be configured to perform regular updates to close known security vulnerabilities. - **Firewall optimization:** Only the necessary ports (e.g., Port 443) should be opened to prevent unwanted traffic. - **Intrusion Detection System (optional):** An IDS can monitor the web ...
by Otto
Thu Oct 10, 2024 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Web
Replies: 2
Views: 323

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

... Harbour VM stack could be another point of failure, especially if it becomes corrupted or misaligned. Minimize direct stack manipulations unless necessary. Check the stack state before and after every operation involving the stack (`hb_stackPush()`, `hb_stackPopState()`). Ensure the stack is ...
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: 1330

Re: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

Dear Carles, Yes, you are right. "I simply think that whoever wants to use DBF in any scenario has all the necessary tools." But we need to adapt DBF a bit to the present time and further develop it. I think there needs to be a point where one says, this DBF variant is ...
by Otto
Fri Sep 20, 2024 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 303

Re: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... system, none that can surpass Harbour's own RDD in quality and power. I simply think that whoever wants to use DBF in any scenario has all the necessary tools. Regards. C.
by Carles
Fri Sep 20, 2024 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 303

FWH - can't build Service with 2404 or 2407

... uxtheme.lib to be included. Of course a service is not going to use "windows" or its themes. In order to build it successfully, it is necessary to revert to 2402 ( or earlier ). Then I can eliminate uxtheme.lib and it builds, and runs, without a problem. Is there a way to address this ...
by TimStone
Fri Aug 30, 2024 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH - can't build Service with 2404 or 2407
Replies: 2
Views: 872

Re: Implementing ItsMe in a FWH-application

Antonio,

Thanks a lot for your answer. Quite a lot of information.

Give me some time to think it over or trying to get the implementation done.

I'll come back to it if necessary.
by driessen
Thu Aug 08, 2024 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Implementing ItsMe in a FWH-application
Replies: 2
Views: 886

Re: Implementing ItsMe in a FWH-application

... and response formats, and the authentication methods used. Register Your Application: You must register your application with ItsMe to get the necessary API keys and credentials. This usually involves creating a developer account and configuring your application in the ItsMe developer portal. ...
by Antonio Linares
Wed Aug 07, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Implementing ItsMe in a FWH-application
Replies: 2
Views: 886

Low-Level Functions for DBF - QA Interface

... really fun. The interface is being developed specifically for access from a web server, so many features that are standard on the desktop are not necessary here. The main functions are already working very well. I am now considering whether to use terminology that aligns more with SQL or dBase. ...
by Otto
Wed Jul 31, 2024 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low-Level Functions for DBF - QA Interface
Replies: 8
Views: 1174

Re: Need Help giide for my program

... the structure of your deposits data. Database Setup: Ensure you have a deposits.dbf database file similar to the invoices.dbf and that it has the necessary fields. Also, ensure that your OpenDataBases() function initializes the deposits.dbf correctly. Menu and Button Actions: Make sure that your ...
by Otto
Fri Jul 19, 2024 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2345
Next

Return to advanced search