topic
stringlengths
1
63
text
stringlengths
1
577k
create object y Ocx
Tenia un bat que lo instalaba... Revisandolo, esta copiado en Windows/system32 y en windows/syswow64, pero la llamada al regsvr32 se hace desde el directorio syswow64 copy ocxsam350.ocx c:\windows\system32 copy ocxsam350.ocx c:\windows\syswow64 cd c:\windows\syswow64 regsvr32 ocxsam350 echo FINALIZADO No se si sera...
create object y Ocx
Lo he intentado como indicas y sigue dando error
create object y Ocx
[img:15nl1xgo]https://bitbucket.org/fivetech/screenshots/downloads/ocx_error2.JPG[/img:15nl1xgo]
create object y Ocx
Lo he probado en 4 Pc's... Windows Xp, Win7, win8.1, Win 10 Sin errores de instalacion, he aqui el lugar donde encontre la solucion al primer problema que tuve. [url:22eqo1qj]http://answers.microsoft.com/en-us/windows/forum/all/the-module-msinetocx-failed-to-load/7903439e-1af2-4a05-8883-73bb0bce3bd9?auth...
create object y Ocx
Solo lo puedes usar con CreateObject()
create object y Ocx
Adolfo, Revisa este ejemplo: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=98762#p98762">viewtopic.php?p=98762#p98762</a><!-- l -->
create object y Ocx
Ok... Mi error.... No tenia asociado el control OCX a una ventana, principalmente poruqe es un modulo de solo consola, no hay interaccion con el usuario, pero al definir una ventana y asociarla a ... TestOcx:= TActiveX():New( oWnd, "OCXSAM350.Ocxsam350Ctrl.1" ) ... funciona. Puedo ver las variables y ejecutar las ...
create object y Ocx
muy bien oculta la ventana y listo
create pdf
Hi all, I modified rpreview.prg because i want to show a print preview to the user. If the user decides that the preview is okay so he presses a button to save the printout as a pdf file. I use [code=fw:1fr1h9r6]<div class="fw" id="{CB}" style="font-family: monospace;"> TPreview:<span style="color: #000000;">oDevice</...
create pdf
[quote:wv8x768u]Could anyone give me some help for this?[/quote:wv8x768u] 1. Please DO NOT modify FWH library code. It is well written. 2. Please let us know your FWH version. 3. If you want the PDF to be generated using HaruPDF, this is all what you need to do: At the beginning of your application (function Main(), in...
create pdf
Many thanks for your reply, Mr. Rao. My FWH version is 22.10. I tried to explain why I modified rpreview.prg. My concern was to show a very, very simple preview with only 3 buttons for 'save as pdf', 'send as email' and 'exit preview'. No zoom, no export to Excel and Word just a very basic screen. And therefor I just ...
create pdf
I tested myself with FWH2210. This is my test program, with custom buttonbar with only 3 buttons. This is working correctly for me. [code=fw:9skzc9xs]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><spa...
create pdf
Hello Mr. Rao, many thanks for your effort. I'll try this when I'm at home again. Regards, Detlef
create pdf
Hello Mr. Rao, I tried your code and it's working fine ( as usual ). <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Could you please, explain me why my version crashes ? I don't see the reason why. [code=fw:pzrrmm3j]<div class="fw" id="{CB}" style="font-family: monospace;"...
create pdf
Do not use PAD_LEFT as 7th parameter when using SayText() Use 'nil' and test again. It should work without errors. Please run and let us know
create pdf
[quote="nageswaragunupudi":1mfyum68]Do not use PAD_LEFT as 7th parameter when using SayText() Use 'nil' and test again. It should work without errors. Please run and let us know[/quote:1mfyum68] Yes, that made the trick. I didn't see that cAlign was meant as character type and didn't know that it's better to be nil. ...
create pdf
cAlign is Char type Default is TL ( topleft ) TR : Top Right BL, BR -> BottomLeft, BottomRight "" Center
create pdf
[code=fw:xjhuf3sa]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH...\SAMPLES\DETLEF4.PRG</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00D7D7;">#Define</span> PAD_L...
create pdf
karinha, your message is useless. As you might see, your defines [code=fw:1ysec5rl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#Define</span> PAD_LEFT            <span style="color: #000000;">0</span><br /><span style="color: #00D7D7;">#Define</span> PAD_RIGHT           <span...
create pdf
DetLef, use whichever is best for you, I'm just showing other ways to use it. Regards, saludos.
create pdf
Como activo para que el PREVIEW este en español? italiano? etc...
create pdf
[quote="goosfancito":aap1khio]Como activo para que el PREVIEW este en español? italiano? etc...[/quote:aap1khio] [url:aap1khio]https&#58;//vivaclipper&#46;wordpress&#46;com/2014/01/16/hb_langmessage/[/url:aap1khio] [url:aap1khio]https&#58;//hmgforum&#46;com/esgici/vivaclipper&#46;wordpress&#46;com/tag/hb_langselect/...
create pdf
[quote="karinha":4t5omnny][quote="goosfancito":4t5omnny]Como activo para que el PREVIEW este en español? italiano? etc...[/quote:4t5omnny] [url:4t5omnny]https&#58;//vivaclipper&#46;wordpress&#46;com/2014/01/16/hb_langmessage/[/url:4t5omnny] [url:4t5omnny]https&#58;//hmgforum&#46;com/esgici/vivaclipper&#46;wordpress&...
create service not running
Please test.. Thank you.. [code=fw:2zxunph9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />*******Service.prg**************<br /><br /><span style="color: #B900B9;">// A skeleton for writing a NT service for xHarbour compiler</span><br /><span style="color: #B900B9;">// Author : Salvino Porto</span><...
create-high-res-versions-of-low-res-images (AI)
[url:1nw6kpmg]https&#58;//www&#46;dpreview&#46;com/news/2842585992/researchers-teach-algorithm-about-textures-to-create-high-res-versions-of-low-res-images[/url:1nw6kpmg]
create-high-res-versions-of-low-res-images (AI)
Impressive! EMG
createjsobject
it is possible use this command ?
createjsobject
Silvio,CreateJSObject() creates a JavaScript object (or a JScript one, not sure about it).What do you want it for ?Windows scripting may be a starting point:<!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/library/ms950396.aspx">http://msdn.microsoft.com/en-us/library/ms950396.aspx</a><!-- m -->
createjsobject
Because I use on PHP or ASP a lib utility source code for create PDF[code:2tued6sd] <%@language=vbscript%> <!--#include file="fpdf&#46;asp"--> <% Set pdf=CreateJsObject&#40;"FPDF"&#41; pdf&#46;CreatePDF&#40;&#41; pdf&#46;SetPath&#40;"fpdf/"&#41; pdf&#46;SetFont "Arial","",16 pdf&#46;Open&#40;&#41; pdf&#46;AddPage&#4...
createjsobject
Hi Silvio,how can you use php with fwh ?
createjsobject
No I ask to Antonio if possible use javascript with fwh and the fpdf is a java lib
createjsobject
Silvio,Yesterday I used "Shell.Explorer" to load a HTML page with javascript into it and worked fine (calling a javascript function, using alert(), etc).But some functions are not available for "Shell.Explorer". In fact, CreateJSObject() was the one that I tried to use and failed.Thats why I think Microsoft scripting i...
createobject and greek characters
When I use an external object using createobject() or ActiveX I cannot read or write greek characters. For example if you change, into excel2.prg (to samples folder) the line oSheet:Range( "B2" ):Value = "John" as oSheet:Range( "B2" ):Value = "???????" // something like oSheet:Range( "B2" ):Value = "Giannis...
createobject and greek characters
Is there any news for this topic?
createobject and greek characters
Could someone with Excel installed try this ? We don't use MS Office anymore since years...
createobject and greek characters
Jim, it's probably your editor that lost the unicode characters. Please note that [x]Harbour won't compile unicode source code anyway. EMG
createobject and greek characters
Enrico The same problem occures when I open an xml file using CreateObject("Microsoft.XMLDOM"). I cannot read Greek characters.
createobject and greek characters
Finally I used the following statements. REQUEST HB_CODEPAGE_ELWIN hb_setcodepage('ELWIN') But i need to change codepage to any function i use. Is there any way to set it public to program?
creating DBF file from text file
Dear all, I need to store pages of text file delimited by FORMFEED character to Memo fields . each record is indexed by unique key such account number . Where can I find functions that deal with this matter ?
creating DBF file from text file
Can you post a small file so we can run some tests?
creating DBF file from text file
storing each page to a memo field and the account number to a separate field and then reindex the DBF according to account number. Then writing the indexed result to a new text file. page 1 :Account number :444 .. .. Total : 1100 page 2 :Account number :444 .. .. Total : 1100 page 3 :Account number :444 .. .. T...
creating DBF file from text file
Do the actual text file have the markers "Account number :" and "Total :" ? If yes it´s easy.
creating DBF file from text file
Could you please draw a clue about the syntax . The markers are the line number and position number of each account number(444,445). The delimited between each page is formfeed .
creating DBF file from text file
It might be something like this: [code=fw:1t02nu9z]<div class="fw" id="{CB}" style="font-family: monospace;">PROCEDURE FillDB<br /><span style="color: #00C800;">LOCAL</span> oFile := TFileRead<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><sp...
creating DBF file from text file
My code was as below but with the error Error: Unresolved external '_HB_FUN_TFILEREAD' referenced from F:\PROGRAMS\CLIPP ER\FWH\TDATA\DOCUCOLLECT\MAIN.OBJ [code=fw:2k9bfha2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"five...
creating DBF file from text file
You have to link the hbmisc lib from harbour.
creating DBF file from text file
My harbour version is : Harbour 1.0.0 Intl. (Rev. 9201) Copyright (c) 1999-2008, <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> I can not find that library in \harbour\lib ace32.lib adordd.lib ads32.lib codepage.lib common.lib dbfcdx.lib dbffpt.lib d...
creating DBF file from text file
Because you are using a very old Harbour version. If you can´t or do not want to upgrade you can try to link the class to your app. [code=fw:1vf562ty]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">/*<br />&nbsp;* $Id: fileread.prg 17867 2012-07-21 16:48:00Z vszakats $<br />&nbsp...
creating DBF file from text file
I made the file main.prg as below but I got the error : Error: Unresolved external '_HB_FUN_HB_NTOS' referenced from F:\PROGRAMS\CLIPPER \FWH\TDATA\DOCUCOLLECT\MAIN.OBJ * There are errors [code=fw:1l2lir6m]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <...
creating DBF file from text file
FUNCTION Hb_NtoS( n ) ; RETURN ltrim( str( n ) )
creating DBF file from text file
I tried that module with the below data file : [code=fw:33izlaia]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <br />**                                   BANK <span style="color: #0000ff;">OF</span> Cyprus<br />A                                         ???????<br />    ??? ????                 RETAIL...
creating DBF file from text file
That module works with the sample text file but that was not my desire . It saves all the pages concerning the account number 444 into one memo field . That was not my desire . My desire is to save every page into a separate memo field . So I will have 7 records with the account 444 and 3 records with the account 445. ...
creating DBF file from text file
Changing your loop should do the trick: [code=fw:1zks035b]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp;<span style="color: #00C800;">WHILE</span> oFile:<span style="color: #000000;">MoreToRead</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nb...
creating DBF file from text file
How can I detect end of page character chr(012) instead of Total string ?
creating DBF file from text file
I tried that code but with any idea about the how can I display the UTF contents for memo field ? [code=fw:ze6kwls9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include...
creating a panel with border
I wish create a colored panel but I cannot show the border ...why ? this is the sources : oPanelCustomer:=Tpanel():New( 35, 5, 55, oFld:aDialogs[1]:nWidth-5, oFld:aDialogs[1]) oPanelCustomer:SetBrush( oBrushGreen ) oPanelCustomer:WinStyle(WS_BORDER, .t.)
creating a panel with border
Test with bPainted [code=fw:am2nj0z4]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oPanel : <span style="color: #000000;">bPainted</span> := <span style="color: #000000;">&#123;</span> | hDc | FunctionPaint<span style="color: #000000;">&#40;</span> hDc <span style="color: #000000;">&#41;</span> <span...
creating a panel with border
I see the border but the panel lose the brush color I insert it
creating a panel with border
[code=fw:2i7n46rm]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; oPanel:<span style="color: #000000;">bPainted</span> := <span style="color: #000000;">&#123;</span> || oPanel:<span style="color: #000000;">Box</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span>,<spa...
creating a panel with border
[size=200:1jj145yh]thanks[/size:1jj145yh]
creating array from DBF record
can I form an array from DBF field records directly and put it as an ordinary array like this : aDatos := { { "uno ", "dos ", "tres ", "cuatro", "cinco " },; { "Seis ", "Siete ", "Ocho ", "Nueve ", "Diez " } } or should I do that module with aadd() function ?
creating array from DBF record
Yes, you have to use AAdd() function. EMG
creating array from DBF record
Try this function LookAnimal() local aData := {},oDlg use animal animal->(dbGotop()) do while !animal->(eof()) aadd( aData , animal->name ) animal->(dbSkip()) enddo /* USE THIS ARRAY BY LISTBOX CLASS, you will get the names of animal from DBF */ return nil Areang
creating index file for date field
creating combobox with character field goes well but I had error message of "Argument error: ALLTRIM" with date field. [code:3h9m95jb] Local V_ct_strd&#58;=&#40;" / / "&#41; @ 15, 260 COMBOBOX &#40;V_ct_strd&#41; ITEMS aBase1&#40;3,"mach",256,"mc_ct_strd"&#41; size 80,80 OF oDlg PIXEL function aBase1&#40;...
creating index file for date field
You have to convert dates to strings using DTOC(). EMG
creating index file for date field
Please help me fixing this code : [code:3dzqek8g] use &#40;cFile&#41; new do case case VALTYPE&#40;cField&#41; == "D" tempntx&#58;= 'DTOC&#40;' + cField + &#41;' case VALTYPE&#40;cField&#41; == "N" tempntx&#58;= 'str&#40;' + cField + '&#41;' otherwise tempntx&#58;= cF...
creating index file for date field
The problem is not in the index. You have to convert dates in strings when you build the array for combobox items. EMG
creating index file for date field
Changine the code yields the same error ; [code:gkuw6v3k] local aItems&#58;=&#123;&#125; local y&#58;=0 local tempntx&#58;="" aAdd&#40;aItems,space&#40;256&#41;&#41; //Put First element empty use &#40;cFile&#41; new index on &&#40;cField&#41; to temp go top do while ! eof&#40;&#41; do case cas...
creating index file for date field
Ehab, You are still adding items to the array that are not string. Comboboxes can only handle string data. Why not just do it this way: aadd(aItems, cValToChar( (cFile)->&cField) ) Another note. If this is a multiuser application, you are likely going to get crashes since you are indexing to the same filename,...
creating index file for date field
No the same error with the code : aadd(aItems, cValToChar( (cFile)->&cField) ) Application =========== Path and name: E:\programs\Database\clipper\FWH\sitex\sitex.exe (32 bits) Size: 1,691,648 bytes Time from start: 0 hours 0 mins 17 secs Error occurred at: 16/02/2007, 20:14:19 Error descr...
creating index file for date field
Ehab, >No the same error with the code : >aadd(aItems, cValToChar( (cFile)->&cField) ) I don't know exacly how you coded it, but your error message is saying that there are still date values in the aItems array. Please show us your revised code. James
creating index file for date field
Ehab, [code:3tkkobay] do case case VALTYPE&#40;cField&#41; == "D" aAdd&#40;aItems,dtoc&#40;&#40;cFile&#41;->&cField&#41;&#41; case VALTYPE&#40;cField&#41; == "N" aAdd&#40;aItems,str&#40;&#40;cFile&#41;->&cField&#41;&#41; otherwise aAdd&#40;aItems,&#40;cFile&#41;...
creating index file for date field
Oka I got it . [code:2pbmun6m] &#46;&#46; V_ct_strd &#58;=dtoc&#40;mach->MC_CT_strd&#41; V_ct_endd &#58;=dtoc&#40;mach->MC_CT_endd&#41; V_MC_indate &#58;=dtoc&#40;mach->MC_indate&#41; &#46;&#46; &#46;&#46; @ 15, 190 COMBOBOX &#40;V_ct_strd&#41; ITEMS aBase1&#40;3,"mach",256,"mc_ct_strd"&#41; size 80,80 OF oDlg P...
creating index file for date field
Ehab, You also need to change that line: [code:30od0883] y&#58;=ASCAN&#40;aItems, cValToChar&#40; &#40;cFile&#41;->&cField &#41; &#41; [/code:30od0883] You can also eliminate the indexing of the DBF and then just sort the array after it is filled. [code:30od0883]aItems&#58;= Asort&#40; aItems &#41;[/code:30od0883] ...
creating index file for date field
editmach module goes well with with lAppend=.f. (update option ) but with lAppend=.t. (New record) I had the alltrim argument error message. [code:1o27t50z] static function Editmach&#40;oLbx,lAppend&#41; //------------------------------------------ &#46;&#46; Local V_ct_strd&#58;=ctod&#40;" / / "&#41; Local V_ct_...
creating sections
I wish create a dialog with horizontal section readonly Each section must have an big Image at left a text at center and a button at right as this structure 1= big Image 2= text ( rtf text) 3= button with menupopup [img:3g9k3wyr]https&#58;//s11&#46;postimg&#46;org/cv1a76wnn/tesy&#46;jpg[/img:3g9k3wyr] ...
creating sections
CLASS TLAYOUT ?
creating sections
No perhaps Vistamenu if I Know how Modify it the problem is insert the text normal or rtf and the button at right [img:1895csgm]https&#58;//s13&#46;postimg&#46;org/f1vs96h9j/dash&#46;jpg[/img:1895csgm] [b:1895csgm]test.prg[/b:1895csgm] [code=fw:1895csgm]<div class="fw" id="{CB}" style="font-family: monospace;"><s...
creating sections
Hello Silvio, maybe xBrowse and RTF-field is an option. Best regards, Otto
creating sections
Otto, yes it can be a solution
creating with polygon function
I saw on 3dobj a sample to use polygon AAdd( ::aVertex, { x, y, z } ) obj:AddVertex( 100, 80, 50 ) obj:AddVertex( 200, 85, 75 ) obj:AddVertex( 300, 60, 40 ) PolyPolygon( hDC, ::aVertex ) But I not understand How I can create a draw with this function can you help me and drar a sample as a bu...
creation bitmaps
is it possible to create small bitmaps size 16 files? Having two colors (color1 and color2) and making the gradient of these two colors, create a small bitmap and save in bitmap format?
creation bitmaps
A gradientpainter that can save / create bitmaps from 64x64 to 16x16 gradientstyle horizontal or vertical with selected color-position [quote:t1s9px2k]two colors (color1 and color2) and making the gradient of these two colors[/quote:t1s9px2k] [img:t1s9px2k]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Gradsave&#46;jp...
creation bitmaps
no i have two colors ok ? i not have the image or bitmap ok? i wish create a image or bitmap and save it as a file ok ? this file must show a small box filled with the gradient made with two colors... i hope you understood me
creation bitmaps
[code=fw:3lfbt26j]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">local</span> hBmp<br />   <span style="color: #00C800;">local</span> nClr1    := CLR_HRED<br />   <span style="color: #00C800;">local</span> nclr2    := CLR_WHITE<br />   <span style="color: #00C800;">local</spa...
creation bitmaps
thanks Rao I remember there was something of it but Inot found the test on my hard diskes. thanks
creation bitmaps
Silvio, the painter uses the same functions but with a big difference 1. visual design of the images 2. multiple images can be saved in one sesson ( file-counter ) like Img16_1.bmp, Img16_2.bmp ... 3. filesizes from 16x16 to 64x64 are possible 4. displayed RGB-colorvalues Download <!-- m --><a class="postlink" href=...
creation bitmaps
Uwe, thanks but I need for another questions [b:2bke53tn]Menupopup[/b:2bke53tn] [img:2bke53tn]https&#58;//i&#46;postimg&#46;cc/pVkHnBJF/menupopup&#46;jpg[/img:2bke53tn] [b:2bke53tn]Combobox draitem[/b:2bke53tn] [img:2bke53tn]https&#58;//i&#46;postimg&#46;cc/900N9ycd/combobox&#46;jpg[/img:2bke53tn]
creation bitmaps
Silvio, very nice screens. Best regards Otto
creation bitmaps
after two year I Init to have a stable release!!!
creation bitmaps
Silvio is already a FiveWin Master... very good !!!
creation of a pdf
I save a text on a variable cPdf this text must taken between two quotes of an italian electronic invoice <Attachment> </Attachment> cFile-> xml file hFile := FOpen( cFile ) nFileLines := FLineCount( cfile ) i := 1 DO WHILE i <= nFileLines HB_FReadLine( hFile, @Linea ) Linea := LTrim...
creation of a pdf
You open a XML file... Maybe this function can help you... [code=fw:3dave8sr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> Xmlreader<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;"...
creation of a pdf
I print pdf like this Maybe this is needed #include "report.ch" [code=fw:t6euakk6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> druk_rappel<span style="color: #000000;">&#40;</span>nRappel<span style="color: #000000;">&#41;</span><br /><br />   <span ...
creation of a pdf
[quote="Marc Venken":2qk4whc7]You open a XML file... Maybe this function can help you... [code=fw:2qk4whc7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> Xmlreader<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />  ...
creation of a pdf
Try this: [code=fw:7tmnjhyx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; ESTRAI<span style="color: #000000;">&#40;</span> <span style="color: #ff0...
creation of a pdf
[quote="Enrico Maria Giordano":28qldctv]Try this: [code=fw:28qldctv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />    ESTRAI<span style="color: #000000;">&#40;</...
creation of a pdf
I tried to save only the cData if oTagActual:cName = "NomeAttachment" cNamePdf:= oTagActual:cData endif if oTagActual:cName = "Attachment" cPdf := oTagActual:cData endif cTxt = HB_BASE64DECODE( cPdf ) MEMOWRIT( cNamePdf, cTxt, .F. ) seem to run o...
creation of a pdf
[quote:19oxuwmz]Harbour 3.2.0dev (r1712141320) Copyright (c) 1999-2016, <!-- m --><a class="postlink" href="http://harbour-project.org/">http://harbour-project.org/</a><!-- m --> Compiling 'test.prg'... test.prg(293) Error E0021 Incorrect number of arguments in AT Passed: 3, expected: 2 test.prg(296) Error E0021 Incorr...
creation of a pdf
[quote="Enrico Maria Giordano":ptg0mtlu]Try this: [code=fw:ptg0mtlu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />    ESTRAI<span style="color: #000000;">&#40;</...