Search found 5542 matches: show

Return to advanced search

Re: error to show pdf on dialog

Unfortunately I couldn't make it work with RESOURCES. I don't know what the FiveTech team did with ACTIVEX. Lamentablemente no pude hacerlo funcionar con RECURSOS. No sé qué hizo el equipo de FiveTech con ACTIVEX. // C:\FWH\SAMPLES\SHOWPDF2.PRG - NO FUNCIONA con RESOURCE.#include "FiveWin.ch&q...
by richard-service
Sat Apr 20, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

Re: error to show pdf on dialog

SHOWPDF2.RC /****************************************************************************nfe.rcproduced by Borland Resource Workshop*****************************************************************************/ACTIVEX DIALOG 5, 83, 600, 278STYLE DS_ABSALIGN | DS_MODALFRAME | 0x4L | WS_POPUP | WS_VIS...
by karinha
Sat Apr 20, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

Re: error to show pdf on dialog

Unfortunately I couldn't make it work with RESOURCES. I don't know what the FiveTech team did with ACTIVEX. Lamentablemente no pude hacerlo funcionar con RECURSOS. No sé qué hizo el equipo de FiveTech con ACTIVEX. // C:\FWH\SAMPLES\SHOWPDF2.PRG - NO FUNCIONA con RESOURCE.#include "FiveWin.ch&qu...
by karinha
Sat Apr 20, 2024 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

Re: error to show pdf on dialog

Yo hago asi: // C:\FWH\SAMPLES\SHOWPDF.PRG#Include "FiveWin.ch"STATIC oWndFUNCTION Main()   LOCAL oBar, oIco   HB_GCALL( .F. )   DEFINE ICON oIco FILE "..\icons\person.ico"   DEFINE WINDOW oWnd TITLE "ShowPdf Acrobat" COLOR "B/W" ICON oIco   D...
by richard-service
Sat Apr 20, 2024 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

Re: error to show pdf on dialog

Sorry Marc, I didn't understand the question. Do you want to open an HTML?

Tks.

Regards, saludos.
by karinha
Fri Apr 19, 2024 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

Re: error to show pdf on dialog

Hello Mark,
you can call

Code: Select all  Expand view
@echo off
start msedge --app="file:///path/to/your/file.pdf"
 


Best regards,
Otto
by Otto
Fri Apr 19, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

Re: error to show pdf on dialog

Karinha,

Interesting sample !

Is there a command that the pdf will be opened in full page layout in stead of full width

Maybe a command link ? or overview ?
by Marc Venken
Fri Apr 19, 2024 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

Re: error to show pdf on dialog

Yo hago asi: // C:\FWH\SAMPLES\SHOWPDF.PRG#Include "FiveWin.ch"STATIC oWndFUNCTION Main()   LOCAL oBar, oIco   HB_GCALL( .F. )   DEFINE ICON oIco FILE "..\icons\person.ico"   DEFINE WINDOW oWnd TITLE "ShowPdf Acrobat&qu...
by karinha
Thu Apr 18, 2024 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

Re: error to show pdf on dialog

Please try if this works for you.   local cPdfFile := "c:\fwh\samples\pdfharu1h.pdf" // your pdf file name   local nDlgWidth   := 420   local nDlgHeight  := 600   if File( cPdfFile )      HtmlView( TrueName( cPdfFile ), "TITLE", nil, nil, nil, nDlgWidth, nDlg...
by richard-service
Thu Apr 18, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 667

New txbrowse

... lines every time for each procedure. Furthermore, in the xbrowse columns I need to set many (default) columns but in reality the end user can only show some of them at the beginning, the procedure must show the standard columns. I found how to do it but I don't want to modify the original class
by Silvio.Falconi
Fri Apr 12, 2024 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 338

Re: Question about wfReadUrl()

Michel, please show a little and complete PRG example of what you are trying to do and I will fix it.
by Enrico Maria Giordano
Fri Apr 05, 2024 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2769

Re: also error with btnbmp SHOWPOPUP

I give here a sample showing 4 ways of displaying PopUpMenu with BtnBmp. #include "fivewin.ch"function Main()   local oDlg, aBtn[ 4 ]   DEFINE DIALOG oDlg SIZE 600,300 PIXEL TRUEPIXEL   @ 40, 40 BTNBMP aBtn[ ...
by nageswaragunupudi
Sun Mar 31, 2024 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1690

Re: also error with btnbmp SHOWPOPUP

... END( 0 ) Look for an End() call in source\comuni\Pcomuni.prg I not understood How it came out the error is go out when I click on left mouse and show a popup when the mouse is on the xbrowse  Error description: Error BASE/1004  Metodo non disponibile: END   Args:     [   1] = U   Stack ...
by Silvio.Falconi
Sat Mar 30, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1690

Re: Hide/show search system on a dialog - Resolved

... https://i.postimg.cc/x1P2G9QM/gg.gif Function Hide_Ctrls(oBrw,oGet,oSay,lSearchBar,aBtn,oBar) local oBtn,n If lSearchBar oSay[1]:show() oSay[2]:show() oGet:show() oBrw:oSortCbx:show() oBrw:nTop:=32 oBrw:nHeight:= oBar:ntop-40 else oSay[1]:hide() oSay[2]:hide() oGet:hide() oBrw:oSortCbx:hide() ...
by Silvio.Falconi
Mon Mar 25, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1187

Re: Help with HB_REALLOC ERROR 9009

... For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is just 29 kb Im going to put your code inside the loop, and show it every 1.000 files, hope it helps to know Thanks
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1099
Next

Return to advanced search