Search found 158 matches: proposed

Return to advanced search

Re: Strange characters going from FWH to Outlook FWH 13.10

Hello, Mr. Rao,

If I do the test you proposed with FWH 23.07 and with FWH 23.10, I get in both cases an alert with these 4 results:

EN
cp437
1252
850
by driessen
Mon Feb 19, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3710

Re: Set a specific starting function

I don't understand your message, sorry. I already proposed (in my previous message) the following code at the end the INIT function: IF TYPE( "MAIN()" ) = "UI"    MAIN()    QUITENDIF Works fine ...
by Enrico Maria Giordano
Sun Aug 06, 2023 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 857

Re: WebView - Edge - Chrome - right button

Dear Ari,

I have tried to implement it and the code seems ok and builds ok but it does not work as expected,
so I have opened a new issue for it:

https://github.com/webview/webview/issues/951

There you can see the proposed code. Lets see what they say :-)
by Antonio Linares
Tue Jul 18, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView - Edge - Chrome - right button
Replies: 4
Views: 274

Re: Create help system with F1

... they hardly bring any money for the professionals in the forum here. Maintaining help files... You also know )) I would go for a easy way like you proposed. Select a item that you would like help for and if not exist, create it on the fly (in devellop mode) not live program if exist show at a location ...
by Marc Venken
Tue Jul 11, 2023 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 864

Re: Leer Excel grande a un array o DBF

... cAlias )->( FW_ExcelToDBF( GetExcelRange( TrueName( cExcelFile ) ) ) )  instead of the 16 line code proposed by you. This is even much simpler: 1. Open the excel book with Excel application and leave it open. Then, // open or create dbfFW_ExcelToDBF()  ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 756

Re: MySql Nativa Transacciones. At. Mr. Rao

Mr. Marcelo

BREAK works for you, because you are using Harbour. You may continue using BREAK as you proposed.

It does not work with xHarbour.
by nageswaragunupudi
Fri Sep 17, 2021 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2454

Re: Lookup method of Tdatabase

... this: ... .and. ( oPrenotazioni:Check_IN > dCheck_OUT .or. oPrenotazioni:Check_OUT < dCheck_IN ) Thus it is checking to see that the proposed check_IN is less than the check_OUT of the record being evaluated OR the proposed check_OUT is less than the check_IN date of the record being ...
by James Bott
Wed Aug 18, 2021 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2862

Re: print a array

first of all I did not understand your interest, on the other hand I do not speak to people like you who have not produced and proposed any object class but are offended to go go, I'm tired of your insolent messages, if I'm working for 4 years you must not care after all you never gave ...
by Silvio.Falconi
Sun Jul 11, 2021 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print a array
Replies: 12
Views: 1086

Re: DBU

Hello friends,
I have to apologize. I haven't tried the current version of FIVEDBU before doing this posting.
FIVEDBU can now do everything that the proposed programs can.
Best regards,
Otto
by Otto
Thu Jun 17, 2021 8:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2221

Re: create a pdf

... of image... it is should be quick fix... maybe with the new lib haru interface, is possible create a pdf without change the quality of jpg The proposed function, if used with haru, will produce better results. Add this at the beginning the program REQUEST FWHARU  and anywhere in the program ...
by nageswaragunupudi
Fri Apr 30, 2021 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pdf
Replies: 10
Views: 1336

Re: Display the text vertically

This was the proposed program for very old versions. For all recent versions, this is extremely simple. Simple assignment of vertical font is enough. This sample works. #include "fivewin.ch"function Main()  ...
by nageswaragunupudi
Thu Sep 10, 2020 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display the text vertically
Replies: 14
Views: 1950

Re: Mr. Rao, Registros duplicados en xBrowse con un ReQuery

... these tables in the SELECT statement. Therefore, you need not join the tables. Can you please try the same examples without joining these tables? Proposed SQL:    oQryBD:= ::oConn:RowSet( "SELECT * FROM clientes " + ;                ...
by nageswaragunupudi
Fri Jun 05, 2020 3:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, Registros duplicados en xBrowse con un ReQuery
Replies: 12
Views: 1577

Re: Export To Word

I totally agree, we need a native Word export option. However, the proposed fix by Otto does not work with Office versions prior to 2007, and I do not know if it will work well with Office 365 and the reduced versions of Word that come by default on some computers.
by MOISES
Sun Feb 02, 2020 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Export To Word
Replies: 11
Views: 1891

Re: Owner draw ComboBox

... There already exists bDrawItem. Now a new data bOwnerDraw is provided for this purpose in the new version. This sample is an adaptation of the proposed code posted above. #include "fivewin.ch"#define WHITE_BRUSH           0#define COLOR_HIGHLIGHT     ...
by nageswaragunupudi
Thu Nov 21, 2019 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Owner draw ComboBox
Replies: 4
Views: 1261

Re: User defined Windows captions

There is no caption. It is a simulated caption, so we have to paint the caption text ourselves

I spent several days trying to find another choice (WM_NCPAINT) to avoid removing the caption but there is no way, unless the proposed solution here
by Antonio Linares
Fri May 10, 2019 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 4338
Next

Return to advanced search