Search found 249 matches: converte

Return to advanced search

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 := ""      // ...
by Silvio.Falconi
Thu Feb 15, 2024 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 287

Re: Problem with tget numeric

... cursor must be stop on get then the user can prem tab button to jump to another tget another sample the user press 1 2 3 9 8 the procedure must converte it into 123,98 and stop on the tget if the operatore press another number for a sample 7 it change the last number 123,97 I hope you understood ...
by Silvio.Falconi
Wed Jan 17, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1428

Re: Convert a print to Rtf or doc

Converte It on HTML is Easy, i made something of several with php and html with css
by Silvio.Falconi
Thu Nov 30, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3466

Re: load png from rpreview

oPreview:oZoom:hBitmap1 = FWBitmap( "Zoom2" )
oPreview:oZoom:hBitmap2 = FWBitmap( "OnePage2" )
oPreview:oZoom:bBmpNo = { || If( oPreview:lZoom, 2, 1 ) }


How I can converte it ? How I can change the images with mine pngs ?
by Silvio.Falconi
Thu Nov 16, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 397

UNIX to date

I must converte a number -> time_next_update_unix https://i.postimg.cc/gkMnfYQt/tt.png I found this function but not run ok FUNCTION UnixToDate(nUnix)   LOCAL nSecs, dDate, cTime, dDateTime       nSecs ...
by Silvio.Falconi
Thu May 11, 2023 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UNIX to date
Replies: 2
Views: 171

a tree with tdatabase give me error

I tried to converte a tree into Tdatabase but make me error I open the database with tdatabase     ::oTabMag:= TTabMag():New()    ::oTabMag:SetOrder(1 )    ::oTabMag:GoTop()    ::oTreeMag    := ::MakeTree()  ...
by Silvio.Falconi
Thu Jan 26, 2023 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a tree with tdatabase give me error
Replies: 2
Views: 342

Re: Converte oTree into Xbrowse Tree

...   endif   enddo   ENDTREE   return oTree https://i.postimg.cc/gcZ8PDKH/jj.png How I can to converte these commands : oTree:ExpandAll() oTree:CollapseAll() oTree:ExpandBranch() oTree:CollapseBranch() oTree:GetSelected() I need it for edit/modify
by Silvio.Falconi
Fri Jan 20, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte oTree into Xbrowse Tree
Replies: 2
Views: 233

Re: Converte oTree into Xbrowse Tree

Now I corrected with #include "FiveWin.ch"#include "xbrowse.ch"function Main()   local oWnd, oBrw   CreateSampleDbf()   USE GRUENT ALIAS GE   INDEX ON UPPER(GE->GEMATERIA)+UPPER(GE->GEPCLAVE) TAG GE01 FOR !Deleted()   INDEX ON UPPER&...
by Silvio.Falconi
Fri Jan 20, 2023 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte oTree into Xbrowse Tree
Replies: 2
Views: 233

Converte oTree into Xbrowse Tree

I wish converte a Tree into xbrowse tree for a sample a I must converte the buildtree the Dbf have two Field GeMateria, GepClave all to 40/45 Cr https://i.postimg.cc/t4ttgRW2/gg.png function BuildTree( oTree,nTipo ...
by Silvio.Falconi
Thu Jan 19, 2023 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte oTree into Xbrowse Tree
Replies: 2
Views: 233

Re: updating an archive

...   // not update                          ENDIF                       ENDIF         ENDIF   ENDIF  return lUpdate  the test need also some bmps,(converte all images to bmp because postimage converte into png) warning2.bmp https://i.postimg.cc/52mDmCyD/warning2.png warning1.bmp ...
by Silvio.Falconi
Thu Nov 17, 2022 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: updating an archive
Replies: 9
Views: 602

Re: Light a Icon on Msgitem

... https://i.postimg.cc/pVzJt0Zp/warning2.png If you save from forum you must rename the exstension of Bmps because postimages.org converte on Png // Animations on MsgItem using Bmp and Timers#include "FiveWin.ch"static oWnd//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Thu Nov 10, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 288

Re: Xbrowse to Html

Otto wrote:Silvio, I am really happy to see you at the HTML path.
Regards,
Otto


only to converte xbrowse "lotto" into html because someone ask me it
by Silvio.Falconi
Thu Oct 06, 2022 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 942

Xbrowse to Html

... ACTION oGrid:ToHTML() Why ask me a Spreadsheet software ? and if the user not have Excel or Openoffice or another spreadsheet cannot converte the xbrowse datas into html ? and with oBrw:ToHtml() anyway I couldn't for the header and for the cells, set the font, style, space, background ...
by Silvio.Falconi
Thu Oct 06, 2022 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 942

Re: start at the end and go back in an array

... { |u| Eval( bBlock, u, nPos ), nPos--, .f. }, nStart, nCount )return aArray Antonio, I not Understood how I can make to converte my function and use an array instead dbf I explain you My Function ( it it slows down enough) Function Ritardo(numero,nrecord,nRuota)  ...
by Silvio.Falconi
Sat May 28, 2022 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

begin sequence

How converte an old clipper prg into fwh ? I have at init begin sequence then the procedure makes a particular calculation and on a Cicle Do while do while (Val(num1) < 90)         do while (Val(num2) ...
by Silvio.Falconi
Wed May 04, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: begin sequence
Replies: 0
Views: 195
Next

Return to advanced search