topic
stringlengths
1
63
text
stringlengths
1
577k
CENTRADO DE CABECERAS EN TREPORT
Hola de nuevo, Creo que me he explicado mal, lo que necesito centrar son los TITULOS de las columnas, creo que estaba usando headers en forma equivocada Excuse me
CENTRADO DE CABECERAS EN TREPORT
[quote="rterraz":g1txl7qa]Hola amigos. Alguien sabe como hacer para alinear las cabeceras y los totales de las columnas de un treport ? Las cabeceras las alinea siempre segun el alineamiento de la columna correspondiente, como hago para cambiarlo y ponerlas todas centradas por ejemplo? He probado con oHeader (ej:oRpt:o...
CENTRADO DE CABECERAS EN TREPORT
Please try making these changes in [u:wp5jb6tj][b:wp5jb6tj]\fwh\source\classes\rcolumn.prg[/b:wp5jb6tj][/u:wp5jb6tj] Add this new data to the class declartion [code=fw:wp5jb6tj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">DATA</span> nAlignTitle</div>[/code:wp5jb6tj] Then ch...
CENTRADO DE CABECERAS EN TREPORT
Estimado Sr Rao Muchas gracias por su respuesta y por su inestimable ayuda Saludos
CENTRAR DATA VERTICALMENTE EN TReport
Saludos, ya veo que se puede centrar la DATA(columnas) en TReport, pero: - hay maneras de centrar la data o el texto de las columnas en forma vertical, - se puede dar mas altura a las filas.? saludos, gracias... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --...
CERRAR LIBRO DE EXCEL SIN SALVAR
Estoy tratando con varios libros de EXCEL de la siguiente manera... [code=fw:339v4vuq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;oExcel := TOleAuto<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="...
CERRAR LIBRO DE EXCEL SIN SALVAR
José Luis: Prueba a salvar y luego salir con... [code=fw:1flq2qt1]<div class="fw" id="{CB}" style="font-family: monospace;"><br />    oExcel:<span style="color: #0000ff;">Get</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"ActiveWorkBook"</span><span style="color: #000000;">&#41;</span>:...
CERRAR LIBRO DE EXCEL SIN SALVAR
[quote="Armando":3imugpnk]José Luis: Prueba a salvar y luego salir con... [code=fw:3imugpnk]<div class="fw" id="{CB}" style="font-family: monospace;"><br />    oExcel:<span style="color: #0000ff;">Get</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"ActiveWorkBook"</span><span style="colo...
CERRAR VENTANA CON UN RECURSO DE WINDOWS
Hola, hago lo siguiente desde mi aplicación, abrir el teclado de windows con la función SHELLEXECUTE(vencom01,"OPEN","osk.exe"). El asunto es como puedo cerrar esta ventana automáticamente, cuando ya no necesite el teclado. Gracias, Juan Fco. Rep. Dom.
CERRAR VENTANA CON UN RECURSO DE WINDOWS
// Intenta asi: [code=fw:1tdbe3o0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> CloseAPPExe<span style="color: #000000;">&#40;</span> oWnd <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;SendMessage<span style="color: #000000;">&#40;</s...
CERRAR VENTANA CON UN RECURSO DE WINDOWS
Hola hermano no pude resolver con eso se mantiene abierta la ventana del teclado, a ver si tienes otra solución que me puedas ofrecer. Gracias, Juan FCo.
CERRAR VENTANA CON UN RECURSO DE WINDOWS
Debes sustituir el "osk" por el caption de la ventana que quieres cerrar. [code=fw:3emd4t8f]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   SendMessage<span style="color: #000000;">&#40;</span> FindWindow<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="c...
CERRAR VENTANA CON UN RECURSO DE WINDOWS
Okey ahí si me funciono, gracias mil a todos por su atención. Saludos, Juan Fco. Rep. Dom.
CES 2010
Very interesting products presented in CES 2010: MSI e-reader: [url:229dklgw]http&#58;//www&#46;engadget&#46;com/2010/01/06/msi-dualscreen-e-reader-hands-on/[/url:229dklgw] HP Slate: [url:229dklgw]http&#58;//www&#46;engadget&#46;com/2010/01/06/the-hp-slate/[/url:229dklgw] Laptop + Amoled: [url:229dklgw]http&#58;//ww...
CFDI MEXICO Generar Cadena Original
Hola a todos El siguiente código me genera la cadena original de un archivo .xml sin ningún problema. [code=fw:1191ydaj]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   * Crea la Cadena Original<br />   ObjXSLT := CreateObject<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"M...
CFDI MEXICO Generar Cadena Original
Listo el pollo !!! Saludos
CGI
Dear friends, I have a problem to get CGI to work (any language, I tried xHarbour and C, it used to work the last time I tried it...). I can write the results to the browser (stdout) but I cannot receive anything from stdin: localhost/mysite/test.htm [code:2ntd9vm2]<HTML> <BODY> <FORM METHOD = "post" ACTION =...
CGI
Enrico, I have moved it to this section, as I understand it is important for more users <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
CGI
Ok, thank you. EMG
CGI
Solved: [code:3cv65q1e]<HTML> <BODY> <FORM METHOD = "post" ACTION = "test&#46;exe"> <INPUT TYPE = "text" NAME = "Param"> <INPUT TYPE = "submit" VALUE = "Send"> </FORM> </BODY> </HTML>[/code:3cv65q1e] EMG
CGI
Ciao a tutti, sto facendo alcuni test con applicazioni CGI, il problema è che mentre sembra funzionare con Iexplorer, con Mozilla Firefox mi visualizza in output tutti i tag HTML senza interpretarli, da cosa può dipendere ? Uso Apache installato in locale e Firefox 1.5.0.7 P.S. qualcuno conosce o ha mai usato il CMS T...
CGI
[quote="chiaiese":562yqo9j]Ciao a tutti, sto facendo alcuni test con applicazioni CGI, il problema è che mentre sembra funzionare con Iexplorer, con Mozilla Firefox mi visualizza in output tutti i tag HTML senza interpretarli, da cosa può dipendere ? Uso Apache installato in locale e Firefox 1.5.0.7[/quote:562yqo9j] C...
CGI
questo è il sorgente che dovrebbe creare la pagina ? [Content-type: text/html] ? [<HTML>] ? [<HEAD>] ? [<TITLE>My test</TITLE>] ? [</HEAD>] ? [<BODY>] ? [<p1>Parametri ]+cUsr+" "+cPwd+[<br></p1>] ? [<A HREF = "test.htm"><H3>Torna indietro</H3></A>] ...
CGI
[quote="chiaiese":2b7dadyn]questo è il sorgente che dovrebbe creare la pagina ? [Content-type: text/html] ? [<HTML>][/quote:2b7dadyn] No, così è sbagliato. Devi inviare una riga vuota tra il Content-type e il tag HTML. Fai esattamente come nel mio esempio e vedrai che funziona. EMG
CGI
è vero, ora funziona, sono necessari sia il doppio ?? che la riga vuota dopo il content-type grazie Enrico. ora, che tu sappia è possibile integrare i cgi con php ? ho provato qualcosa del genere ma non ha funzionato: [code:21ykbmpf] ?? &#91;Content-type&#58; application/php&#93; ? ? &#91;<HTML>&#93; ...
CGI
[quote="chiaiese":12xdzoom]ora, che tu sappia è possibile integrare i cgi con php ?[/quote:12xdzoom] Non credo. Se è il CGI che genera l'output come può questo essere generato anche da un altro linguaggio server-side? Invece si può tranquillamente utilizzare il Javascript che è un linguaggio client-side. EMG
CGI
è possibile invece inserire il risultato del CGI come "parte" della pagina invece che generarne una completamente nuova: es: [code:1bs0j3kr] <html> <head> html&#46;&#46;&#46; </head> <body> html&#46;&#46;&#46; come eseguo mycgi&#46;cgi&#40;params&#41; che restituisce una tabella ? altro html&#46;&#46;&#46; </body> <...
CGI
Potresti mettere nella pagina un simbolo riconoscibile che poi vai a sostituire. Quindi: carichi la pagina con MemoRead(), sostituisci il simbolo (sarà una stringa di caratteri riconoscibile) con l'HTML aggiuntivo da inserire precedentemente preparato, poi spari il tutto in output. EMG
CGI
se a qualcuno interessa l'argomento... finalmente ho trovato una soluzione, forse non è la migliore ma funziona: [code:13ol7l38] <body> html&#46;&#46;&#46; <! genero la mia tabella da harbour !! > <?php passthru&#40; "testexe1&#46;exe params" &#41;; ?> altro html&#46;&#46;&#46; </body> [/code:13ol7l38] in realtà s...
CGI EXE
Hi, I have to compile this little program CGI using #include "fivewin.ch" Is it possible to obtain the same goal? Hello World in the browser Many thanks marco [code=fw:ux60naaj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #...
CGI EXE
Marco, That is quite similar to what FiveWeb does: [url:1eavbe2a]http&#58;//code&#46;google&#46;com/p/fiveweb/[/url:1eavbe2a] Full source code provided <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
CGI EXE
[quote="Antonio Linares":1t4if1zi]Marco, That is quite similar to what FiveWeb does: [url:1t4if1zi]http&#58;//code&#46;google&#46;com/p/fiveweb/[/url:1t4if1zi] Full source code provided <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:1t4if1zi] El último release e...
CGI EXE
Carlos, Puedes descargar lo más reciente directamente desde el repositorio usando TortoiseSVN
CGI EXE
[quote="Antonio Linares":3eqx7uwp]Carlos, Puedes descargar lo más reciente directamente desde el repositorio usando TortoiseSVN[/quote:3eqx7uwp] Gracias, lo tendré en cuenta.
CGI EXE
Antonio I have to do an experiment (a little test) At the moment I want to understand if there is a function Fivewin to replace the question mark. Bye
CGI EXE
Marco, You can use this function: [code=fw:2eez4vod]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #0000...
CGI EXE
Many Thanks Antonio
CGI EXE and Excel OLE
Dear friends, I need to use Excel via OLE inside a xHarbour CGI EXE. Unfortunately, all I get is a 502.2 error when CreateObject() is executed. Please note that it works fine if the EXE is run from the console but not from the browser. I use IIS as web server. Anybody knows any fix for this error? Maybe it's a wrong ...
CGI EXE and Excel OLE
Thank you, I will look at these. EMG
CGI EXE and Excel OLE
Sorry Enrico, I have not used for a long time cgi Let's see if it helps <!-- m --><a class="postlink" href="https://docs.microsoft.com/en-us/iis/troubleshoot/diagnosing-http-errors/troubleshooting-http-5022-bad-gateway-error-in-cgi-applications">https://docs.microsoft.com/en-us/iis/tr ... plications</a><!-- m --> <!--...
CGI xHarbour
Dear friends, do you see anything wrong in the following code that I'm using as CGI? [code=fw:38q5mhp5]<div class="fw" id="{CB}" style="font-family: monospace;">oRs = CREATEOBJECT<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"ADODB.Recordset"</span> <span style="color: #000000;">&#41;</span>...
CGI xHarbour
Enrico, when the web app go in a large proccess, this can go to a time out with the server, I am sure this is your problem, maybe you can change some parameters in the web server regards Marcelo
CGI xHarbour
Thank you. Unfortunately the web server is not mine and I have no way to set its parameters. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> EMG
CGI xHarbour
Enrico, Not sure if it may help in this case, but you could try to call SysRefresh() from inside the loop.
CGI xHarbour
Already tried with HB_IDLESLEEP( 1 ) but the app just becomes slower. As Marcelo said, a timeout is the most likely cause. I'm going to do some tests with batch update mode trying to speed up the app. EMG
CGI xHarbour
Batch update mode made no differences. Anyway, I made the app faster and now it seems to run fine! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
CGI-BIN xHarbour with FiveWin
Ari, no debe enlazar FW para usar cgi. Al enlazar quite gtgui y reemplácelo con gtcgi. la entrada de datos viene en variables de entorno que puede leer con GetEnv(), y varian algo segun el servidor y el sistema operativo que esté usando. En los ejemplos de Harbour puede encontrar: GuestBk, un ejemplo CGi completo. H...
CGI-BIN xHarbour with FiveWin
Prezados Onde encontro informações de como tabalhar com FiveWin com cgi-bin exemplos ? Ari São Paulo - Brasil
CGI-BIN xHarbour with FiveWin
Obrigado por respodender, não achei o link do GuestBK esquece , acabei de encontrar.. no xaharbour_souce\samples\guestbk ok ! Ari
CGIs speed test
small test in C language running on remote Debian server: test.c [code=fw:x05ckmo1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// build it doing: gcc test.c -otest</span><br /><br /><span style="color: #00D7D7;">#include</span> <stdio.h><br /><br />int main<span style="color...
CHALLENGE FOR ANTONIO AND THE C MASTERS
Hello Antonio, I don't know if you are aware that Microsoft released the Word 1.1 source code for educational purposes: [url:19yykqtm]https&#58;//computerhistory&#46;org/blog/microsoft-word-for-windows-1-1a-source-code/[/url:19yykqtm] [url:19yykqtm]https&#58;//github&#46;com/BlastarIndia/msword[/url:19yykqtm] The C ...
CHALLENGE FOR ANTONIO AND THE C MASTERS
Eduardo, I think there is no point in compiling it. Instead it is a very valuable resource to review its source code and learn from it thanks!
CHANGE A BUTTONBAR ON A WINDOW
For th emain window I have a button bar with many buttons when I open a module I want change the main buttonbar and insert a new buttonbar with 4 buttons when I close this module I want erase the buttonbar of this module and recall the buttonbar of the main window Can I make it and How ?
CHANGE A BUTTONBAR ON A WINDOW
Silvio: Here's an example of what you're looking for. I hope you find it useful. [b:2vcyu5jc]Please click on the printer-button on both bars.[/b:2vcyu5jc] #include "FiveWin.ch" static oWnd function Main() local oBar, oPopup, oBtn SetBalloon( .T. ) // Balloon shape required for tooltips DEFINE WINDOW ...
CHANGE A BUTTONBAR ON A WINDOW
thanks... but there is a small problem when U change the size of the main window when U return at barra1 the buttonbar is changed the size perhaps it want a resize of this buttonbar...
CHANGE COLOR HEADER WITH AUTOSORT TDOLPHIN
how could change the color of header when I click on the header [code=fw:4k0zqtwo]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">XBROWSE</span> ::<span style="color: #000000;">oBrw</span> <span style="color: #0000ff;">ID</sp...
CHANGE COLOR HEADER WITH AUTOSORT TDOLPHIN
for every column, assign bClrHeader oCol:bClrHeader := { || If( Empty( oCol:cOrder ), normal color array, highlight color array ) }
CHANGE COLOR HEADER WITH AUTOSORT TDOLPHIN
[quote="nageswaragunupudi":4ree5v72]for every column, assign bClrHeader oCol:bClrHeader := { || If( Empty( oCol:cOrder ), normal color array, highlight color array ) }[/quote:4ree5v72] THANK YOU !!! [code=fw:4ree5v72]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">R...
CHANGE COLOR TExplorer FROM FWH AND NOT COLLAPSE
Greetings, I have searched and read in the forum and in the TExplorer class itself, and I can not change the colors of the class, I need to remove the color that comes by default or leave it transparent and change the color of the combs ... I do not see that DATA in the class, I also need to deactivate the COLLAPSE of ...
CHAR2EAN
AMIGOS, DONDE PUEDO CONSEGUIR CHAR2EAN??
CHARICON lista de codigos validos - para Cristobal ??
Hola a todos, una consulta a Cristobal; Cuales son los codigos disponibles para la clausula CHARICON en un menu , MENU 2015 MENUITEM "Agentes" SEPARATOR MENUITEM "Formas de Pago" CHARICON 57624 MENUITEM "Entidades Bancarias" ENDMENU He visto e...
CHARICON lista de codigos validos - para Cristobal ??
Hola Ejecuta este código y ya me dirás [code=fw:2257onbs]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><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;...
CHARICON lista de codigos validos - para Cristobal ??
Muchas gracias Cristobal, salen figuritas que no tenia idea. Tratare de utilizar algunas de ellas. Saludos, carito
CHARICON lista de codigos validos - para Cristobal ??
Buenas Sr. Cristobal Como esta??? Compile y ejecute su prg de los CharIcon y en el For Next lo aumente hast 80000 *For x = 32000 to 35799 For x = 32000 to 80000 hBmp := HSysBitmap( x ) if !Empty( hBmp ) AAdd( aHBmps, x ) AAdd( aBmps, hBmp ) endif Next x y sigue sal...
CHARICON lista de codigos validos - para Cristobal ??
Hola, prueba este ejemplo y me comentas qué problemas o efectos estéticos no deseados encuentras [code=fw:l53xkxtn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Autor:  Cristobal Navarro</span><br /><span style="color: #B900B9;">// Fecha:  01/01/2016</span><br /><span ...
CHARICON lista de codigos validos - para Cristobal ??
[url:1lb0wvdo]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=36481[/url:1lb0wvdo] Saludos.
CHARICON lista de codigos validos - para Cristobal ??
Buenas Muchas gracias, voy a probar con su menu para ver si sigue descuadrando los .ico o .bmp con los charicon cuando se coloca el logomenu y luego le comento y con respecto a esto??? y me disculpa la molestia por favor *** Compile y ejecute su prg de los CharIcon y en el For Next lo aumente hast 80000 *For x =...
CHARICON lista de codigos validos - para Cristobal ??
Hola, antes de nada, ninguna molestia, puedes preguntar y plantear lo que consideres Bien, dime la version de Fw que estás utilizando para saber si cualquier explicación o código que se te pueda aportar es compatible con tu versión Cuando hayas probado el código con el menú que te he propuesto, podemos hacer las conclu...
CHARICON lista de codigos validos - para Cristobal ??
Muchas gracias amigo Cristobal voy a tratar de nuevo de enviar una imgen y me disculpas si ya hay ahi algo contestado por el foro, mis respuesta son tardias por a falta de internet en mi zona [img:22nm018v]https&#58;//i&#46;postimg&#46;cc/43VbX5j4/Dudas&#46;jpg[/img:22nm018v] Cuando vuelva a tener WiFi es que podre v...
CHARICON lista de codigos validos - para Cristobal ??
// Prueba de REDEFINE GET con array // 12/2021 // Fridgar #include "Fivewin.ch" static oDlg, oDbf, aCamposName //----------------------------------------------------------------------------// function MiPrueba() local oFont, oSay local oBtnPrev, oBtnNext, oBtnExit, oBtn2 local cTypes := "CNLDM" SE...
CHARTFX - FWH
Quizas alguien pueda orientarme: Tengo un programa que usa chart2fx.vbx pero en la version de Fivewin para Clipper, el problema es que ahora necesito compilarlo con Harbour y FwH 2.4, el problema es que no puedo, alguien tiene un ejemplo de usar chartfx con harbour ?
CHARTFX - FWH
El tiene una clase muy buena para el acceso a ChartFX en 32 bits. Saludos!!
CHARTFX - FWH
Necesitarias el ChartFX para 32 bits.... Vickthor hizo una clase muy buena para utilizarlos peroooooo..... Sucede que solo funciona con la version de demo, con la version comercial falla, y la gente de Software FX dice que no tiene idea de que pasa y te forzan a comprar una cosa llamada ChartFX Server que cuesta un m...
CHARTFX - FWH
[quote="Miguel_laffont":3sgcm3tq]Quizas alguien pueda orientarme: Tengo un programa que usa chart2fx.vbx pero en la version de Fivewin para Clipper, el problema es que ahora necesito compilarlo con Harbour y FwH 2.4, el problema es que no puedo, alguien tiene un ejemplo de usar chartfx con harbour ?[/quote:3sgcm3tq] H...
CHARTFX2 Como obtenerla?
Esa es mi pregunta....... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
CHARTFX2 Como obtenerla?
Es un control de paga que puedes obtener de: <!-- w --><a class="postlink" href="http://www.softwarefx.com">www.softwarefx.com</a><!-- w -->
CHARTFX2 Como obtenerla?
Gracias René por contestar. No sabía que era tan costosa <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> Por ahora no es para mí. Un abrazo
CHAT APP
Hello friends, I'm sure you remember the joint project in the SLACK group to develop a chat software. Today I have extended the chat software, which is in the sample folder of mod harbour, with the Tinymce text editor for testing. This could work well. Here you can test the software: [url:2deetd5q]https&#58;//wi...
CHAT APP
Dear Otto, very good work! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
CHAT capability
I can place a button in my program that allows a client to start a chat with "Tech Support" by going to my website's Chat page. I'm curious if anyone has worked with AIM's SDK and created a direct chat capability. Apparently the free SDK will allow you to create a custom control inside your program to activate a chat...
CHAT capability
Someone made a chat ( with class) see <!-- w --><a class="postlink" href="http://www.fivewin.info">www.fivewin.info</a><!-- w -->
CHAT capability
I don't see anything there. The work from AOL is new ... and it would make sense to use since it is 1) working, 2) free ...
CHAT capability
i can found for you a simply web chat
CHAT capability
There are many web chat systems available. I have several on my own host. However, they are designed for use on a website. That is no problem if I want to limit my chats that way. Also they all require a client running on my computer to monitor for chats. I already have MS IM and AOL IM running. I intend to pro...
CHAT capability
Tim, for create it you must have a server open you must user server chat program run on it with a same IP you must give to customer CLIENT CHAT PROGRAM and this program must be run to same IP of the server chat program. Only this methos run ok you must found a chat source on old web sites's fivewin but it use ...
CHAT capability
Silvio, First, I do search .. a lot. In fact, with FWH, my first search is always on this forum. Normally I would agree with you about the IP issue and the server. However, if you install AIM ( AOL Instant Messenger ) on your computer, you go through AOL's server. Since this program is always running on my compute...
CHECK SUM
Hola! Alguien podría indicarme como calculo el CHECK SUM? En espera de sus respuestas Laura E. Hernández H.
CHECK SUM
Hola, puedes utilizar la funcion vTotal := nStrCrc(vCampo) ; donde nStrCrc, recibe una cadena de caracteres, que puede ser la suma de todos los campos de un registro, convirtiendo los numeros, las fechas y campos logicos en caracteres, luego esta funcion propia de FW, te devuelve un numero unico, el cual puedes util...
CHECK SUM
Gracias Willi! Voy a hacer la prueba. Laura E. Hernández <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
CHECKBOX EM READONLY
Como colocar CHECKBOX em readonly
CHECKBOX EM READONLY
[quote="rasptty":bbr046od]Como colocar CHECKBOX em readonly[/quote:bbr046od]REDEFINE CHECKBOX oCheck ID 101 OF oDlgoCheck:disable()
CHECKBOX EM READONLY
You have to call to Disable(), as William has explained you, but do it from the ON INIT clause of the dialog, as from that moment the control has a valid Windows handle: [code:34twi3y8] REDEFINE CHECKBOX oCheck ID 101 OF oDlg ACTIVATE DIALOG oDlg ; ON INIT oCheck&#58;disable&#40;&#41; [/code:34twi3y8]
CHECKBOX EN TSBROWSE 7.1
Cual es la clausula correcta para presentar un campo tipo checkbox en una columna editable. Porque hasta la version anterior no tenia ningun problema pero con esta versión 7.1 tengo un problema de error. Por favor les doy gracias por su ayuda.
CHECKBOX EN TSBROWSE 7.1
por lo general el error es que estas usando un tsbrowse.ch anterior, debes verificar si estas usando el .ch que viene con la version 7 salu2 carlos vargas
CHECKBOX EN TSBROWSE 7.1
[quote="carlos vargas":1lt79t0s]por lo general el error es que estas usando un tsbrowse.ch anterior, debes verificar si estas usando el .ch que viene con la version 7 salu2 carlos vargas[/quote:1lt79t0s] Bueno el archivo include es el correcto, no entiendo cual puede ser el problema
CHECKBOX EN TSBROWSE 7.1
Hola Antonio, Puedes mandar el código de como defines la columna del checkbox. En la versión 7 cambia con respecto a las anteriores Por ejemlo: [code:2ci61210] ADD COLUMN TO oBrw&#91; 4 &#93;; HEADER "Married" ; SIZE 25 PIXELS ; DATA FieldWblock&#40; "Married", Select&#40;&#41; &#41...
CHECKBOX MODIFY
I can: REDEFINE [b:1rovn6xe]GET [/b:1rovn6xe]oDBF:Sometext ID 4066 OF oDLG UPDATE [b:1rovn6xe]NO MODIFY[/b:1rovn6xe] but, I can't REDEFINE [b:1rovn6xe]CHECKBOX [/b:1rovn6xe]oDBF:IsaGift ID 4067 OF oDLG UPDATE [b:1rovn6xe]NO MODIFY[/b:1rovn6xe] (There is no 'NO MODIFY' clause to make the checkbox 'readonly'.) Is ...
CHECKBOX MODIFY
Local oCheck REDEFINE CHECKBOX oCheck VAR oDBF:IsaGift ; ID 4067 OF oDLG UPDATE oCheck:disable()
CHECKBOX MODIFY
Thanks Gale.
CHECKBOX MODIFY
Or [code:25jjefd4]REDEFINE CHECKBOX oCheck VAR oDBF&#58;IsaGift ; ID 4067 OF oDLG UPDATE WHEN &#46;F&#46;[/code:25jjefd4] EMG