Search found 807 matches: michel

Return to advanced search

Re: New FWH 24.02

Dear Michel,

good morning,

This is the right Harbour to download:
For Borland:
https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_bcc770_32_20240309.zip
by Antonio Linares
Sat Mar 09, 2024 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7878

Re: Problem with alignment in SAY command

Michel, I use Pelles C from 2009 ´, Version 6.00.4 I checked and compiled it with the following setup: yes - no, and here it is working. Sometimes I use text from a DBF file, which is, for example, 160 characters long, and ...
by Otto
Fri Mar 01, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 983

Re: Strange characters going from FWH to Outlook FWH 13.10

Dear Michel,
I haven't conducted any direct speed measurements, but I've never noticed it being slow.
I think the code page must solve it similarly.
Best regards,
Otto
by Otto
Mon Feb 19, 2024 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3955

Re: Strange characters going from FWH to Outlook FWH 13.10

Dear Michel, We never managed to achieve a good conversion with the built-in code tables. Therefore, we created various functions. You could build one according to this scheme. Best regards, Otto function convertXML2( cVData, ...
by Otto
Mon Feb 19, 2024 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3955

Re: 2FA - Two Factor Authentication

Dear Michel,

Does your FWH app provide support already for sending SMSs ?
by Antonio Linares
Wed Feb 14, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2FA - Two Factor Authentication
Replies: 3
Views: 249

Re: Has a printer been installed?

Michel:

One way

Code: Select all  Expand view

   acPrinters  := aGetPrinters()  
 


It returns an array with the names of all the installed printers

Regards
by Armando
Sat Feb 10, 2024 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Has a printer been installed?
Replies: 2
Views: 210

Re: Question about Message-functions

Hello Michel, I use a dialog in Metro-style. https://mybergland.com/fwforum/msgext.jpg Best regards, Otto #include "fivewin.ch"#define CLR_VIOLET          RGB( 170,   0, ...
by Otto
Wed Jan 03, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Message-functions
Replies: 6
Views: 723

Re: Question about Message-functions

Dear Michel, It is not possible using standard FWH Msg...() functions as they use Windows API MessageBox() which does not allows it. So you have to create your own Msg...() function and here you have a great example from Mr. ...
by Antonio Linares
Wed Jan 03, 2024 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Message-functions
Replies: 6
Views: 723

Re: Question about deleting files and the trash

Dear Michel,

It is the fifth parameter when you call SHFILEOPERATION()
by Antonio Linares
Fri Dec 22, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1269

Re: Question about deleting files and the trash

Dear Michel, It seems as this code has to be used: #include <stdio.h>#include <windows.h>#include <shellapi.h>#define FO_DELETE 3 //Delete the files specified in pFrom.#define FOF_ALLOWUNDO 0x40 //Preserve ...
by Antonio Linares
Thu Dec 21, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1269

Re: Strange characters going from FWH to Outlook FWH 13.10

Dear Michel,

We are reviewing it

many thanks for your feedback
by Antonio Linares
Fri Dec 08, 2023 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3955

Re: Strange characters going from FWH to Outlook FWH 3.10

Dear Michel,

It may be related to the used codepage

Please post both texts here, not as an image (so we can copy and paste them), so we can analyze them

thanks
by Antonio Linares
Fri Dec 08, 2023 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3955

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

glad to know the problem is solved

In FWH 23.10 we have removed many warnings, code has been simplified, thus it is possible this change in the behavior

many thanks for your great feedback
by Antonio Linares
Thu Nov 16, 2023 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 266

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

Do you use this ? Maybe you wrote ON MOVE by mistake:

ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON MOVE ArcLeg:Move(aRect[1],aRect[4],,,.T.)

or

ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON INIT ArcLeg:Move(aRect[1],aRect[4],,,.T.)
by Antonio Linares
Thu Nov 16, 2023 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 266

Re: Some problems with the FWH-debugger

Dear Michel,

debugging an event driven environment is not easy. Better use traces instead of a debugger
by Antonio Linares
Mon Sep 11, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 533
PreviousNext

Return to advanced search