topic
stringlengths
1
63
text
stringlengths
1
577k
tPrinter directo a PDF????
Lo mismo que Rafa os digo, llevo años usando ese método aunque con doPDF mucho más ligero y simple que PDFCreator
tPrinter directo a PDF????
en teoria con esto tendria que funcionar desde la version de Abril : PRINTER oPrn FILE "out.pdf" <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=143409#p144040">viewtopic.php?p=143409#p144040</a><!-- l --> Saludos.
tPrinter directo a PDF????
Gracias a ambos. Manuel con PDFFCreator lo estoy haciendo actualmente. PRINTER oPrn FILE "out.pdf" PREVIEW hace lo que estoy buscando. Saludos
tPrinter en vertical
Hola muy buenas saludos a todos hace tiempo q no participo. favor si me pueden dar una mano para resolver. Uso tPrinter con fwh (2.5) y xh (1.00). Hice un código hace como 10 años. Pero me piden una modificación usando BARLIB imprimir códigos de barra. lo q me piden es q imprima VERTICAL, estoy imprimiendo horizontal...
tPrinter en vertical
Look <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32365&p=189940&hilit=nescapement#p189940">viewtopic.php?f=3&t=32365&p=189940&hilit=nescapement#p189940</a><!-- l -->
tPrinter en vertical
Hola muy buenas. gracias por responder. Por ahi no me esprese bien necesito IMPRIMIR en una IMPRESORO de Codigos de Barra. Pero eso no es dificil, el problema es q tengo q cambiar la HORIENTACION de la impresion esta en HORIZONTAL y pasar a VERTICAL la IMPRESION Esta es la muestra de lo que sale, pero necesito que sal...
tPrinter en vertical
Edu, buen dia No seria mas fácil que lo hicieras desde las características de la impresora Yo tengo unos códigos de barras y solo configure la impresora y adapte la impresión
tPrinter en vertical
hola VitalJavier A q te referis "desde las características"? La verdad es q no tengo la impresora cerca, esta a 200 km y este modelo nunca lo tuve cerca, hice los ajustes a la misma impresion, antes hacia lo mismo pero en planchas de A4 cuando usabamos Impresoras Laser, luego ajuste la impresion para 2 lineas en vez ...
tPrinter en vertical
Holá, en la configuración de la impresora, tién el rotation=“Left” ?
tPrinter en vertical
También intente generar el código de barras, con el patrón: CODE128. Saludos.
tPrinter en vertical
En las preferencias de impresion Este es un ejemplo de la impresora que tengo. [img] [url=https&#58;//subefotos&#46;com/ver/?fcdd36261829020b1e64183df3bb7ebao&#46;png:2mepyebl][img:2mepyebl]http&#58;//thumbs&#46;subefotos&#46;com/fcdd36261829020b1e64183df3bb7ebao&#46;jpg[/img:2mepyebl][/url:2mepyebl] [/img]
tPrinter en vertical
Hola Estoy pensado que si como tu indicas y giro la imagen me giraria los dos CBs juntos pq salen 2 CB en linea HORIZONTAL CB CB Quedaria mal lo mismo pq tengo q girar cada una 90% Aun asi aca te muestro la impresion para q veas mi problema: <!-- m --><a class="postlink" href="http://prntscr.com/v2kcae...
tPrinter en vertical
Haber si te sirve [code=fw:3kn2hmx1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> PRUEBA_BARRAS_VERTICAL<br />    <span style="color: #00C800;">LOCAL</span> Ren_ := <span style="color: #000000;">1</span><br />    <span style="color: #00C800;">PRIVATE</spa...
tPrinter en vertical
hola mil gracias voy a probar como sale...!!
tPrinter en vertical
funciona perfectamente... <!-- m --><a class="postlink" href="http://prntscr.com/v374dz">http://prntscr.com/v374dz</a><!-- m --> No se como haces para pegar la foto aqui, asi q sigo colocando en la web...? Mil gracias
tPrinter urgente
Colegas, necesito urgentemente de su apoyo, la cuestion es la siguiiente, siempre he usado tdosprn para imprimir tickets en impresoras termicas o las que comunmente les dicen impresoras fiscales, la todosprn, trabaja exelentemente, corta papel, abre el cajon, etc.etc. pero me han pedido que en el ticket salga el ...
tPrinter urgente
César, Prueba a usar oPrinter:SetSize( nWidth, nHeight )
tPrinter urgente
Gracias Antonio, resulta que el ticket no es de una medida estandard, como en los supermercados, la tira de papel es infinita, en algunos casos,, a lo mejor calculando los renglones antes de mandar imprimir,, alguien mas tiene alguna idea ??
tPrinter urgente
Señores, segun lo que en este foro se ha dicho el siguiente codigo en teoria tendria que hacer lo siguiente: PrnSetSize( 800, 1400 ) // 8cm x 14cm PRINT oPrn TITLE cTitulo TO alltrim( (cImpresor)->printer1 ) oPrn:SetSize( 800, 1400 ) //no funciona PAGE oPrn:cmsay(1,1, 'TEXTO' , oFnt1 ) EN...
tPrinter urgente
César: Alguna vez pasé por el mismo problema y resulta ser que yo esperaba ver el tamaño en la vista previa y con una impresora laser como impresora pre asignada, y nunca vi el resultado. Hasta que puse como impresora pre asignada una impresora matriz de punto y mande a imprimir, hasta entonces vi que sí respetaba el...
tPrinter urgente
quetal Armando, gracias por participar, lo que comentas es cierto uno quisiera ver el resultado en el preview pero en mi caso, tambien ya probe directo a impresora, y nada de nada , voy a seguir checando debe de existir alguna forma saludos.
tPrinter urgente
Me he encontrado con el mismo problema y al final he desistido. He tenido que utilizar la clase tdosprint y configurando la impresora como Generic/Text Only para poder mandar los códigos de apertura de cajon, etc. Tratando la impresora de otra forma no funciona como se espera y hace saltos de pagina donde no debe, etc....
tPrinter urgente
VerhOven como bien comentas, hay que instalar el driver Generic/Tex Only, a mi me funciono con el papel Full Width 72mm * Receipt y en la tprinter no necesite poner nada adicional. print oPrn page oPrn:cmsay( 1,1,cVar, oFnt1 ) endpage endprint Dejad que Microsoft controle todo jajaj, desgraciadamente es poco ...
tPrinter urgente
Y para abrir el cajon de monedas, ¿cómo envías el código correspondiente a la impresora?. Al ser Text Only, ¿Te imprime los tipos de letra de windows o solo caracter de texto?. ¿Cómo imprimes los gráficos (logos)? Saludos.
tPrinter urgente
Te respeta todos los font y graficos, el corte de papel y apertura del cajon tambien lo puede controlar windows,, pero una idea que me dio el buen Francisco Horta , puedes conbinar tprinter y tdosprn. _abrecajon() print oPRN PAGE * ...... ENDPAGE ENDPRINT _cortapeL() function _abreCajon() local oPrn oPr...
tPrinter: Mmtr2Pix() y Pix2MMtr()
Si pasamos una temperatura de grados centigrados a Fahrenheit y luego devolvemos ésta a grados centígrados, debemos llegar al mismo valor inicial. Y esto ocurre siempre que se aplique una función a su inversa. Estas do funciones, Mmtr2Pix() y Pix2MMtr(), que obviamente son mutuamente inversas, deberían, al aplicarse s...
tProgress
Amigos.... Gostaria de cria uma barra de progressão com o tempo baseado em uma função de conexão a banco mysql via adodb, é possivel ? Obrigado
tProgress
Christiano, Puedes usar un timer que haga avanzar una barra de progreso
tReport
Ola. Gostaria de Saber como faço para continuar desenhando a moldura até o final da pagina como na imagem utilizando a tReport [img:w2gd0u9x]http&#58;//br&#46;geocities&#46;com/ico&#46;fwhcorumba/NewRel&#46;JPG[/img:w2gd0u9x] Obrigado..
tReport
Yo lo hago asi: (utilizo una dbf temporal) 1- Cuento los registros de la dbf. 2- Defino la cantidad maxima de lineas de la hoja (en tu caso 54) y agrego las que faltan a la dbf, para completar. nMaxLineas:=54 nLin := (cAlias)->(Reccount()) // ó dbEval({|| nLin+=1}) if nLin < nMaxLineas While nLin < nMaxLi...
tReport
Francisco, obrigado por responder. tai uma solução encontrada pelo Kleyber Deric, bem mas simples de fazer.. [code=fw:3pvtt7fk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Private</span> nLines:=<span style="color: #000000;">0</span><br /><br />Report oRpt .....<br /><...
tReport
Boa noite.. como faço para inserir resumo no final do relatorio com a t/report ? [code=fw:ldceadso]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ACTIVATE</span> REPORT oReport <span style="color: #00C800;">WHILE</span> NN<=LEN<span style="color: #000000;">&#40;</span>AARRAY<sp...
tReport
Hola... Prueba lo siguiente: [code=fw:1b8y0uka]<div class="fw" id="{CB}" style="font-family: monospace;">oReport:<span style="color: #000000;">bEndPage</span>:=<span style="color: #000000;">&#123;</span>||TuFuncion<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: ...
tReport
[quote="jrestojeda":ds4c018u]Hola... Prueba lo siguiente: [code=fw:ds4c018u]<div class="fw" id="{CB}" style="font-family: monospace;">oReport:<span style="color: #000000;">bEndPage</span>:=<span style="color: #000000;">&#123;</span>||TuFuncion<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41...
tReport
ICO Intentalo con oReporte:bPostEnd := { || TuFuncion(oReporte)} STATIC FUNCTION TuFuncion(oReporte) .... .... Aqui es donde pones las líneas del resumen ... ... RETURN(NIL) Saludos
tReport
Hola ICO. Prueba con este ejemplo. Saludos. END REPORT oReport:CellView() oReport:bPostEnd:= {|| prueba(oReport) } ACTIVATE REPORT oReport oFont1:End() dbSetOrder(1) RETURN NIL Function prueba(oReport) oReport:lGrid:=.f. //quitar los divisores de columnas oReport:NewLine() oReport:N...
tReport
Obrigado(gracias) a todos mas foi Resolvido com as dicas do FranciscoA e do Alessandro do Brasil [code=fw:26vcg4c9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oReport:<span style="color: #000000;">bPostEnd</span>:= <span style="color: #000000;">&#123;</span>|| FimRelatorio<span style="color: #000...
tReport
Esto es lo que hago yo.... y no tengo problemas: [code=fw:1yd8n32c]<div class="fw" id="{CB}" style="font-family: monospace;"><br />...<br />...<br />  infor:<span style="color: #000000;">oHeader</span>:<span style="color: #000000;">aFont</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</...
tReport linea doble para visualizar mas datos
Buenas tardes foro, Estoy teniendo una duda, en la clase tReport, no puedo encontrar como hacer que una linea del reporte sea multiple. Quiero imprimir por una impresora de 80mm y quiero dejar el campo de DETALLE que ocupe toda la linea, y debajo poner el resto de las columnas. [code=fw:qy4o9hs7]<div class="fw" id="{...
tReport linea doble para visualizar mas datos
Encontre el argumento de MEMO pero hace que entre en la misma columna, hay alguna forma de que use toda la linea?
tReport linea doble para visualizar mas datos
Nicolas: Creo que esa es la funcionalidad de treport, ordenar por columnas. Creo que para una impresión más libre, te conviene usar la clase tprinter, pero toda la funcionalidad de sumas y subgrupos la tenés que manejar vos (a mano digamos) [code=fw:m5wsi9w2]<div class="fw" id="{CB}" style="font-family: monospace;"><br...
tReport linea doble para visualizar mas datos
No sé si he interpretado bien lo que estás buscando. Para poner varios datos en un misma linea, te pongo ejemplo: [code=fw:1l9xk3h9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />..............<br />          <span style="color: #B900B9;">//</span><br />          COLUMN <span style="color: #0000ff;">T...
tReport linea doble para visualizar mas datos
Gracias Manuel y Cesar, me sirve. Intentare ver que resulta. Muchas gracias!!
tScan class
Hi all, I'm looking for the last updated tScan class (rafa Carmona - The full), anyone can share ? Thank you in advance.
tScan class
directory of fivetech
tScan class
[url:1s0kdryd]https&#58;//bitbucket&#46;org/fivetech/fivewin-contributions/downloads/tscan32&#46;zip[/url:1s0kdryd]
tScan class
Hi. I am trying to use this with MinGw but no success. I think the problem is that the .lib is BCC format... Does anyone knows where can I find a .a version of the .lib file ? Or how can I build it ? Regards. Maurício Faria
tScan class
[quote="concentra":2p9jqtjh]Hi. I am trying to use this with MinGw but no success. I think the problem is that the .lib is BCC format... Does anyone knows where can I find a .a version of the .lib file ? Or how can I build it ? Regards. Maurício Faria[/quote:2p9jqtjh] Hi, solved. Just found how to generate the .a ! ...
tScrollPanel and Pelles C
Hi, In FWH Samples there is dialogscroll.prg for tScrollPanel example but I need to use tScrollPanel inside dialog in my resource file (myrc.res) how can I to create a dialog with tScrollPanel by Pelles C and then use it by REDEFINE DIALOG inside .prg? thank you
tScrollPanel and Pelles C
Damiano, In your RC include it this way: CONTROL "", 101, "TScrollPanel", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 10, 10, 200, 200 From the PRG: oSPanel := TScrollPanel():Redefine( 101, 10, 10, 200, 200, oDlg )
tScrollPanel and Pelles C
hi Antonio, thisi is dialog in Pelles C [img:km4iva52]https&#58;//i&#46;imgur&#46;com/n5HEK1o&#46;png[/img:km4iva52] this is my sample code: [code=fw:km4iva52]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> EditDialog<span style="color: #000000;">&#40;</spa...
tScrollPanel and Pelles C
My mistake, you have to call it this way: // Class TPanel Method Redefine( nId, oWnd, lDesign, cVarName, lBorder ) oPanel := TScrollPanel():Redefine( 101, oDlg ) Also, you have to call oPanel:SetFont( oDlg:oFont ) from the ON INIT clause of the ACTIVATE DIALOG
tScrollPanel and Pelles C
hi Antonio, thank you. Now I have another error. I'm try to modify dialogscroll.prg in samples folder and I added another editdialog(oRec) istruction: [code=fw:xgo1l8e3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//------------------------------------------------------...
tScrollPanel and Pelles C
Damiano, Please post the complete code for function EditDialog( oRec ) It seems as oDlg:oBrush has been changed to nil This little example works fine here, thats why I need to review your code: [code=fw:1wlvwn29]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <...
tScrollPanel and Pelles C
hi Antonio, the sample is dialogscroll.prg in samples folder of FWH: [code=fw:2oruxgmm]<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 />REQUEST DBFCDX<br /><br /><span style="color: #B900B9;">//---...
tScrollPanel and Pelles C
Damiano, Please post the contents of dialogscroll.prg here as I can't find it at the FWH\samples folder, thanks
tSmtp() with gmail
Hello, I use the following code [code=fw:2tntch56]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> SendMail<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> oOutMail, cIP<b...
tSmtp() with gmail
Willy, To use SMTP Gmail you must been authenticated !. I'm not using Fivewin nor Xharbour but see how you can use SMTP authentication with Fivewin ! Quote from GMAIL setup instruction Please note that if your client does not support SMTP authentication, you won't be able to send mail through your client using you...
tSmtp() with gmail
[url:2nvree8l]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=15843&p=82081&hilit=gmail#p82081[/url:2nvree8l]
tSmtp() with gmail
Thanks, This works properly. Now the pop3 server and all mail can be managed from within FiveWin. Greetings Willy
tSocket Server/client question
Hello, Looking into the Tsocket/client samples, i was thinking to find the solution to my problem. A extern program generates a file, let say [color=#0000FF:rtkknnyn]log.txt[/color:rtkknnyn] I have a program that when I hit a button simply reads the file and do the next processes, so far ok. Now I want a small FWH ...
tSocket Server/client question
Mark, I hope I understood Compile it Run it and clickon button Then open a notepad and write something and save as log.txt Every second (interval 1000) the program perform read_txt function .... Bye [code=fw:os467xnn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include<...
tSocket Server/client question
Marco, is there a sample How send a txt message from client to client or client to server and viceversa ? at school I have a simply lan IP4
tSocket Server/client question
SIlvio take a look in samples folder sockcli.prg and sockserv.prg in sockli.prg you find this function [code=fw:h6s30zzt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> SendFile<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;<...
tSocket Server/client question
si lo so ci ho provato tante volte ma non funziona volevo un esempietto da provare subito in loco
tSocket Server/client question
Silvio, It works.
tSocket Server/client question
Marco, The sample works great !! Thanks There was also a recent Topic about Desktopalerts and so I copy/Pasted your code and the sample from 'Uwe' to one program. Uwe, I hope you don't mind <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> Now the program does :...
tSystem.prg
Buen dia, necesito el TSystem.prg actual. Gracias, saludos.
tSystem.prg
Resuelto, cambiando GETSYSIN.PRG del FWH.. funciona. [code=fw:246rmcbn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> cWinVersion<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color...
tSystem.prg
Cambios en TSYSTEM.PRG [code=fw:4yvlhpb6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> WinVer<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">Class</span> TSystemInfo<br /><br />&nbsp; &nbs...
tSystem.prg
thks. please... and windows 2008/ 2012 server ?
tSystem.prg
João, Thanks, included for next FWH version. Just the Windows 2008 or 2012 server detection reported by Paco is missing to solve
tSystem.prg
João, Could you please post here the complete tsystem.prg source code ? thanks
tSystem.prg
[code=fw:d83e9e15]<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;">&#40;</span><span style="color: #000000;">&#41;</sp...
tSystem.prg
João, many thanks
tSystem.prg
Hi, Is there any update? For example, BIOS functions are not longer working. Thank you.
tSystem.prg
Que comando no funciona más? Muestre porfa? Sin mostrar lo que quieres hacer, es difícil ayudarte. Saludos.
tSystem.prg
Por ejemplo, METHOD DateSystemBios() Lo he solucionado así: [code=fw:34fqfrrw]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp;<span style="color: #00C800;">LOCAL</span> oReg<br />&nbsp; <span style="color: #00C800;">LOCAL</span> uVar<br /><br />&nbsp; oReg := TReg32<span style="color: #000000;"...
tTime() bug
Antonio: esta linea funciona bien hasta FWH 2.6 + xHb 09950 oTime1 := TTime():System() Pero al compilarlo con FWH 2.7 (jan) + xHb 09951 me da el siguiente error en tiempo de ejecucion : Application =========== Path and name: C:\DemoSistemas\Protwin\gestwinx.Exe (32 bits) Size: 3,494,400 bytes Time from st...
tTime() bug
Ralph, Modifica la Clase TTime para que el método New y System devuelvan Self: ... return Self // en vez de return nil Con ese cambio, samples\TestTim2.prg funciona correctamente con Harbour/xharbour.
tTime() bug
Gracias Antonio: funciono! Ralph
tTimePick
Hello , Trying to use tTimePick with oTime:nStyle := NOR( oTime:nStyle, DTS_SHOWNONE ) [code=fw:2202tjce]<div class="fw" id="{CB}" style="font-family: monospace;"><br />tTime := <span style="color: #00C800;">nil</span><br />@ <span style="color: #000000;">30</span> , <span style="color: #000000;">50</span> TMPicker o...
tTitle class: some bugs
Hi, I'm starting to use the new ttitle class and some small bugs have been found. The bugs are: - the tooltips doesn't runs - the color clause in titletext doesn't runs - there is an alignment problem using rbbuttons on ttitle when the prompt text is not present This is an image that show these problems: <!-- w --><a...
tTitle class: some bugs
Marco, I started a Design-Tool, for testing all possible Combinations. The Main-Dialog is a Folder with 2 Pages. The 1. Page is for the Setting of the Dialog-Background. The 2. Page includes all possible Settings for the TTitle. There is another Horizontal Dialog on Top and a Vertical Dialog on the Right for the diff...
tTitle com click
seria interessando colocar opcao de CLICK no TITLETEXT
tTitle problem on windows xp - fwh9.10
Hi, the following error appairs only on windows xp using fwh 9.10. With fwh 9.07 all rund fine. Any ideas ? =========== Path and name: C:\pigc\pigc.exe (32 bits) Size: 8,245,248 bytes Time from start: 0 hours 0 mins 6 secs Error occurred at: 03/11/09, 17:04:50 Error description: Error BASE/1075 Argume...
tTitle problem on windows xp - fwh9.10
Marco, Please add this line: [code=fw:2v6d1y01]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;::<span style="color: #000000;">nAtImgPress</span> &nbsp;= <span style="color: #000000;">0</span> <br />&nbsp;</div>[/code:2v6d1y01] in CLASS TTitle Method New() line 244, thanks
tTitle problem on windows xp - fwh9.10
Yes, it runs fine. Thanks.
tToolBar 2 lineas de prompt
Holas a todos... Alguien lo ha hecho... oToolBar1=TToolBar():New( oReBar2, 66, 66, oImgList,.T. ) oToolBar1:AddButton( { || PrToExcel() } , "Exportar a Excel" + CRLF + " F5 ", "&Excel" ) 2 lineas en el Button, el CRLF no funciona... Saludos Desde Chile Adolfo
tToolBar 2 lineas de prompt
Up up... Nadie lo ha intentado..? Saludos
tToolBar 2 lineas de prompt
Adolfo: Intenta Prompt "Lo que"+CHR(13)+CHR(10)+"QUIERAS" así lo uso en btnbmp. Saludos y Muy Feliz Navidad para ti y tu familia.
tToolBar 2 lineas de prompt
Ruben... Gracias por tu comentario... pero desgraciadamente no resulto.. Alguien por ahi que le conozca el truco.. jaja Saludos Desde Chile Adolfo
tToolBar 2 lineas de prompt
Adolfo, Quizas te sirva : <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18809&hilit=doble">viewtopic.php?f=6&t=18809&hilit=doble</a><!-- l --> Saludos
tTreeView Definir color de fondo.
Cuando redefino un TreeView, puedo especificarle color de primer plano y color de fondo. Estos colores solo afectan a los elementos del TreeView, y no al marco contenedor. En mi caso uso dialogos con color degradado, y el marco del TreeView toma el mismo color que el dialogo. [img:olz63465]http&#58;//img407&#46;imagesh...
tTxtEdit does not support Wheel mouse
I want to use the TTxtEdit Class but it does not support wheelmouse how to modify the class for the mouse to work. FWH 7.1, XP PRO SP2
tUrl
Greetings Friends of the forum I'm doing a project, and my idea is to validate from a URL, licenses for clients, that is, the program, verify data as the expiration date. I've been taking a look at the tUrl class of xHarbour, but my head hurts just by seeing it (the 50s almost arriving, but I'm an old dog that learns n...
tWbrowse y LDblClick
Estimados, Quiero que la TWbrowse al hacer doble click sobre una linea entre en modo edicion, este codigo con el método bLClicked me anda, pero con ldblClick no, porque? Gracias [code:3otzpklk] // Aca esta la parte de la definicion del browse &#46;&#46;&#46; oBrw&#91;2&#93;&#58;bEdit &#58;= &#1...
tWbrowse y LDblClick
Gustavo, Tienes que usar oBrowse:bLDblClick = ...
tWbrowse y LDblClick
[quote="Antonio Linares":2itt51ql]Gustavo, Tienes que usar oBrowse:bLDblClick = ...[/quote:2itt51ql] Gracias, ya esta funcionando.
tWbrowse y LDblClick
[quote="goosfancito":3ss9kovg][quote="Antonio Linares":3ss9kovg]Gustavo, Tienes que usar oBrowse:bLDblClick = ...[/quote:3ss9kovg] Gracias, ya esta funcionando.[/quote:3ss9kovg] No logro hacer andar la tw de hernan con doble click. Con simple click puedo hacerla editar, pero con el doble click no, me queda editando...