topic
stringlengths
1
63
text
stringlengths
1
577k
salida abrupta...
resulta que el programa a la hora de genrar un reporte este lo hace bien, pero cuando cierro la ventana del reporte, este me cierra todo el programa, ya estuve buscando y nada, el reporte lo tome de otro del mismo sistema y unicamente cambie la informacion que imprime, la unica diferencia es que en uno lo mando llamara...
salida abrupta...
Paco, el reporte lo lanzas desde un boton de un dialogo ? usas el metodo transparent en el dialogo ? usas tsay dentro del dialogo ? a mi me paso este problema, tuve que debugear linea a linea para dar con el error, y resulta que cuando uso el metodo TRANSPARENT y say, es cuando sale el error intenta quitar...
salida abrupta...
Increible! Mientras probaba ésto que dices, me decía "a ver si va a ser cierto", después de la cantidad de pruebas que he hecho, y nada, me ocurría lo mismo, se cerraba el programa. Y no sólo me ocurría a mi, mira éste último post: [url:ls9vzi79]http://fivetechsoft.com/forums/viewtopic.php?t=6687&highlight=...
salida abrupta...
Francisco, Si no lo llamas desde la vtaskbar no cierra el programa ? Por favor comprueba si en disco se genera un fichero error.log
salida abrupta...
Jose Luis, efectivamente es un dolor de cabeza, pero no necesitas un gran codigo para darte cuenta del problema,, simplemente crea un dialogo desde resource, ponle un say y un boton agregale el metodo TRANSPARENT al momento de programas, y manda llamar esta funcion. y veras que el sistema se sale sin de d...
salida abrupta...
gracias a todos, efectivamente cesar, omiti la clausula TRANSPARENT en mi dialogo creado desde recuros y ya no aborto el programa "FUNCIONO", por cierto Antonio esa salida del sistema no generea ningun archivo .log, me cerciore que no existiera para ver si lo generaba hice la prueba y no lo genero. Buen caso para la ar...
saltar gets y controles en fivewin
Hola compañeros del foro.... Tengo un problemilla.... estoy con un dialogo que tiene cerca de 30 controles, entre gets, listbox, combobox, buttons, etc..... como hago para que cuando este en el 3er get, ( el cual lee un código y con una funcion retorna el nombre del producto, el stock actual y varios precios de venta...
saltar gets y controles en fivewin
Hola, yo lo hago así: oFldr:aDialogs[1]:aControls[6]:SetFocus() evidentemente esto es desde folder. Realizas la búsqueda, pones los resultados en los campos necesarios y posterioremente le das el focus al control que quieras, en este caso sera tú "get". Saludos y espero te sirva !
saltar gets y controles en fivewin
J. Ernesto, Puedes hacerlo asi, definiendo el dato oJump: oGet3:oJump := oGet10
saltar gets y controles en fivewin
Gracias don Antonio Lionares A ver otra ayuda.... hasta ahora estoy migrando desde clipper al entorno visual en 32 bits..... por eso mi falta de conocimiento en estos pasos... como en: oGet3:oJump := oGet10 Yo tengo algo de codigo asi: @x,y GET opsCodept VAR psCodePT Pict '@s14' Valid (ValidaCodigo(), .T.) @x,y G...
saltar gets y controles en fivewin
J. Ernesto, Tienes que hacer la asignacion desde la funcion ValidarCantidad() [code=fw:2wczrmbc]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@x,y <span style="color: #0000ff;">GET</span> opsCodept <span style="color: #0000ff;">VAR</span> psCodePT Pict <span style="color: #ff0000;">'@s14'</span> <sp...
saltar gets y controles en fivewin
Antonio... Mil gracias el ojump ya funciono, mi pregunta ahora, es... 1- por que el oDestino:setfocus() no funciona dentro de un valid del control get?, o el paso al control previo 2- dentro de un Listbox como se implementa la misma situacion, es decir saltar el foco a otro control? 3- esta clase de metodos do...
saltar gets y controles en fivewin
Ernesto: Como que somos cachacos, el lo que te pueda ayudar con muchos gusto. De pronto hasta vecinos resultamos siendo y nos tomamos un delicioso tinto tertuliando. Que grato seria compartir con un colega Clipperiano, no soy muy experto pero de pronto nos podemos ayudar. Mi Messenger es <!-- e --><a href="mailto:h...
saltar gets y controles en fivewin
J. Ernesto, Eso parece un examen en vez de una pregunta de soporte técnico <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Por que no vamos poquito a poco ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Una o dos preguntas ...
saltar gets y controles en fivewin
J. Ernesto, > 1- por que el oDestino:setfocus() no funciona dentro de un valid del control get?, o el paso al control previo Porque Windows tiene su propia secuencia de perdida de foco y ganancia de foco, de un control a otro, y no puede ser interrumpida. Hay que esperar a que Windows termine de hacer su trabajo y en...
saltar gets y controles en fivewin
Don Antonio, de nuevo por aca molestando Una pregunta... 1- Como hago para colocar un control con colores que parpadeen, al estilo del viejo clipper?????
saltar gets y controles en fivewin
J. Ernesto, Tienes que usar un TIMER que cambie el color cada cierto tiempo. Puedes revisar FWH\samples\TestTime.prg para ver como se usan los TIMERs.
saltar gets y controles en fivewin
Aqui tienes un ejemplo funcionando: [code=fw:2on941v5]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">static</span> oWnd, oSay, oTimer<br /><br /><span style="color: #...
saltar gets y controles en fivewin
Don Antonio Muchas Gracias, listo lo del color parpadeando, ahora otras dos preguntas: 1- Necesito combinar teclas al estilo del clipper, es decir como Crtl + 'T', shift+f1, como lo implemento en un set key o en un menuitem.... 2- Ccom,o averiguo el serial de una PenDrive (usb), ya tenemos si existe un Diskette, o una...
saltar gets y controles en fivewin
Ernesto Mira en samples Testhard.prg Funciona muy bien para lo que tu quieres Espero te funciones Jairo
saltar gets y controles en fivewin
J. Ernesto, > Necesito combinar teclas al estilo del clipper, es decir como Crtl + 'T', shift+f1, como lo implemento en un set key o en un menuitem.... Revisa FWH\samples\TestMenu.prg > Como averiguo el serial de una PenDrive (usb) Revisa FWH\samples\protect.prg
saltar gets y controles en fivewin
Buen día para todos... Como hago para combinar las teclas... pero en mi ventana principal? Revise el ejemplo que menciono Antonio testmenu.prg. Pero resulta que mi programa ya no tiene menú. Ahora tengo una ribbon. Como puedo hacer la combinacion de teclas control+f7 desde mi ventana principal? de antemano gracias
saludos por fin di el paso a 32 pero me da un error
bueno despues de pasar un fin de semana dandome cabezazos por fin logro compilar a 32 bit pero me da el siguiente error LA LIBRERIA RDD.LIB de harbour: _DB_FUN_DBFDBT diciendo que no consigue esta funcion externa realmente no se que sera ya que no uso campos memo en ningun lado, asimismo crea el exe pero al ejecutar ...
saludos por fin di el paso a 32 pero me da un error
aqui el unico problema es que no has agregado esta libreria a tu proyecto, solo agregala debe de estar en (x)harbour\lib saludos Luis Fernando Rubio Rubio Tequila, Jalisco, Mexico
saludos por fin di el paso a 32 pero me da un error
Si no la usas... solo declarala y compila. Agrega a tu prg la función faltante. Function DbfDbt() return .T.
saludos por fin di el paso a 32 pero me da un error
QAZWSX2K [code:tyk7b6kf] //al pincipio de tu programa ANNOUNCE RDDSYS procedure main&#40;&#41; blblb return procedure RddInit&#40;&#41; REQUEST HB_LANG_ES REQUEST DBFCDX, DBFFPT return [/code:tyk7b6kf] Saludos Patricio
saludos una de combobox
SALUDOS , 1.- tengo un combobox con imagenes asi REDEFINE COMBOBOX nGrpFtBox ID 114 OF oDlg UPDATE ; ITEMS {"0","1","2","3","4","5"}; BITMAPS {"bitmap_1","bitmap_2","bitmap_3","bitmap_4","bitmap_5","bitmap_6"} pero quisiera que las imagenes las tomara de recursos, es po...
saludos una de combobox
Hola sr. Tengo definido en la clase las formas de pago... (oBmpFPago) que son los nombre de los Bmps que estan en un archivo de recurso... Salu2 [code=fw:12hd0w4s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">DATA</span> aForPago &nbsp;<span style="color: #0000ff;...
sample : xBrimag1.prg ( FWH 9.06 ) not working ?
Hello, Compiling xBrimag1.prg from \samples with FWH 9.06, I get a Error : in line : [color=#FF0000:1alflctb]AEval( oBrw:aCols, { |o| o:nEditType := 1 } ) )[/color:1alflctb] Maybe a change in HARBOUR ? ( => _CLSSETERROR(168) ) Working with Vista Application =========== Path and name: E:\FWH\samples\xbrimag1.exe ...
sample calculator and xBrowser
To get some feeling for xBrowser and arrays I inserted a xbrowser into msgcalc – a contribution of Lorenzo Gadaleta years ago – which I use as add on calculator for my programs. Thanks to NageswaraRao who helped on a xBrowser problem with arrays of size 0. Now I have a kind of undo in my calculator. I hope many of you ...
sample calculator and xBrowser
Otto, It looks really nice <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Thanks!
sample calculator and xBrowser
I updated a new the screen capture of the calculator.Now I use Manuels’s class TSButton. The design is somewhat like an IPhone calculator (BRAUN).Regards,Otto[img:1epi77qh]http&#58;//www&#46;atzwanger&#46;com/fw/calculator2&#46;jpg[/img:1epi77qh]
sample calculator and xBrowser
how may I change code in cBrowser-class
sample calculator and xBrowser
Hello kajot,cbrowser was a typo. If should be xBrowse. But I think this change is not necessary anymore. The newer releases of FIVEWIN have implemented this change.Regards,Otto
sample compilation error
the sample dbf03.prg has error of missing RDD . Can any body tell me what libraries it needs to be created from the buildhd.bat Error: Unresolved external '_HB_FUN__ADS' referenced from E:\PROGRAMS\CLIPPER\CL PFWH\SAMPLES\DBF03.OBJ * There are errors E:\programs\clipper\clpfwh\SAMPLES>
sample compilation error
Ehab, Please make this change into samples\Dbf03.prg: [code:1zqdexeg] #ifndef __HARBOUR__ REQUEST _ADS #else REQUEST ADS #endif [/code:1zqdexeg]
sample compilation error
Though the file is exist (Clients.dbf) Application =========== Path and name: E:\COMPILER\clipper\FWH\SAMPLES\dbf03.exe (32 bits) Size: 1,230,848 bytes Time from start: 0 hours 0 mins 2 secs Error occurred at: 06/17/06, 00:29:13 Error description: Error ADSCDX/5025 Open error: Clients Stack Calls ====...
sample compilation error
Ehab, 5025 AE_INVALID_TABLETYPE Advantage Error Guide An invalid table type was specified. Valid choices are ADS_CDX, ADS_NTX or ADS_ADT. The table type must support the memo file type to be opened, if applicable. The ADS_ADT table type supports ADT tables, ADI indexes, and ADM memos. The ADS_CDX table type supports ...
sample emf.prg
I compile this sample and make errors why ?
sample emf.prg
Hello Silvio, I compiled Emf.prg without errors. If I open < Test.emf > with a viewer, it shows a line, but i can see only a white background without line after starting the exe-file. What is the error You get ( a compile-error or starting the exe-file ) ? Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol...
sample emf.prg
[img:3hju8zla]http&#58;//img299&#46;imageshack&#46;us/img299/1908/gpfemfse3&#46;jpg[/img:3hju8zla]
sample error
Compiling... Harbour Compiler Alpha build 45.0 (Flex) Copyright 1999-2005, <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'mscomm32.prg' and generating preprocessed output to 'mscomm32.p Lines 18, Functions/Procedures 1 Generating C source o...
sample error
You need of hbole.lib with Harbour. Otherwise use xHarbour which has OLE built in. EMG
sample error
How can I use hbole.lib . I seached all the lib directories !! not found. Pls help I am not going to use xHarbour . How can I use it in buildhd.bat thanks
sample error
Sent to your private email. EMG
sample error
error from comiling mssql.prg using buildhd.bat Compiling... Harbour Compiler Alpha build 45.0 (Flex) Copyright 1999-2005, <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'mssql.prg' and generating preprocessed output to 'mssql.ppo'... Lines ...
sample error
Ehab, That sample is for FW 16 bits only.
sample error
Paths are correct with other samples !!!! Compiling... Harbour Compiler Alpha build 45.0 (Flex) Copyright 1999-2005, <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'test.prg' and generating preprocessed output to 'test.ppo'... Lines 38, Func...
sample error
Ehab, Whats the code of test.prg ?
sample error
[code:1l5onun7] // Harbour pcode DLL sample // Notice that functions that already exists // on the EXE, need to be IMPORT <cFuncName> #xcommand IMPORT <cProcName1> &#91;,<cProcNameN>&#93; => ; proc <cProcName1> &#91;; proc <cProcNameN> &#93; IMPORT MsgInfo, ChooseColor function Func1&#40;&#41; MsgInfo&#40; "...
sample error
Ehab, What samples\bat file are you using to build it ?
sample error
buildhd.bat
sample error
I was compiling genfold.prg sample and I got that error : Application =========== Path and name: E:\COMPILER\clipper\FWH\SAMPLES\genfold.exe (32 bits) Size: 1,070,080 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 12/08/06, 00:53:38 Error description: Error BASE/1004 Message not found...
sample error
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=5211">http://fivetechsoft.com/forums/viewtopic.php?t=5211</a><!-- m -->
sample error ""alaska2.prg""
I recompiler alaska2.prg and those errors are produced after adding the line : #include "fivewin.ch" Compiling... Harbour Alpha build 1.0 Intl. Copyright 1999-2007, <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'alaska2.prg' and generating ...
sample error ""alaska2.prg""
Ehab, Thats a specific sample for Alaska Xbase++ and FW++
sample for print an array
I use wbrowse of hernan if I use this command [code:1k84fv90] oBrw&#58;SetArray&#40; aMat &#41; &#46;&#46;&#46;&#46; action &#40;oBRW&#58;Report&#40;"prova di stampa", &#46;t&#46; &#41; &#41; [/code:1k84fv90] the program make error !!!!! Alias Array don't exist there is asmall sample to print an array from ...
sample for print to fiscal calc
Some one have an sample to send a print to fiscal machine ( cash) ? I remember there was a fiscal class when we made fivewin/clipper applications ...someone have this class ? Regards
sample for tpv
Any one can write to me an small sample to make a mini TPV with a browse ? I made buttons of products when I click on it must insert a record on listbox ( cod,desc,price,cat) regards
sample menu check
where I can found a sample to set a check into a menu ? I have a logic variable lnormal and two menuitem to set
sample menu check
is there a sample ?
sample menu check
Silvio: I have no test it yet oMenuItem:lChecked := (.T.) Regards
sample menu check
fwh\samples\testxbr3.prg
sample of Nages
a few months ago our friend Nages made a dialog system inside windows in an MDI context, but now I can't find the test, can anyone tell me where I can find it?
sample of Nages
This? <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36244&p=234396&hilit=dialog+mdichild#p234396">viewtopic.php?f=3&t=36244&p=234396&hilit=dialog+mdichild#p234396</a><!-- l -->
sample of Nages
[quote="cnavarro":gdd8rlpy]This? <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36244&p=234396&hilit=dialog+mdichild#p234396">viewtopic.php?f=3&t=36244&p=234396&hilit=dialog+mdichild#p234396</a><!-- l -->[/quote:gdd8rlpy] [size=200:gdd8rlpy]YES[/size:gdd8rlpy]
sample of richedit - urgente
hi, in samples of fwh, has an little sample of richedit, i need an more complex, using fields memo of database , not files, someone has one? thanks
sample of tree with checkbox
How I can make a test with treeview and checkbox with data from dbf ? On dbf I have 3 field level numeric 3 // ultil 3 levels menu caracters 30 show 1 logic sample : 001 customers .t. // first level of first menu 011 facturas .t. // second level of firs...
sample of tree with checkbox
Hola Silvio: Yo usaria xBrowse para eso: [url:cx6nb274]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_class_txbrowse[/url:cx6nb274] Un saludo JLL
sample onemany
I wish a test with Xbrowse with 3 DBF on a ownd or dialog where I can see it pls ?
sample onemany
Silvio, before each Browse You have to select the DBF like : DBSELECTAREA(1) [img:171zejcp]http&#58;//www&#46;pflegeplus&#46;com/pictures/xbrw10&#46;jpg[/img:171zejcp] [code=fw:171zejcp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #...
sample onemany
Mr. Uwe [quote:2z3ykxav]before each Browse You have to select the DBF like : DBSELECTAREA(1)[/quote:2z3ykxav] It is not necessary to use DBSELECTAREA(n) at all because we specify the "ALIAS" clauses both while opening the files and also when defining and running the Xbrowses. Please try removing all lines containing D...
sample onemany
PERHAPS you not UNDERSTOOD MINE PROBLEM FIRST DBF CODE DESC SECOND DBF CODE CODE1 // THIS IS THE CODE OF FIRST DBF DESC THIRD DBF CODE CODE1 // THIS IS THE CODE OF SECOND DBF DESC WHEN i CLICK ON A RECORD OF FIRST XBROWSE THE PROCEDURE MUST SHOW THE RECORDS OF THAT CODE ON XBRW2 AND XBRW3
sample onemany
Use oBrw:bOnChange Regards Anser
sample to print a memo filed
Someone have a sample to print a memo filed with printer class ? I must add this filed to a report Regard
sample to print a memo filed
Silvio, It is already implemented in GETs multilines. Please review the source code of METHOD Print() CLASS TMultiGet.
sample to print a memo filed
Silvio, you can extract every line with memoline() and print it with tPrinter:CmSay(). Stefan
sample to print a memo filed
thanks I resolve it
sample with METER
it is possible with click mouse move a meter ( up and down) ? I want with a combobox select an meter to select a percentual value .... sample : I want select an hour as this picture ( on delphi there is a class made it) [url=http&#58;//img167&#46;imageshack&#46;us/my&#46;php?image=timeclickvs4&#46;png:ukx1j9j1][img:...
sample with bitmaps
can I have a sample of listbox with bitmaps , please as the fwbrowse.prg of fwh ?
sample with fget edit memo
hi, someone has an little sample using memos, where i show the line edited, changing the fonts , and add lines without the get. thanks
sample xbrowse with tabs and months
I want create a xbrowse with tabs down with this dbf codice C 4 Datain D 8 Dataout D 8 on each tabs I want insert the name of the months and I want index the dbf on that month I want create only six tabs "May","Jun","Lug","Ago","Sep", "All" May index from 01-05-09 to 30-05-09 Jun index from ...
sample xbrowse with tabs and months
Mr Sylvio Use bSetUp parameter ( 4th parameter ) to define your own columns and groups. You can get what you want when you define the groups in your code. Finally bSetUp should evaluate to .T. . Then xbrowse's report method does not add any columns or groups on its own. In your code, define the group like this: [co...
samples labels class
Hi, i try use samples\label class, but found several errors , theres an new one?
samples\fiverep
Hi, Why does not work?. They are some missing files (such as expbuild.rc and bmps) and when you compile, you get the following error: Error description: Error BASE/1003 Variable does not exist: ORDER Stack Calls =========== Called from: .\source\classes\TDICT.PRG => (b)TDICT_NEW(140) Called from: => ORDCR...
samples\fiverep
it is an old project from 1.44 or 1.66 never finished
samples\fiverep
Thank you Mr. Silvio. Do you know why?. It will be very interesting to have an interactive designer for REPORT.
samples\fiverep
I tried to make a visual designer but none want help me
samples\fiverep
Mr. Silvio, I am not refering to a product like Fast Report. Only for class TReport(), to allow the user to choose fields, titles, sizes, fonts and save and restore. Not a Visual product such Fast Report, which is quite difficult to do I guess. Thank you.
samples\fiverep
In a very limited way \fwh\samples\xbrgen.prg can be used to generate report code also. We can select ( or drag and drop ) any dbf file. It is shown as xbrowse. We can hide columns not wanted and rearrange columns. Check preview and finally we can generate code. It gives xbrowse code in 3 different programming styles a...
samples\inspect.prg doesn't work
Hi,when I compile samples\inspect.prg, I get following error:[quote:10cazjs1]Application =========== Path and name: D:\fw809\fwh\samples\inspect.exe (32 bits) Size: 1,570,304 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 09/19/08, 13:08:05 Error description: Error BASE/1108 Argument e...
samples\inspect.prg doesn't work
Hello Gilbert,The same error.For the moment, i changed back to FWH 8.08,because after intensitive xBrowse-testing, there have been strange behaviours, i didn't have withversion 8.08.RegardsUwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
samples\inspect.prg doesn't work
This fix is required in Class TXBrowse:line 5857:[code:858modzz] if ValType&#40; cData &#41; == "C" &#46;and&#46; IsRtf&#40; cData &#41; cData &#58;= "<RichText>" endif [/code:858modzz]With such change, samples\Inspect.prg is working fine.A new FWH build with this fix will be available in just some...
save Attachments from outllook application object
I found a solution test on vb language : this test save the Attachments on a specific folder -------------------------------------------------------------------------------------------------------------------- Private Sub ThisApplication_NewMail() Handles Me.NewMail Dim inBox As Outlook.MAPIFolder = Me.ActiveEx...
save Attachments from outllook application object
[url:ib33hjhj]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=17243#p89867[/url:ib33hjhj] Anser
save Attachments from outllook application object
Dear Ans, I saw this help many day ago, I use the test of Otto to drag ONE message from Outlook [b:bwl4dyu1]THE PROBLEM I ASK IS ANOTHER [/b:bwl4dyu1] When I drag this message I[b:bwl4dyu1] MUST NOT SAVE ALL ATTACKS OF ALL ATTACKS THERE ARE IN OUTLOOK OF ALL MESSAGES[/b:bwl4dyu1] [b:bwl4dyu1]BUT ONLY THE ATTAC...
save Attachments from outllook application object
I try with : function dropread() local oDlg LOCAL oOutlook := TOleAuto():New( "Outlook.Application" ) local myOlExp := oOutlook:ActiveExplorer local oMail local oGet local cKategorie := space(50) local cStichwort := space(50) local oK := .f. local dDatum ...
save a Png from resource
I have many resource as Png on the resource rc I compile with the exe For not have a folder of all images I wish simulate a small library where insert all these images when the user need an image I can select it from a dialog as this : [img:3jh16d58]https&#58;//i&#46;postimg&#46;cc/qBj9RHq6/fff&#46;png[/img:3jh...
save a Png from resource
Reading an image from resource and saving as png file. [code=fw:drkuk7ca]<div class="fw" id="{CB}" style="font-family: monospace;"><br />FW_SaveImage<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"resourcename"</span>, <span style="color: #ff0000;">"filename.png"</span> <span style="color: #00...
save a Png from resource
uauuuuuu !!! thanks