Search found 559 matches: task

Return to advanced search

Re: Switching from memo fields to files -

... file for labor which is keyed to the workorder. The memo field contains a detailed description of the work performed. There is one record for each task A file for recommendations which is keyed to the workorder. The memo field contains detailed suggestions for needed services A file for an inspection ...
by TimStone
Mon Jul 29, 2024 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 754

Re: Dbf/cdx to sql changing

Hello Rick, yes, I believe so. You are using a Microsoft Access database. When I received the task of creating the online booking system for a vacation region in 2004, we got the job only because we had the fastest access time. At that time, we switched from MS_SQL to ...
by Otto
Fri Jul 19, 2024 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 3418

Re: Propuesta para que hagan un curso virtual FW

Dear Rick, You can solve this task just as well with DBF, and I think the source code would be more understandable. I had the program explained to me by ChatGPT. Please note that I made my statement under the premise: 'Mod Harbour area or ...
by Otto
Fri Jul 12, 2024 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 27894

Why You Should Stick with DBF or Access Databases for Now

... Why small businesses should stick to proven DBF or Access databases for now Switching from a desktop version to a web version is a major task. While modern database technologies offer many advantages, there are good reasons why small businesses should stick with proven DBF or Access databases ...
by Otto
Sun Jun 16, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why You Should Stick with DBF or Access Databases for Now
Replies: 5
Views: 539

Re: Migration of Desktop Application to Web: Progress Update

... week. This is managed in 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 ...
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: 626

Re: Migration of Desktop Application to Web: Progress Update

... that uses DBF files or SQL, JSON or whether I call a PHP file directly, it doesn't matter. For me, productivity is important. It is a significant task to convert a program that has been developed over 30 years to the web. But with mod harbour, I can retain the logic and practically only make the ...
by Otto
Sat Jun 15, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration of Desktop Application to Web: Progress Update
Replies: 7
Views: 626

Re: Migration of Desktop Application to Web: Progress Update

... would gain access to AI as we know it today, I created Harbourino. I was lucky. Only now do I see the full potential. Practically, the coder's task is reduced to providing good prompts to the AI. And to manage these modules and keep the code clear, Harbourino is fantastic. You can quickly format ...
by Otto
Sat Jun 15, 2024 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration of Desktop Application to Web: Progress Update
Replies: 7
Views: 626

Re: xbrowseWeb - Work in Progress

... not assume that when we switch to web, a finished library will meet the requirements we have with xbrowse. I think we should work together on this task. Best regards, Otto https://mybergland.com/fwforum/fts.jpg https://mybergland.com/fwforum/fts_clip5.jpg https://mybergland.com/fwforum/fts_clip6.jpg ...
by Otto
Tue Apr 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 602

Re: Talking to your apps

... and/or a hot key to toggle it. That way we don't always have a live microphone picking up unwanted comments. Of course, this is a developers task, not something FiveWin needs to handle. Thanks for the idea.
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 5640

Re: Data exchange between PC and Android device on the same loca

... FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); if ($Report == false) { echo ("Error in opening new Report"); exit(); } ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 1775

Re: Interesting discussion with ChtGPT

I am glad you posted it. I just see too many programmers today who only play in their comfort zone. AI may post some code but will it be the best way to handle a task or just the easiest?


Sent from my iPhone using Tapatalk
by TimStone
Mon Nov 06, 2023 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1926

Re: De *.C Para *.Obj en BCC74 no funciona más.

Ok Joao, entendido vamos a agregar los .prg, .c, .h y te cuento como nos va.

Por otro lado al compilar el ejemplo, pudimos notar que si le agregamos tildes (acentos) no se muestran de manera correcta.
Image

De antemano gracias
by leandro
Tue Sep 12, 2023 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 44013

Re: Librería xHarbour TTaskPanel.lib

Cristobal amigo gracias por responder...

Si ya estaba así

Image
by leandro
Tue Sep 05, 2023 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Librería xHarbour TTaskPanel.lib
Replies: 19
Views: 4237

Re: Announcing DrXlsx 1.0 by Charles Kwon

Maurizio, DrXlsx supports many versions of harbour(32/64)/xHarbour(32/64) and VC/BCC/Clang under the same protocol. It's a time-consuming task and some versions can cause unexpected issues due to their unique characteristics. I am also testing the desired features for each version, and I will ...
by CharlesKwon
Sat Aug 26, 2023 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 8791

Re: Error p/generar EXE usando UHTTPD2 en Windows

Dear Otto good mornig The jump to web it's not easy we need to learn deep html css javascript this task took aprx 2 o 3 years ( the level needed ) The freelace programers linke me ( 60 Yeards Old citizend ) that only know harbour ( clipper ) is allmost imposible to wait ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 4099
Next

Return to advanced search