Search found 1891 matches: creating

Return to advanced search

Re: Problema super raro

... can be done in different ways. Let us now try the 1st method. FWH provides a cloud server for our testing. Let us use this server for our tests. Creating temporary table with data from the permanent table: oCn:Execute( "SELECT * INTO [TBL_TEMP] FROM [TBL_PERM]" ) Copying back ...
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 208

Re: Another for Btnbmp

... contrario no se puede explicar in my Tbtnclr class when I press the button no internal black border is formed the procedure is probably wrong when creating the border otherwise it can't be explained
by Silvio.Falconi
Thu Mar 21, 2024 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 594

Re: WebView resize

Dear Otto, You are creating a new TWebView object on each PAINT event! You have to modify your code this way: function webshow(console,hWnd, nlink)   local hPost := {}   local cHtmlOrUrl :=  "C:\fwh2023\samples\address.html"  ...
by Antonio Linares
Sat Mar 09, 2024 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 309

Re: How to include hbCurl?

Hello friends, Thank you for your help. I have now solved it with the command prompt Exe. On this occasion, I started creating the setup program with webview2 and fivewin. Fortunately, I had already made a patcher and preprocessor before ChatGPT. Now, this is a very functional way ...
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 501

Re: Does anyone have an Envelope Printing module ?

... Word and then prints his envelope and an automated envelope routine would be nice to have but not a requirement .. I plan on expermenting with creating something that prints on plain paper and matching the text up to fit certain size envelopes .. Thanks for everyones suggestions .. Rick Lipkin
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 362

COMBOBOX

Dear friends, is it possible to have a COMBOBOX with custom FONT? I am creating COMBOBOX from resources and get a syntax error when compiling with "FONT oFontBig". maybe I have to create with source code? Kind regards to all of you and thank you Ruth ...
by Ruth
Tue Feb 27, 2024 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 245

Re: creating a new function HtmlToRtf()

cTemp := StrTran(cTemp, "<a href=", "{\field{\*\fldinst{HYPERLINK ") cTemp := StrTran(cTemp, "</a>", "}}{\fldrslt ") cTemp := StrTran(cTemp, ">", "}}") I see this but it is not clickable https://i.postimg.cc/prSc68t7...
by Silvio.Falconi
Fri Feb 16, 2024 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 242

Re: creating a new function HtmlToRtf()

One could install pandoc and call it with shellexec("C:\html>pandoc tabelle.html -o tabelle.rtf"). Then, to the code you get in tabelle.rtf, insert your RTF header: {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}} {*\generator Riched20 10.0.1904...
by Silvio.Falconi
Fri Feb 16, 2024 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 242

Re: creating a new function HtmlToRtf()

One could install pandoc and call it with shellexec("C:\html>pandoc tabelle.html -o tabelle.rtf"). Then, to the code you get in tabelle.rtf, insert your RTF header: {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}} {*\generator Riched20 10.0.19041...
by Otto
Thu Feb 15, 2024 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 242

Re: Problem with FiveWin and PDF995 on Windows 11.

... most print methods. Using cUnits parameter is the best option. That keeps compatibility between Pdf class and Printer class. For now you can start creating PDF files with FWH without HaruPdf. This command PRINT oPrn FILE cFilePDF directly creates PDF file even without HaruPdf. You don't need it ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 986

creating a new function HtmlToRtf()

I 'm trying to create a new function Html to Rtf but I have problem to converte table tag https://i.postimg.cc/MpFrqd6X/dd.png #include "FiveWin.ch"FUNCTION Main()   LOCAL cRtf, oDlg   LOCAL cString := ""      // Insert the HTML code directly into the cStr...
by Silvio.Falconi
Thu Feb 15, 2024 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 242

Re: Creating table with Trichedit

Let's begin with the last question 1. Mistakes You have an old version of richtext 2. single rtf and six files The END TABLE oRTF team closes the table, but does not close the file. Therefore you just continue to fill out the file If it is necessary - oRtf:NewPage(), and - NEW PARAGRAPH oRTF TEXT.....
by Silvio.Falconi
Mon Jan 29, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1307

Re: Creating table with Trichedit

Let's begin with the last question 1. Mistakes You have an old version of richtext 2. single rtf and six files The END TABLE oRTF team closes the table, but does not close the file. Therefore you just continue to fill out the file If it is necessary - oRtf:NewPage(), and - NEW PARAGRAPH oRTF TEXT......
by MMK
Mon Jan 29, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1307

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. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca,...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1307

Re: Creating table with Trichedit

MMK wrote:Where to lay out or send this file?

Wich file?
by Silvio.Falconi
Mon Jan 29, 2024 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1307
Next

Return to advanced search