topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
tFolderex and tGroup control | Hi,
anybody knows how to solve this issue?
thank you
Roberto Chiaiese |
tFolderex and tGroup control | [code=fw:1goosq5x]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> @ <span style="color: #000000;">3</span>,<span style="color: #000000;">3</span> <span style="color: #0000ff;">SAY</span> <span style="color: #ff0000;">"UNDER CONSTRUCTION"</span> <span style="color: #0000ff;">OF</span> oFld:<... |
tFolderex and tGroup control | Hi Karinha,
the problem is still there. Only the position changes but the tGroup control appears as a five-cells grid and the "under" caption repeated 5 times. (I don't know how to upload an image here)
Just removing the 'animate speed 50' clause makes it working good
regards
Roberto |
tFolderex and tGroup control | [quote:2rom3crm]Just removing the 'animate speed 50' clause makes it working good
[/quote:2rom3crm]
Thanks |
tFolderex and tGroup control | .OR.
you have to set the tGroup control transparent off and set the right back color,
this works for me:
[code=fw:2oe7xwvh]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCtrl := TGroup<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">Ne... |
tFolderex and tGroup control | I'm sorry, but I can't understand what you mean. Show me the program below, please.
Lo siento, pero no puedo entender lo que quieres decir. Muéstrame el programa a continuación, por favor.
[code=fw:22oq2z5g]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPL... |
tFolderex and tGroup control | please completely remove the tFolderex at line 97 and see the result
Roberto |
tFolderex and tGroup control | [code=fw:3196lt9d]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\TESTFX1.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style... |
tFtp Question | Hi,
I have written an application that downloads files from an ftp site. On my pc and a test Windows 2008 server it is working fine. On one of my clients, the system will not connect. They can access the internet and the ftp site without a problem by using internet explorer, so i was wondering if there is anything ... |
tFtp Question | Maybe that site requires SSL?
James |
tGet | Hola a todos
Feliz año a todos Que Dios los bendiga y quiero hacer mi primer pregunta del año, alguien me puede proporcionar la clase tget de la version fwh24 gracias.
Atentamente
Julio Ponce |
tGet | Si Antonio da su permiso te la mando. Y Dónde? |
tGet | <!-- e --><a href="mailto:jponce@suproye.com">jponce@suproye.com</a><!-- e --> gracias |
tGet Númerico sin el ""0"" Inicial ( Solucionado ) | [img:1x6t68md]http://img607.imageshack.us/img607/3140/imagen1ll.png[/img:1x6t68md]
Saludos Amigos,
Tengo una aplicacion ya terminada y el cliente me ha pedido que en los get
numericos el "[color=#FF0000:1x6t68md]0[/color:1x6t68md]" inicial no este, osea que el campo este en blanco, pero que
sea númeric... |
tGet Númerico sin el ""0"" Inicial ( Solucionado ) | Podrias usar la VAR de tipo char y validar que lo entrado sea un valor numerico, aunque con @Z deberia de funcionarte, saludos. <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
tGet Númerico sin el ""0"" Inicial ( Solucionado ) | El asunto es que los gets estan asociados a una data en Mysql con tDolphin.
y el "@Z" lo probe con habour y xHarbour y no funciona... y tampoco funciona en modo consola. |
tGet Númerico sin el ""0"" Inicial ( Solucionado ) | [code=fw:1avoou3c]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00C800;">METHOD</span> DispText<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TGet<br /><br /> <span style="color: #00C800;">if</span... |
tGet Question | Hi,
Why are comma's removed from a picture string?
METHOD GotFocus( hCtlLost ) CLASS TGet
::lFocused = .t.
#ifdef __XHARBOUR__
::oGet:VarGet()
#endif
if ! Empty( ::cPicture ) .and. ::oGet:type == "N"
[b:qrt04uk2] ::oGet:Picture := StrTran( ::cPicture, ",", "" )
[/b:qrt04uk2] endif |
tGet Question | I see now that it becomes confusing when capturing.
Has anybody done alterations to fill the get from the right?
Alex |
tGet Question | Alex,
Its removed for a better capturing |
tGet Question | Alex,
I don't know if this is what you are looking for, but here is an old message on numeric GETs. I haven't tried it.
James
[quote:gd5e1i9k]From: "Luis Krause Mantilla" <lkrausem@home.com>
Subject: Re: Multiple line numeric gets
Date: Thursday, November 08, 2001 7:16 AM
Colin Wisbey wrote:
> Like many on this NG... |
tGet Request | For readonly we have a predefined color pattern that offends my clients ( can't read it ... to faint ) so I always have to modify the source on a new release.
Could we have a data setting for the READONLY setting of tGet text so we can modify it within the code ?
Thank you. |
tGet Request | also I had this problem no resolved! |
tGet cuando usar bChange y cuando bPpostKey | Buenas,tengo algo de lio mental. El tema es que necesito procesar una funcion cada vez que varian el contenido de un get.En una primera version lo hice usando bChange, pero dejo de funcionar con lo que pase a usar bPostKey, pero ahora veo que otra vez ha dejado de funcionarme.Me funciona para caulquier caso menos cuand... |
tGet cuando usar bChange y cuando bPpostKey | Biel,Basicamente la diferencia es que bChange se evalúa cada vez que cambia el contenido del GET, sea por la razón que sea (tecla pulsada, paste, cut, etc.) y bPostKey solo se evalua tras pulsar una tecla (contenida entre 32 y 256). |
tGet cuando usar bChange y cuando bPpostKey | Ok, gracias Antonio por la aclaración. Entonces seguire usando bChange, lo del paste no lo tenia en cuenta, razon de más para usar bChange.bPostKey (A codeblock that is evaluated after a keystroke and the buffer has changed. )Pensaba que se evaluaba cuando se pulsaba cualquier tecla que repercutiera en el contennid... |
tGet navigation | Hi,
Shouldn't shift-tab apply the same bchange test as normal tab?
Alex
[code:3dk6kceb] case nKey == VK_TAB .and. GetKeyState( VK_SHIFT )
if ::bChange != nil
lAccept = Eval( ::bChange, nKey, nFlags, Self )
if ValType( lAccept &... |
tGet sin borde | Para Antonio Linares
Es posible tener esta apariencia en un Get? (Titulo superior, solo borde inferior)
[img:3o5u0iye]http://sgedukit.com/files/get.png[/img:3o5u0iye]
Esta presentación es mas clara y facil de leer.
Saludos |
tGet sin borde | Look this
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36283&hilit=infield#p216540">viewtopic.php?f=3&t=36283&hilit=infield#p216540</a><!-- l --> |
tGet sin borde | Thanks a lot!
I will check it |
tGet solitario ¿Por qué no se evalúa el bValid? | Si tengo un diálogo con un único control tGet, ¿es normal que no se evalúe su bValid ? |
tGet solitario ¿Por qué no se evalúa el bValid? | César,Es preciso que exista otro control que tome el foco, para que así el GET lo pierda y se ejecute el VALID |
tGet solitario ¿Por qué no se evalúa el bValid? | Vale!Gracias, Antonio.Lo que quiero es cerrar un dialogo con un get cuando pulse RETURN, UP o DOWN en el get y se cumpla una condición. Solución: pongo un boton fuera del diálog y hago que se evalúe la condición del Get cuando el botón tome el foco (bGotFocus). Si ésta se cumple cierro el diálogo y si no regreso el foc... |
tGet solitario ¿Por qué no se evalúa el bValid? | César,Asi es <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->Una solución es crear un botón no visible (que sea DEFAULT) por lo que al pulsar enter, se activará el VALID del GET, y la acción del botón es cerrar el diálogo.me refiero por botón no visible a que sus coordenadas... |
tIPClientFtp | Hello,
can someone help me out with the syntax for the
tUrl + tIPClientFtp classes.
I would like to upload to a certain directory.
How can I do that.
oFtp:UploadFile( cdir + cfile )
How should the string look like:
"\mydir\" + "myfile.zip" is not working.
I also tried with slash but it is not working.
Where do I f... |
tIPClientFtp | Try using Cwd() method to change the working directory. The source code is in source\tip\ftpcln.prg (SVN). Or you can download xHarbour source code from xharbour.org.
EMG |
tIPClientFtp | Enrico thank you. This is working fine.
Best regards
Otto |
tIPClientHttp and https | Hi all,
I need to use tIPClientHttp to connect to an https url and it doesn't runs.
Is there any turnaround or updated lib ? Thank you in advance
Application
===========
Path and name: K:\pigc\pigc.exe (32 bits)
Size: ********* bytes
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20150830)
FiveWin... |
tIPClientHttp and https | Hi,
I understand I have to link the following libs
hbssl, hbssls, hbtipssl, libeay32, ssleay32,
is there anyone that could provide the version for BCC70 ? They seems in coff format and the conversion doesn't runs well.
k:\XHARBOUR\Bin\Harbour.Exe K:\pigc\CNDRTN\MODSPGE.PRG -m -n -es2 -ik:\XHARBOUR\Include -dHB_API_MAC... |
tIcon Error | Hi,
We are getting the following error occaisionally on certain machines - i cannot recreate this error on my machine but it is happening at our clients installation. The error occurs when the user double clicks on a record in an xBrowse and the code tries to setfocus to the previous dialog.
Application
===========
... |
tIcon Error | Pete,
Please try this change in Class TControl:
[code=fw:3kshqx2u]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> GotFocus<span style="color: #000000;">(</span> hCtlLost <span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TCont... |
tIcon Error | I will put the changes in and let you know if we get the error again. Thanks for looking at this Antonio
Best regards,
Pete |
tImage con resolución >= 1280 | Por alguna razón que desconozco, cuando la resolución del monitor la pongo en 1280x768 o mayor, las imágenes (con tImage) no obedecen la cláusula ADJUST, sino que ocupan toda el área visible del diálogo que las contiene, como si se tratase de un brush. En 1024x768 la imagen vuelve a verse como se espera. Sin embargo, e... |
tImage: Image desde campo de DB | He visto varios posts preguntando como mostrar imagenes guardadas en campos de una base.
La mayoría de las respuestas a estos post se basan en crear un archivo temporal.
Con Freeimage.dll esto puede hacerse directamente, pero deben descargar una versión más nueva que la que viene empaquetada con FWH.
La versión de ... |
tImage: Image desde campo de DB | Buen aporte César,gracias. Lo he implementado en mi clase que hereda de tImage y funciona perfecto.
Quizas este nuevo metodo se podria unificar con el ya existente LoadFromString (tBitMap). |
tImage: Image desde campo de DB | HOw I can write the image on foto field ? |
tImage: Image desde campo de DB | Silvio:
repla myDB->FOTO with MemoRead("myPhoto.jpg") |
tImage: Image desde campo de DB | is there a limit for sa ve a jpg on dbf |
tImage: Image desde campo de DB | César,
Gracias por tan interesante aportación.
La hemos incluido en el próximo build de FWH <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
tIpClientHttp bug | Hi all,
I noted a problem downloading a text file through tipclienthttp oHttp:Readall:
it is a 200 rows text file and some rows contains spur characters but only on Windows XP,Vista, 7, all is right on Windows 8/10.
Is there something wrong on my code or do I have to upgrade my xharbour libs ?
I'm using xHarbour with ... |
tIpClientHttp bug | [code=fw:3pc6n4h2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/* TIP HTTP advanced operations test */</span><br /><br />#require <span style="color: #ff0000;">"hbssl"</span><br />#require <span style="color: #ff0000;">"hbtip"</span><br /><br />#if ! defined<span style="... |
tIpClientHttp bug | [url:12jezjkp]https://groups.google.com/forum/#!topic/harbour-users/cpXUY8QokFc[/url:12jezjkp] |
tMail() and RichText (RTF) | Hello Fivewinners,
it is possible to send an eMail with tMail() in RichFormat (RTF from TRichEdit() )
RTF-Text as body-Text
Any ideas ?
Regards, Norbert |
tMail() and RichText (RTF) | Norbert,
>RTF-Text as body-Text
Email has to be in HTML, so maybe you can find some way to do a conversion on-the-fly. One way might be using Word and OLE.
James |
tMail() and RichText (RTF) | [quote="James Bott":cwsuwob3]Norbert,
>RTF-Text as body-Text
Email has to be in HTML, so maybe you can find some way to do a conversion on-the-fly. One way might be using Word and OLE.
James[/quote:cwsuwob3]
James,
and how do I send a html-text? if I send it over DEFINE MAIL only the html-code will displayed.
Re... |
tMail() and RichText (RTF) | Norbert,
With MAPI and OE this is what I found.
[quote:byizs0i7]If the attachment file is html (has a .htm or .html extension) and you do not specify any TEXT (a message) then the file will appear in the message area.[/quote:byizs0i7]
I have not tried this with Outlook.
James |
tMail() and RichText (RTF) | This is for Office Outlook:
[code:ws9hxr53]oMail:HTMLBody = ...[/code:ws9hxr53]
EMG |
tMetro Gracias FWH | [url=https://postimg.cc/LYw2nJ5B:omu3h777][img:omu3h777]https://i.postimg.cc/LYw2nJ5B/tmetro.jpg[/img:omu3h777][/url:omu3h777] |
tMetro Gracias FWH | Marabilloso. Como hicestes esto? Podrias poner un pequeño ejemplo para que yo pueda iniciar el mio? Seria mui amable de tú parte, se no fué pedir mucho. 1000 gracias my dear friend.
Regards, saludos. |
tMetro Gracias FWH | Amigo
dir METRO*.PRG .\SAMPLES\
Cualquier ayuda me buscas en facebook <!-- m --><a class="postlink" href="https://www.facebook.com/SysCtrl/">https://www.facebook.com/SysCtrl/</a><!-- m -->
SALUDOS ! |
tMetro Gracias FWH | Muy bien, César! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
tMetro Gracias FWH | Gracias Maestro
saludos ! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
tMetro Gracias FWH | Gracias César. Email recebido, ok.
Regards, saludos. |
tMget methhod gotoline not working | The method gotoline it's not working on tmget.Any solutions ?Antonio |
tMget methhod gotoline not working | Need some help! Any solutions ?Antonio |
tMget methhod gotoline not working | Please post your code ! |
tMultiget and bLostFocus problem | Hi all,
it is a bit strange problem that didn't exist on the FWH Oct 2009.
if a make (in a multiget) a oGet:bLostfocus:={......} then when the bLostFocus is evaluated the new get value is not still assigned
different from FWH Oct 2009 where the get was assigned.
I tried to bypass the problem with oGet:Assign() after ... |
tMultiget and bLostFocus problem | This is the code of LostFocus method in multiget class
[code=fw:2ruyhq1s]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">METHOD</span> LostFocus<span s... |
tMultiget and bLostFocus problem | Hi,
moving Super:LostFocus( hCtlFocus ) all seems to runs well.
I checked that LostFocus method is unchanged beetween Fwh oct 2009 and Fwh Nov 2010
so I think this issue is related to other changes in mget or other "core" FWH classes.
Thanks for your quick support. |
tMultiget and bLostFocus problem | Probably it may not be a good idea to change the class in FWH library.
Instead better we insert this line as the first line of our bLostFocus code
[code=fw:3qnjuvcd]<div class="fw" id="{CB}" style="font-family: monospace;"> Eval<span style="color: #000000;">(</span> oGet:<span style="color: #000000;">bSetGe... |
tMultiget and bLostFocus problem | Yes, I generally avoid to make changes to the fwh classes but this seem to be a bug so a correction of the mget module is needed,
I think the tmultiget has to works with the same tGet logic so the value has to be automatically assigned when the lostfocus is valuated. |
tOleAuto():New( ""Sapi.SPVoice"" ) en ingles | Amigos del foro:
Para Windows 8, tOleAuto():New( "Sapi.SPVoice" ) funciona muy bien con la voz de helena en español, ahora intento hacer lo mismo para el idioma inglés.
¿ Como selecciono la otra voz que encuentro que es la de zira, pero en inglés.
Muchas gracias por sus ideas. |
tOleAuto():New( ""Sapi.SPVoice"" ) en ingles | SAPI.SpVoice Properties:
'.Pause = pause speaking
'.resume = resume after pause
'.Rate = speed at which voice speaks
'.Voice = you can use set and a voice value to change the voice (if multiple exist on machine)
'.Volume = volume of voice (not system volume, just voice)
'.WaitUntilDone = wait until done
[url:uah... |
tOutLook2003 sobre mdichild | Tengo una barra OutLook2003 incrustada en una ventana mdichild.Al cerrar la ventana mdichil y volverla a abrir se me cerraba el programa.Buscando el problema encontre que se producía en el método paint de la clase tOutLook2003.Mas concretamente en la línea donde se llama a FillRect[code:vvl510i6]METHOD Paint() ... |
tOutLook2003 sobre mdichild | Bueno, pues yo lo he solucionado de esta forma[code:2bx4ocf9]METHOD Paint() CLASS TOutLook2003
local n, nTop
local aInfo := ::DispBegin()
if ::oBrush<>NIL
FillRect( ::hDC, GetClientRect( ::hWnd ), ::oBrush:hBrush
endif
&#... |
tOutLook2003 sobre mdichild | Sigo usando outlook2003 con este cambio.
Nadie mas tiene este problema? |
tOutlook2003 & Imagen de Fondo | Buenos días foro, os pregunto a ver si me podeis echar una manita:
1) Tengo en mi aplicación incrustada la clase toutlook2003, ¿Sabéis si se puede cambiar un icono en tiempo de ejecución en dicha clase?. Es que uno de los botones de la clase es un apartado de alarmas, y por defecto tiene un icono. Cuando haya una alar... |
tOutlook2003 & Imagen de Fondo | Sorry, I thought i was in spanish forum!! |
tOutlook2003 & Imagen de Fondo | Buenos días foro, os pregunto a ver si me podeis echar una manita:
1) Tengo en mi aplicación incrustada la clase toutlook2003, ¿Sabéis si se puede cambiar un icono en tiempo de ejecución en dicha clase?. Es que uno de los botones de la clase es un apartado de alarmas, y por defecto tiene un icono. Cuando haya una alar... |
tOutlook2003 & Imagen de Fondo | Mike,
1) Puedes cambiar el bitmap de un grupo de la siguiente forma:
[code=fw:2fhyz3vk]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oOutLook:<span style="color: #000000;">aGroups</span><span style="color: #000000;">[</span> n <span style="color: #000000;">]</span>:<span style="color: #000000... |
tOutlook2003 & Imagen de Fondo | Como siempre, gracias Antonio por contestar.
1) Solucionado, se queda perfecto con lo indicado
2) Con respecto al segundo punto, lo he intentado sin exito de las siguientes formas:
Con un BRUSH
[code=fw:3hkup117]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> ....<br /> ....... |
tOutlook2003 & Imagen de Fondo | Mike,
Hazlo asi:
[code=fw:og7yi0b0]<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;">function</span> Main<span style="color: #000000;">(</span><span style="color: #... |
tOutlook2003 & Imagen de Fondo | Funcionó perfectamente, muchisimas gracias Antonio
Saludos, |
tPreview iniciado al 100% | Hola a todos...
Existe alguna manera en la que pueda inicializar tPreview en 100% ????
He modificado el Metodo PaintMeta() y puedo cambiar el tamaño del visualizador, pero no me funciona con el vScroll...
He intentado llamando el metodo SetFactor() desde ON INIT, pero no me reconoce ::oMeta1 y creo que la clase no c... |
tPrinter | Puede usarse la tPrinter en puerto Com o Paralelo???
Puede usarse para imprimir un documento (ticket/recibo) indicándole ancho de papel, pero no el largo ???
La tDosprn maneja puertos USB nativamente (Soportada por FiveTech)???
Necesito imprimir recibos de venta en impresoras Serial y USB con rollo de 3 pulgadas...... |
tPrinter ""problem"" with last FWH release | Hi all,
I'm using FWH 15.07 updated from FWH december 2012.
I noted there is an important change into the tPrinter method,
essentially this new FWH always use as default the Windows default printer while the old FWH always use the current app printer (eg. the printer I selected with PrinterSetup()).
This is reported i... |
tPrinter ""problem"" with last FWH release | Look to see if it helps
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=31362#p181915">viewtopic.php?f=6&t=31362#p181915</a><!-- l -->
Regards |
tPrinter ""problem"" with last FWH release | Hi,
I checked the turnaround but it is not correct in my opinion.
That turnaround essentially change the Windows default printer with the printer selected with PrinterSetup() but this is wrong, due the PrinterSetup() should only change the default printer for THAT Windows app until it is running non for the full OS. Th... |
tPrinter ""problem"" with last FWH release | [quote="Marco Turco":2c6d9i7a]* Enhancement: Class TPrinter Method New() has been improved so the selected
printer (default printer) remains the same all the app life. Thanks to Enrico![/quote:2c6d9i7a]
This should work exactly as you want. Apps use their selected printers and not the Windows default one. At least t... |
tPrinter ""problem"" with last FWH release | [quote:2fz7awge]* Enhancement: Class TPrinter Method New() has been improved so the selected
printer (default printer) remains the same all the app life. Thanks to Enrico![/quote:2fz7awge]
The above statement is confusing.
The selected printer may, or may not, be the windows default printer. FW used to always use t... |
tPrinter a PDF | Saludos Fivewinners
tengo este codigo
PRINTER oPrn FILE ( RutaPdf() + "\Informe" + Alltrim(Str(NumNumero)) + ".PDF")
Genero el PDF sin problemas, queda bien, bonito... perooooo
Si tengo predeterminada una impresora de Tickets, NO, adopta las caracteristicas de la impresora predeterminada, sea de Tickets, Etiquetas d... |
tPrinter a PDF | Probe con
oPrn:SetPage( 1 )
oPrn:SetPortrait()
mi codigo lo tengo todo con
oPrn:CmSay( 1.0, 6.8 ,"Informe N° " + Alltrim(Str(NumNumero)),oFont1)
oPrn:CmBox( 0.7, 6.5, 1.8, 14, oPen1 )
Y aun aparece recortado el PDF al tamaño de la etiqueta programada en la impresora |
tPrinter a PDF | Hola,
Me pareciera a mi que no queda otra que cambiar, por programa, la impresora por defecto, luego imprimir a pdf y restaurar
Salu2 |
tPrinter a PDF | Lo pense. Gracias
No es solucion, en algunos puntos, por ej en las bodegas solo esta la impresora de etiquetas de barras, algunos ni tienen pues envian todo por mail o en excel.
Saludos |
tPrinter a PDF | yo lo hago asi:
Local cPrinter:="Microsoft XPS Document Writer"
oPrn:=PrnSetSize( 2159, 3302 )
PRINT oPrn NAME "Impresión " PREVIEW TO cPrinter
y luego imprimo a pdf
saludos |
tPrinter a PDF | Hola Jose
Tambien lo habia probado, pasa que no hay intervencion del usuario, es un proceso con solo dos botones y listo
Pasarlo por el preview enlentece el procedimiento y tengo seguro que mas de alguno se va a aproblemar con las opciones y demases... los conozco
Saludos y gracias |
tPrinter a PDF | Puedes probar así?
[code=fw:37jp2ii4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">PRINT</span> oPrn FILE <span style="color: #000000;">(</span> RutaPdf<span style="color: #000000;">(</span><span style="color: #000000;">)</span> + <span style="color: #ff0000;"... |
tPrinter directo a PDF???? | Amigos:
Como imprimo directo a PDF con tprinter, por favor.
Muchas Gracias. |
tPrinter directo a PDF???? | Hola a Todos
Me uno a la petición, alguna forma que se haga directa la impresión a pdf indicando ya el nombre de archivo sin que lo pida
Carlos I. De La Rosa
<!-- e --><a href="mailto:carloslmm@hotmail.com">carloslmm@hotmail.com</a><!-- e -->
fwh 12.04 harbout Borland 5.8 |
tPrinter directo a PDF???? | La solución es tan simple como efectiva.
Te instalas el PDFCreator, y lo configuras para que tome el nombre del archivo PDF, del nombre de la ventana que vas a sacar a imprimir.
Esta solución lo he aplicado por años con programas en clipper y con FWH. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.