Search found 1451 matches: simply

Return to advanced search

New FTDN February 2024 (FWH 24.02)

... Please review samples\rctoprg.prg for an example of use. samples\rctoprg.prg is a powerfull FWH source code generator for your resources dialogs. Simply rename your RC file as rctoprg.rc, build rctoprg.prg and it will generate the code for the dialogs that you select: https://fivetechsupport.com/forums/viewtopic.php?p=267777#p267777 ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 137

Re: Problem with alignment in SAY command

... referring to the part where you drag emails and document files onto the calendar. With webview, it's very easy to handle individual email files. Simply drag the email from MS Outlook and drop it. Best regards, Otto https://mybergland.com/fwforum/calenderfilebased.jpg
by Otto
Fri Mar 01, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 356

Re: FWH 24.02 new Class TWebView2

Dear Antonio, I was preparing an example for a PDF with preview, which Anton had already solved more simply in the forum in the meantime. I had the problem here that I wanted to display the PDF in an iframe. I then realized that the webview2 denies access. Then I wanted to ...
by Otto
Fri Mar 01, 2024 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 543

Re: XAMPP through PortableApps.com or Server2Go

Otto, For me, it's practical that I can simply hide the TEMPLATE /ENDTEXT and then edit and test the code with the FIVEWIN development environment (much xbrowse :-) ). If you want to work directly against html it is very easy. You go to RX Menu->Config->enable ...
by Carles
Thu Feb 29, 2024 3:06 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 376

Re: XAMPP through PortableApps.com or Server2Go

... seems to me that Runner RX switches mod harbour to default to html code and harbour is integrated just like php. For me, it's practical that I can simply hide the TEMPLATE /ENDTEXT and then edit and test the code with the FIVEWIN development environment (much xbrowse :-) ). But maybe all this is ...
by Otto
Thu Feb 29, 2024 10:04 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 376

Re: URLLINK + XBROWSE

... o URLLINK para activar con la URL. Si no entendí, lo siento. Silvio, if I understand (I have difficulty following your reasoning), I would simply trigger a function with a DIALOG and use SSAY.PRG or URLLINK to trigger with the URL. If I didn't understand, I'm sorry. Regards, saludos.
by karinha
Tue Feb 27, 2024 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URLLINK + XBROWSE
Replies: 13
Views: 828

Re: RC to PRG generator

Now we list all the dialogs that are available in the embedded RES inside the EXE and allows you to select one and generate the code for it: simply rename your RC file as rctoprg.rc and build rctoprg.prg If you keep your dialogs inside a DLL then replace GetInstance() for LoadLibrary( "yourdll.dll" ...
by Antonio Linares
Tue Feb 13, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1007

Re: SAPI : change Voice

Simply add this line at the top:

static aEvents := {}

and then use this:

oVoice:__hSink = __axRegisterHandler( oVoice:__hObj, { | ... | AAdd( aEvents, { ... } ) } )

Finally, after the dialog, do:

XBrowser( aEvents )
by Antonio Linares
Sun Feb 11, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3097

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

... started with web programming. You could just say, I saw that wrong. But don't be offended. This is just a normal professional discussion and simply has an answer, that for WEBVIEW2 and also Mod Harbour, the internet is not a prerequisite. Best regards, Otto
by Otto
Sat Feb 10, 2024 1:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 621

Re: WEBVIEW2 and xBrowse

That's simply great, Otto.
Many thanks for sharing this.
by Detlef
Mon Feb 05, 2024 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 339

Re: link between PRG and RC

... to go looking - a hint to *.rc? It is not needed as FiveWin automatically look for it inside the EXE > it says FONT 10, "Segoe UI" Simply change "Segoe UI" into othe font name as "Verdana", "Arial", etc. > please, where can i find all the usable ...
by Antonio Linares
Tue Jan 30, 2024 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1296

Re: Creating table with Trichedit

To insert a paragraph before the table in the RTF document, you can simply write the text before starting the table construction in the RTF code. In RTF, paragraphs are generally marked by the \par control word.    // Insert a paragraph    FWrite(oFile, ...
by Silvio.Falconi
Thu Jan 25, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1310

Re: Creating table with Trichedit

To insert a paragraph before the table in the RTF document, you can simply write the text before starting the table construction in the RTF code. In RTF, paragraphs are generally marked by the \par control word.    // Insert a paragraph    ...
by anserkk
Thu Jan 25, 2024 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1310

Re: Nages, 2 diferent Db's update

... the process can be optimized if we have a timestamp fields which is updated with every insertion and modification. In such a case, we can simply use this method and do the entire operation with a single line of code: oLocalServer:UpdateTableToServer( cTableName, oDestServer, cTimeStampFld ...
by nageswaragunupudi
Wed Jan 17, 2024 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 698

Re: Browse Json

Using the latest version of FWH, we can simply use:
Code: Select all  Expand view
JsonView( cJsonTextOrFile, cTitle )  // FWH2304
XBROWSER HashTree( cJsonText, 0 ) //FWH2307
by nageswaragunupudi
Thu Jan 11, 2024 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 806
Next

Return to advanced search