Search found 165 matches: proposed

Return to advanced search

Re: xHarbour 64 bits y xbScritp

Enrico, I put the code for the function proposed by Antonio in the sample PRG, but the same issue persists when compiling using "buildx64.bat". ┌──────────────────────────────────────────────────────────────────────────────┐ ?FiveWin ...
by Cgallegoa
Mon Sep 16, 2024 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 1898

Re: DBF format still in use???

... to reach a critical mass of users. However, we are further away from this than we were years ago and the user base is even more fragmented! ADS is proposed as a way to access DBF from PHP, but that's not a viable option—the future is uncertain. The existing PHP extensions have also been inactive ...
by Silvio.Falconi
Wed Aug 28, 2024 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF format still in use???
Replies: 23
Views: 4263

Re: DBF format still in use???

... to reach a critical mass of users. However, we are further away from this than we were years ago and the user base is even more fragmented! ADS is proposed as a way to access DBF from PHP, but that's not a viable option—the future is uncertain. The existing PHP extensions have also been inactive ...
by Otto
Thu Aug 15, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF format still in use???
Replies: 23
Views: 4263

Re: Presentando Harbour websocket server

Dear Otto, I have searched for hb_socketIsOpen() in all Harbour sources and it is not found. Maybe it was proposed by the AI ? Harbour's hb_socketSend() is defined in src/rtl/hbsocket.c and hbsockhb.c ( high level HB_FUNC( HB_SOCKETSEND ) ) long hb_socketSend( HB_SOCKET ...
by Antonio Linares
Sun Aug 11, 2024 4:35 pm
 
Forum: mod_harbour
Topic: Presentando Harbour websocket server
Replies: 10
Views: 6479

Re: Need Help giide for my program

... him to see what is possible today. You don't have to use AI, but ignoring it is also not right because it is a reality. And just by the way, the proposed solution path leads to the result. Of course, the first PROMPT does not immediately provide a workable solution. But a few months ago, there ...
by dagiayunus
Fri Jul 19, 2024 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2435

Re: Need Help giide for my program

... him to see what is possible today. You don't have to use AI, but ignoring it is also not right because it is a reality. And just by the way, the proposed solution path leads to the result. Of course, the first PROMPT does not immediately provide a workable solution. But a few months ago, there ...
by Antonio Linares
Fri Jul 19, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2435

Re: Need Help giide for my program

... him to see what is possible today. You don't have to use AI, but ignoring it is also not right because it is a reality. And just by the way, the proposed solution path leads to the result. Of course, the first PROMPT does not immediately provide a workable solution. But a few months ago, there ...
by Otto
Fri Jul 19, 2024 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2435

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: 5143

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: 1509

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: 402

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: 1542

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: 1043

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: 3670

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: 4727

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: 1633
Next

Return to advanced search

cron