Search found 767 matches: appreciate

Return to advanced search

WhatsApp tests

Modesto Rocabado has shared with us this code to send messages and files using WhatsApp. We do appreciate your tests and feedback to fine tune it. Many thanks! FUNC SendToWhatsApp( cPhone, cMsg, aAttach )LOCAL oShell, aFiles := {}, aOthers  := {}, ...
by Antonio Linares
Wed Apr 17, 2024 3:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 267

Talking to your apps

This simple code lets you talk to your apps instead of having to write! :-) Please test it, I do appreciate your feedback. I think this may be very interesting for our apps! listen.prg #include "FiveWin.ch"function Main()   local oDlg, oGet, ...
by Antonio Linares
Fri Mar 29, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3824

Re: Does anyone have an Envelope Printing module ?

... paper and I guess I can test print on plain paper .. but it would be nice if I did not have to re-invent the "wheel" ... I would appreciate any Envelope printing routines anyone might like to donate for a good cause .. I can embelish the field names .. it is the layout for multiple ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 539

Re: Data exchange between PC and Android device on the same loca

Dear Carles. As always, I appreciate your time and comments. I hope soon I will make progress in the RX study. I am interested in learning from both worlds. Firstly in the world of the old Harbour programmer who wants to use the web in ...
by Arturo Lopesoria
Wed Feb 28, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 768

Re: Data exchange between PC and Android device on the same loca

I appreciate your info Otto, it is almost certainly a solution if I use Apache.
The problem is that I don't know if Mod-Harbour /or/ Apache directly allow me to run HRB's /CGI's / instead of PRG's directly, which is MANDATORY in this specific case.
by Arturo Lopesoria
Wed Feb 21, 2024 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 768

RC to PRG generator

... write the code for each control using REDEFINE ... Here you have an utility that automatically writes the code for you: (work in progress, we do appreciate your feedback) #include "FiveWin.ch"static nButtons := 0, nLbxs := 0, nGets := 0, nTrackBars := 0function Main()   local ...
by Antonio Linares
Sun Feb 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1180

Re: link between PRG and RC

... hbmk2 as mr. vargas kindly mentioned...now i am trying to connect the dots :-) maybe there is a installation guide somewhere? i would highly appreciate someone telling me all the ingredients i need for making a program with fivewin - a list of necessary tools and resources? i see the source ...
by Ruth
Tue Jan 30, 2024 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1651

link between PRG and RC

dear all, I would greatly appreciate if someone could help a fw-beginner like me out. Here's the structure of my project: Main folder containing: configs folder rc folder release folder source folder *.prj file my first question: is this ...
by Ruth
Mon Jan 29, 2024 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1651

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... the webview.prg in the samples folder of FWH didn't even compile without errors. So I kept in mind that this is work for future progress. I would appreciate any tutorial about how to create a working example with MS WebView 2. May be you could create one, Otto? Or could you please, give me a tip ...
by Detlef
Fri Jan 26, 2024 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1686

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... how differently users can evaluate the integration of software and operating systems. Some users might share your concerns, while others might appreciate the convenience and efficiency of Microsoft solutions. I don't know any computer stores that even unpack the devices anymore. Nor do I know ...
by Otto
Wed Jan 24, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1686

Re: Fine tune Phi2 from Microsoft with your own data

For those of you that have a computer with GPU, we do appreciate if you can test it and report us how it works

many thanks!
by Antonio Linares
Mon Jan 08, 2024 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: phpBB to LLM

This code seems to work, though we still don't know how long it will take the training: I appreciate, if you have a pc with nvidia GPUs, to test it and report how long it takes. Just replace "fivetech_forums_20231222.sql" with a large text file you may have, ...
by Antonio Linares
Mon Dec 25, 2023 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4652

Re: phpBB to LLM

Here you have a posts.dbf and posts.fpt with all the contents of these forums :-) We appreciate if you can review it and check if they are fine for you: https://github.com/FiveTechSoft/forums/blob/master/posts_dbf.zip join these parts using Total Commander ...
by Antonio Linares
Sat Dec 23, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4652

Back after 10 years due to illness [ Javier Lloris ]

... all of us have done at the beginning, it only serves to waste a lot of time to find the appropriate bitmap and then the user does not find it. appreciate, at least in large companies that are the ones I have worked for, in these cases they only look for speed and efficiency.[/b] Imagenes: Images: ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Is there a PHP IsSet() in Modharbour

... not exist" in condition nr.3 in the code i provided. nr. 1 and nr. 2 are working fine but I have something wrong in nr. 3. I would really appreciate your expertise. Thank you so much for your time and help. Ruth hTables := {=>}hTables["hSTARS"] := hSTARScHashName ...
by Ruth
Thu Nov 09, 2023 12:07 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 678
Next

Return to advanced search