Search found 847 matches: common

Return to advanced search

AI Agents

... Example: Recommendation systems in e-commerce platforms. Collaborative Agents : These agents work together with other agents or humans to achieve common goals. Example: Multi-agent systems used in simulations or cooperative robotics. Examples of AI Agents : Personal Assistants : Such as Siri, ...
by Antonio Linares
Wed Dec 18, 2024 10:55 pm
 
Forum: latest AI news
Topic: AI Agents
Replies: 1
Views: 106

Re: cloud or not cloud

... consistency with the number of records. * - php4dbf_appendBlank: Adds a blank record to a DBF file. * - php4dbf_getHeader: Helper function for common header processing. * - php4dbf_DBUse: Opens a DBF file and reads the header as well as the field descriptions. * - FieldPos: Returns the 1-based ...
by Otto
Fri Nov 15, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4122

Re: cloud or not cloud

... to security incidents). By implementing these steps, your Apache server on Windows will be comprehensively secured and protected against the most common threats. Best regards, Otto
by Otto
Sat Nov 09, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4122

Re: Route from Fiber Optic to the Web Server

... 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 routine for the mod_harbour server, which includes securing the server, is a significant ...
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: 357

Re: Route from Fiber Optic to the Web Server

... to security incidents). By implementing these steps, your Apache server on Windows will be comprehensively secured and protected against the most common threats.
by Otto
Tue Oct 22, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 357

Re: España: Normativa sancionadora sistemas informáticos

... Errores de formato del xml. SOAPUI me dió una pista: line -1: Missing message part with name [{https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/tike/cont/ws/SuministroLR.xsd}RegFactuSistemaFacturacion] , tiré por ella, busqué un xml con otro esquema, ...
by paquitohm
Fri Oct 18, 2024 9:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 340
Views: 69459

Re: New FWH 24.09

... HEX. I am going to explain to you in my next postings why I am saying this. We will also clarify different OEM and ANSI codepages as well as the common UTF8 codepage For now, let us go step by step please. This way we will find solutions faster. Again, I repeat do you have these problems in FWH1905 ...
by nageswaragunupudi
Fri Oct 18, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 5932

Re: Browse of my ADO Class

... years. Support recomend myself change xbrowse. (post deleted from here) On fivewin.com.br I receive wrong answer, and not needed source code is a common task. Same on others forum. I buy fivewin to have official support. On this post, I ask about codeblock does not works. Rao does not read my ...
by nageswaragunupudi
Mon Sep 30, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 55
Views: 5197

Re: Browse of my ADO Class

... years. Support recomend myself change xbrowse. (post deleted from here) On fivewin.com.br I receive wrong answer, and not needed source code is a common task. Same on others forum. I buy fivewin to have official support. On this post, I ask about codeblock does not works. Rao does not read my ...
by JoséQuintas
Fri Sep 27, 2024 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 55
Views: 5197

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

...   else        return;  ### 2. **Validate Pointers Before Access** In 64-bit, pointer mismanagement is a common source of crashes. Before accessing or using any pointers, ensure they are valid by checking for `NULL` or other invalid states. For example: ...
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: 3087

Re: slowness

... create my temp .dbf's and .cdx's on the local machine "C:\dbtmp\ ......,,dbf Order "C:\dbtmp\..... .CDX and open the reports from the common network drive ... and when I am done with the report I delect the local \dbtmp files .. I have done this for years in shared very large Novell ...
by Rick Lipkin
Tue Sep 24, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 9206

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

... a client-server database introduced? Historical Context of SQL and Mapped Drives SQL was indeed designed in an era when centralized databases were common, and applications often accessed these databases over networked environments sometimes via mapped drives. In this context, SQL's strengths—like ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 646

Re: problem with 24.07

... b32.bc echo %hdirl%\dbffpt.lib + >> b32.bc echo %hdirl%\hbsix.lib + >> b32.bc echo %hdirl%\debug.lib + >> b32.bc echo %hdirl%\common.lib + >> b32.bc echo %hdirl%\codepage.lib + >> b32.bc echo %hdirl%\pp.lib + >> b32.bc echo %hdirl%\pcrepos.lib + >> b32.bc ...
by kajot
Fri Aug 16, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with 24.07
Replies: 12
Views: 2399

How to Code in HARBOURINO STYLE vs. React

... The patcher approach offers an interesting alternative to traditional frameworks. Here are some considerations on how this approach compares to common frameworks: Advantages of the patcher approach: Speed and Efficiency: Precompiled Output: Since the patcher works before runtime, it generates ...
by Otto
Sat Aug 03, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Code in HARBOURINO STYLE vs. React
Replies: 0
Views: 625

Re: ¿Fast Report en FW64?

... Certainly, I can provide an example of using Inter-Process Communication (IPC) to use a 32-bit DLL from a 64-bit EXE on Windows using C. This is a common scenario when dealing with legacy 32-bit DLLs that need to be used in modern 64-bit applications. We'll use named pipes for IPC in this example. ...
by Antonio Linares
Tue Jul 23, 2024 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Fast Report en FW64?
Replies: 8
Views: 2060
Next

Return to advanced search