... like way, at least for me. I noticed bitterness in your last comment because after a lot of work mod_harbour doesn't take off, it needs to be proposed in a very simple and gradual way. Hope you can help me.
note well
Your code generator is also interesting, it allows you to keep your attention ...
Search found 12 matches: proposed
Searched query: proposed
- Wed Jan 08, 2025 1:17 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 113
- Mon Sep 16, 2024 4:22 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: xHarbour 64 bits y xbScritp - (Solucionado)
- Replies: 49
- Views: 4716
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 for xHarbour 24.07 64bits - Aug. 2024 Harbour development power ...
┌──────────────────────────────────────────────────────────────────────────────┐
?FiveWin for xHarbour 24.07 64bits - Aug. 2024 Harbour development power ...
- Wed Aug 28, 2024 7:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF format still in use???
- Replies: 23
- Views: 5425
Re: DBF format still in use???
... 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 for ...
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 for ...
- Thu Aug 15, 2024 11:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF format still in use???
- Replies: 23
- Views: 5425
Re: DBF format still in use???
... 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 for ...
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 for ...
- Sun Aug 11, 2024 4:35 pm
- Forum: mod_harbour
- Topic: Presentando Harbour websocket server
- Replies: 10
- Views: 7595
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 sd, const void * data, long ...
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 sd, const void * data, long ...
- Fri Jul 19, 2024 5:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help guide for my program.
- Replies: 38
- Views: 3141
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 were ...
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 were ...
- Fri Jul 19, 2024 4:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help guide for my program.
- Replies: 38
- Views: 3141
Re: Need Help giide for my program
... 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 ...
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 ...
- Fri Jul 19, 2024 4:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help guide for my program.
- Replies: 38
- Views: 3141
Re: Need Help giide for my program
... 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 ...
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 ...
- 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: 5392
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
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
- Sun Aug 06, 2023 2:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Set a specific starting function
- Replies: 20
- Views: 1646
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()
QUIT
ENDIF
Works fine for me. I would only like to know your thoughts about it. If there is not a public function called MAIN the ...
IF TYPE( "MAIN()" ) = "UI"
MAIN()
QUIT
ENDIF
Works fine for me. I would only like to know your thoughts about it. If there is not a public function called MAIN the ...
- Tue Jul 18, 2023 10:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebView - Edge - Chrome - right button
- Replies: 4
- Views: 449
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
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
- Tue Jul 11, 2023 9:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Create help system with F1
- Replies: 15
- Views: 1817
Re: Create help system with F1
... 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 ...
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 ...