Search found 3468 matches: made

Return to advanced search

Re: Google Graph extra graphic ? (Navaro)

... style="width: 400px; height: 120px;"><background-color="transparent;"></div> If the html is made and the pie is drawn. do I try to change the data of the pie in the html ? I mean that the pie is onscreen and the arduino is sending new data ...
by Marc Venken
Tue Feb 20, 2024 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3245

Re: creating a new function HtmlToRtf()

... Arial;}} {*\generator Riched20 10.0.19041}\viewkind4\uc1 \pard\sa200\sl276\slmult1\f0\fs22\lang7 and then add } at the end. I made a test and it is working fine. https://github.com/jgm/pandoc/releases/tag/3.1.12 what...? I do not understand ? my HTMLTORTF function takes the ...
by Silvio.Falconi
Fri Feb 16, 2024 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 308

Re: creating a new function HtmlToRtf()

... Arial;}} {*\generator Riched20 10.0.19041}\viewkind4\uc1 \pard\sa200\sl276\slmult1\f0\fs22\lang7 and then add } at the end. I made a test and it is working fine. https://github.com/jgm/pandoc/releases/tag/3.1.12
by Otto
Thu Feb 15, 2024 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 308

Re: PepPol European Invoicing standard

Hello,
I use this tool I made:
Image

Best regards,
Otto
by Otto
Wed Feb 14, 2024 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 1049

Re: PepPol European Invoicing standard

In early days I made some HTML Pages from source for generation Webshop pages with all kind of data and layout. If I look into that code, I see options to modify it like that ? Function CreateOneHtmlPag()  // Dbf is already ...
by Marc Venken
Wed Feb 14, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 1049

Re: RC to PRG generator

... and I eventually gave up on the attempt. It's interesting that I can't find any RC2HTML converters on the web. I tried with JavaScript. First, I made a JSON but now I have the elements but not the positioning. Best regards, Otto <!DOCTYPE html><html lang="de"><head>  ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1393

Re: Switching my setup program to webview2

... because, as I then found out, the file:// protocol does not support URL parameters by default in many environments, including WebView2. I've made a workaround with a timer. It works well. Best regards, Otto https://mybergland.com/fwforum/fw2htmltimer.jpg
by Otto
Sat Feb 10, 2024 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 488

Re: TWebView window size

Dear Antonio, may I also post this additional code our team has made for this project: CheckTables()function CheckTables()   if ! File(   "address.dbf" )      DbCreate( "address.dbf",;         {      {"name", ...
by Ruth
Fri Feb 02, 2024 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 962

Re: WebView2 sample

Dear Antonio, Enrico, I made a clean install of FWH and xHarbour and now my problem is solved. One error was my modified buildx.bat. Because I thought never using zip functions I put the entry echo %hdirl%\hbzip.lib + >> b32.bc ...
by Detlef
Tue Jan 30, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1364

connecting SQL SERVER VIA ODBC PROLEM

Hello every body long time not connected due de program made by FW works fine, now we are made a change in the server and we have changed mysql by sql server and we have follow problem: [CODE] oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 347

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example #INCLUDE "FiveWin.ch" #include "richtext.ch" ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1651

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example #INCLUDE "FiveWin.ch" #include "richtext.ch" ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1651

Re: Creating table with Trichedit

... oRTF TEXT "cell 10" ALIGN CENTER Next END TABLE oRTF CLOSE RTF oRtf Puti:=MSWORD_PATH() WinExec(puti+" "+ cOutFile) Please I made a test but not run ok can you help me ? #include "fivewin.ch" #include "richtext.ch"// need the  RichText class of ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1651

Re: erase files

I made Cancella_Archivi(".\data\")  // on Main.prg...return nil Function Cancella_Archivi(cDir)      local adir := DIRECTORY(cDir+ "*.*", "D" )      local i,cFile              FOR i = 1 to ...
by Silvio.Falconi
Thu Jan 25, 2024 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1778

Re: Steps to integrate AI

... chatgpt api and already had a paid openai account. so i just needed the openai api key - which one should be careful to never reveal publicly. i made a basic webpage where the user can input a prompt, send that prompt to the server that communicates with the openai api and display the response ...
by Ruth
Sat Jan 20, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 674
PreviousNext

Return to advanced search