Search found 357 matches: proper

Return to advanced search

Funciones MySql desde codigo FiveWin (SOLUCIONADO)

... fivewin? Acá dejo imagen del código y el enlace a StackOweflow donde lo encontré https://stackoverflow.com/questions/6181937/how-to-do-a-proper-case-formatting-of-a-mysql-column http://www.datanet.space/fw/imagenstore.jpg Agradecido con la Ayuda que puedan prestarme. No ...
by JoseAlvarez
Sun Nov 03, 2024 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones MySql desde codigo FiveWin (SOLUCIONADO)
Replies: 1
Views: 148

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

... **Compile with Correct Flags** Ensure that you're compiling the code with the correct flags for 64-bit. In Borland C, make sure you're using the proper flags to compile for 64-bit, like `-m64` (if applicable), and avoid flags that might force 32-bit compilation. ### 8. **Debug with 64-bit Tools** ...
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: 1331

Re: Low-Level Functions for DBF - QA Interface

... your software to continue being used by users—it requires great effort. New web applications appear daily, trying to take market share. Without a proper web application, I think it will be hopeless to survive. That's why I'm stressed. It's a lot of work to transform an application that has been ...
by Otto
Mon Aug 05, 2024 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low-Level Functions for DBF - QA Interface
Replies: 8
Views: 1174

Re: Migration of Desktop Application to Web: Progress Update

... practically unmanageable for a single developer. Then I spent some time just maintaining and expanding my own homepages, but I didn't write any proper programs anymore. However, as the demand from customers for web solutions kept increasing, I first tried to bring my application t o the web ...
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: 701

Re: Relative coordinates of Controls

I have always used resources ( .rc file ) because I could never figure out how to get the proper @ coordinates on a dialog. Of course, with resources, resizing is not possible. After all these years, I would REALLY APPRECIATE knowing how we can actually determine the ...
by TimStone
Fri May 24, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Relative coordinates of Controls
Replies: 15
Views: 2532

Interesting issue

... for inclusion in their programs. I recent had to purchase an update to get both 32 bit and 64 bit libraries. Essentially we initiallize the proper .dll, and make the API calls. In this case, I take a database field, pass it to the spell check routine, it works to correct any errors ( on ...
by TimStone
Wed Nov 01, 2023 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting issue
Replies: 1
Views: 275

Re: DBF . Commit

... Because we want to test the flushing of index butters also, let us create and use customer.cdx. First run this program to make sure we are using a proper cdx file. prepare.prg #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local cPath := ""  // network path   ? ...
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5329

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... function FWPG_PrimaryKeys() is always returning zero rows. We will fix this also. Please bear with us a little and we will get back to you with proper solution very soon.
by nageswaragunupudi
Sat Aug 05, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 1698

Re: Create help system with F1

... topic has a context code, and I can use the F1 key to call it within my program. As a result, when a client is looking at a screen, hits F1, the proper page of the manual opens for detailed explanation. Of course, getting people to actually read the documentation is a challenge ...
by TimStone
Mon Jul 10, 2023 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 1482

Re: Numeric alignment with oPrn:SayText( )

... and since I now have full RTF capability for essential areas, my clients will be extremely pleased with the result. One last question. What is the proper value for specifying the FONT COLOR ? It appears to be numeric ? Also do we have a color selection popup that we can use for the values ? Thank ...
by TimStone
Thu May 18, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 1095

Re: Postal bar code

James,

I checked it out, but was not able to print out the proper sized code. It was not critical, so I just moved on.
by TimStone
Tue Jan 03, 2023 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Postal bar code
Replies: 8
Views: 935

Re: SMS Text messaging - FOLLOW UP

... that way. I haven't tried that yet but am working on understanding what data actually is returned, and then I can parse it and provide it in the proper threads. 5). This all is done with cURL code which I'm already using elsewhere in my program. There are already posts on this forum with the ...
by TimStone
Mon Nov 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 2658

Re: Printing double sided

This may be an issue with my printer. If I use the option to select a printer, and in that Windows setup control select the proper output ( long binding ), it still comes out the same way. I can let it ride for now ...
by TimStone
Wed Oct 26, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 2247

Re: Printing double sided

... print the same. It is called "short edge binding" and it means that with a single sheet, you rotate it vertically to see the other side properly. (2) should use long edge binding. That means on page one, if you hold the left side and flip the page to the left, the back side will have ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 2247

Re: AYUDA Explicación. WebApp - ModHarbour

... entire environment for yourself where you can take all the memory that you need from the operating system and lately Apache cleans everything in a proper way. Ans THAT makes the real difference. Apache does it perfectly well, and there are no issues for Apache neither for the server. > Can you ...
by Antonio Linares
Mon Sep 19, 2022 8:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Explicación. WebApp - ModHarbour
Replies: 24
Views: 2998
Next

Return to advanced search

cron