topic
stringlengths
1
63
text
stringlengths
1
577k
tdolphin y ssl
[code=fw:3a6an5zn]<div class="fw" id="{CB}" style="font-family: monospace;"><br />     oMySql := TDolphinSrv<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #000000;">ssl</span><span style="color: #000000;">&#40;</span> cHost, cUser, cPassword, nPort, nFlags, cDBN...
tdolphin y xbrowse
Estimados amigos, favor me pueden ayudar. Estoy trabajando y probando la clase tdolphin y hasta el momento, voy avanzado.. pisando piedras pero ya avanzo, pero me quede pillado en lo siguiente, favor e darme una idea para saber que pasa a) si trabajo con un dialogo basado en coordenadas con xbrowse, me abre y opera b...
tdolphin y xbrowse
Paso a paso Para utilizar XBrowse con recursos no puedes utilizar CreateFromCode, has de utilizar CreateFromResource( nID )
tdolphin y xbrowse
Estimado, uno mira, pero no ve.... ok, coloque lo indicado. hay la corrección, pero el problema siguiente es que me muestra todos los campos de la tabla... y yo solo quiero que me muestre 3 o 4, como se ve asi, pero al colocarlo no me toma... oCol:= oLbx:AddCol() oCol:bStrData:= { || IF(oProducto:BOF() .AND. o...
tdolphin y xbrowse
Para resaltar el texto utiliza el tipo de letra negrita ( bold ) o subrayado Si te es posible, usa "Code" o "Quote" cuando escribas los posts para que sean más sencillos de leer Gracias
tdosprn a tprinter
Amigos del foro: He venido trabajando con tdosprn hasta ahora pero debido a las enormes dificultades que me he encontrado no imprime en ambiente de red, no imprime en usb, me veo en la necesidad de cambiarlo por tprinter la pregunta es: cuanto debo de ponerle a: oPrn:nVertRes() para obtener 70 filas? y a oPrn:nHorzRes(...
tdosprn a tprinter
Prueba asi imprimiendo USB cFile :="LISTADO.PRN" cPrinter := PrinterPortToName( "USB001" ) oPrin := TDosPrn():New(cFile) oPrin:StartPage() ... ... oPrin:EndPage() oPrin:End() PrintFileRaw( cPrinter, cFile, "Imprimiendo Listado" ) FERASE( cFile ) SAludos
tdosprn a tprinter
artu01, Te recomiendo que utilices la clase TImprime/TUtilprn de Rafa Carmona. Creo que se ha hecho otra similar para .pdf. Espero que te ayude
tdosprn a tprinter
Gracias a ambos por sus rptas. jbrita: yo utilizo harbour y los comandos PrinterPortToName() y PrintFileRaw() son de xhb existira algo parecido en hb? hmpaquito: Voy a empezar a usar la clase timprime que me comentas,, tendras algun ejemplo? Gracias
tdosprn a tprinter
Artu01, Si mal no recuerdo, la clase TImprime/TUtilPrn ya trae ejemplos; desgraciadamente mi codigo esta demasiado elaborado como para dejar aqui un ejemplo claro y sencillo. Tengo todas mis impresiones basadas en esa clase, ya sea listados, ya sea documentos. Saludos
tdosprn a tprinter
Ya encontre la clase con algunos ejemplos los voy a estudiar cualquier duda que temga te lo hare saber gracias paquito
tdosprn for any printer
anserkk can you upload again the class txtview.prg (modified by Ralph) I need to print for port: lpt1 / usb / remote printer using the class txtview with tdosprn Thanks
tdosprn for any printer
Sorry for the delay. [url:39iebr93]http&#58;//filesflash&#46;com/eyjomy91[/url:39iebr93] Regards [b:39iebr93]Anser[/b:39iebr93]
tdosprn for any printer
anser thank you very much for your help i'll intend to try i'' ll inform you my results Regards
tdosprn usb port
Hello Has anyone succeded using tdosprn on a usb port ? I need to send ESC commands to a pos printer on a usb port, any idea ? Thanks for the help Richard
tdosprn usb port
Richard, You may want to have a look at xHarbour's PrintFileRaw() function. Hi, Davide
tdosprn usb port
Richard, I found the note below in my archives. I don't know if it will help. If it doesn't help, perhaps you can contact Kleyber for help. Also, there is a FW function escape() for sending escape codes to the printer. James --------------------- Posted: 12/25/03 Evans, Try putting this line in your main prg...
tdosprn usb port
[quote="Davide":14ye6kqw]Richard, You may want to have a look at xHarbour's PrintFileRaw() function. Hi, Davide[/quote:14ye6kqw] Thank you i will have a look at this function. Though i use fw printing, i will check if both can work together (this is my problem) Richard
tdosprn usb port
[quote="James Bott":1939ca8n]Richard, I found the note below in my archives. I don't know if it will help. If it doesn't help, perhaps you can contact Kleyber for help. Also, there is a FW function escape() for sending escape codes to the printer. James --------------------- Posted: 12/25/03 Evans, Try putti...
tdosprn usb port
Richard, Your printdc.c surely has Escape().
tdosprn usb port
Have a look at this example, maybe can help you. <!-- w --><a class="postlink" href="http://www.solupymes.com/fwin/tdosprev.zip">www.solupymes.com/fwin/tdosprev.zip</a><!-- w --> This was published in the spanish forum at Feb/07
tdosprn usb port
[quote="Richard Chidiak":33j5210v] Though i use fw printing, i will check if both can work together (this is my problem) Richard[/quote:33j5210v] I use them both in a FWH project of mine, so, yes, they can work together (one after the other). Hi, Davide.
tdosprn y windows 7
Buen dia. En una aplicacion en red hecha con fwh2.4 usando tdosprn ('Modo texto') no imprime si la terminal usa windows 7. Tengo varias terminales conectadas a un servidor, las terminales con XP imprimen bien, pero en una terminal con windows 7 al mandar la impresion desde el programa...
tdsn.ch for tdsn class
hi, can someone post to me the file TDSN.CH for the class tdsn? (to automatically create a dsn in ODBC) thanks in advance marzio
tdsn.ch for tdsn class
I was using a DSN entry but since I found a way to access ODBC without having a DSN entry, it has been less I have to do at each workstation. Check out this [url:3uunnojo]http&#58;//www&#46;w3schools&#46;com/ado/ado_connect&#46;asp[/url:3uunnojo] We have a new system using Progress so here is my sample Progress conn...
tdsn.ch for tdsn class
thanks for yuor reply. I also use ado to connect to sql dbase, but i have an old program with odbc connection. before to convert the old program to ado instructions, i would like to make the automatic creation of the odbc dsn. ciao, marzio
tdsn.ch for tdsn class
You can use ODBC WITHOUT creating DSN entry. Here is a website that has many DSN-Less and other connection strings. They use ASP but easily converted to xHarbour. [url:1kyob11l]http&#58;//www&#46;codemaker&#46;co&#46;uk/it/tips/ado_conn&#46;htm[/url:1kyob11l] Here is another [url:1kyob11l]http&#58;//www&#46;dofactory&#...
tdsn.ch per classe tdsn
salve a tutti, qualcuno mi può postare il file TDSN.CH per la classe tdsn? grazie in anticipo marzio
tdsn.ch per classe tdsn
L'ho cercato per tutto il mio hard disk ma non ce l'ho. Di cosa fa parte? EMG
tdsn.ch per classe tdsn
fa parte della classe tdsn.prg per creare un dsn in odbc. evita di crearlo manualmente, passando: nomeOdbc, server, dbase, user, password... ho cercato in tutto il forum, qualcuno mette a disposizione la classe ma non il file ch. ciao, marzio
tecla INS y como modificar dbf por programa
Hola Amigos! Dos preguntas: - como puedo activar la tecla INS por defecto en un prg para que al ingresar el dato no borre el contenido existente? sin que el usuario tenga que activarla antes de ingresar. - Como modificar una DBF por programa para adicionar un campo y que funcion me permite verificar si el campo exi...
tecla INS y como modificar dbf por programa
un poco de ayuda donde esta ????? lo haces tu, ya que voy saliendo y no me dio tiempo finalizarlos <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [code:cbvss6bv] FUNCTION FieldExist&#40;cFieldName&#41; LOCAL aFields&#91;FCOUNT&#40;&#41;&#93; afields&#40;aFields&#41; ...
tecla INS y como modificar dbf por programa
gracias mil eduardo!! lo voy a probar <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
tecla alt
¿es posible saber si el usuario está presionando la tecla alt?
tecla alt
Quique,La tecla Alt en combinación con otra tecla genera el evento que llama al método SysCommand()
tecla alt
[quote="quique":3pj67qlc]¿es posible saber si el usuario está presionando la tecla alt?[/quote:3pj67qlc]Observa cuidadosamente el teclado, si ves un dedo posicionado sobre la tecla Alt, seguramente el usuario la está presionando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- ...
teclado tactil
Hola a todos: Necesito implementar un teclado tactil. ¿Existe alguna clase o algo?. El ejemplo keysbin.prg no funciona correctamente. Mil gracias. Salu2, Pablo
teclado tactil
Pablo, El ejemplo samples\keybsim.prg funciona correctamente con esta pequeña modificación: [code:3u3fpl78] local hDLL &#58;= LoadLibrary&#40; "bwcc32&#46;dll" &#41; // NUEVO! SET RESOURCES TO "KBSIM_32&#46;DLL" BWCCRegister&#40; GetResources&#40;&#41; &#41; [/code:3u3fpl78]
teclado virtual. Virtual Keyboard
Hola a todos. Tengo una aplicacion en FWPPC con un teclado virtual hecho a la medida. Dentro de mi misma aplicacion funciona perfecto. Mi pregunta es como hacer algo similar para sustituir el teclado virtual del Sistema Operativo Windows mobile y/o Windows CE. Y luego como hacer para que esta aplicacion pueda ser lla...
teclado virtual. Virtual Keyboard
Arturo, El asunto no es nada simple pues implica crear un ActiveX que proporcione el nuevo teclado: [url:14vkwzm1]http&#58;//www&#46;pocketpcfaq&#46;com/wiki/tiki-index&#46;php?mode=mobile&page=Registry%20Input[/url:14vkwzm1] [quote:14vkwzm1]Set default SIP - Soft Input Panel - Pocket PC only The default SIP (Soft...
teclado virtual. Virtual Keyboard
Gracias Antonio, por la introduccioon y la liga. Efectivamente, se ve algo complicado, y ademas un tanto riesgozo. Si encuentro resultados te los reportare aqui en el foro. Saludos!
teclado virtual. Virtual Keyboard
Bom dia Arturo. Nos poderias postear uno piqueno exemplo de como chamar um teclado virtual por medida. Gracias. Pedro
teclado virtual. Virtual Keyboard
Peter: Lo que tengo En realidad NO es un teclado Virtual. Unicamente lo que hago es llamar desde un evento de objeto GET un Dialog con botones de teclado, y el resultado lo mando de regreso al GET. Pero esto, obviamente, no puede ser usado mas que DENTRO de mi aplicacion. Aun asi, por si a alguien le sirve el ejemplo...
teclado virtual. Virtual Keyboard
Muchas Gracias por atencion. Vou testar... Saludos.
teclado virtual. Virtual Keyboard
Arturo. Poderias disponibilizar el ficheiro RC?? Muchas Gracias..
teclado virtual. Virtual Keyboard
Si, con gusto. Espero que te haya servido de algo Como se puede ver esta pantalla esta colgada al evento bKeyChar() del objeto GET. Aunque la mejor manera debiera ser colgarla al evento LButtonDown(), Habria que preguntar a Antonio porque este evento no esta disponible, En mi caso tuve que hacer una derivacion de l...
teclado virtual. Virtual Keyboard
Arturo. Muchas Gracias por tu feed Back. Hay sido muy interesante analisar tu teclado virtual. Otro assunto que mi gostaria colocar neste forum es relacionado con el aspecto de los butones. Hay alguna forma de dar un aspecto mas moderno a los botones?? Hay alguno manifest file o algo do genero para dar uno aspecto ma...
teclado virtual. Virtual Keyboard
Como te decia al inicio, este NO ES un teclado virtual como tal, pero sigo investigando acerca de ello. Respecto al aspecto, te recomiendo busques Alphablend en este foro, y tambien sobre el trabajo de Silvio, tambien puedes abrir otro topic para conocer que es lo ultimo que otros usuarios han hecho. Saludos.
teclado virtual. Virtual Keyboard
Hola arturo estoy usando tu teclado con unas modificaciones, ya que solo necesito el teclado numerico, backspace y enter. Ahora mi problema es el siguiente necesito lanzar el teclado una vez el get tome el foco, no puedo usar :bgotfocus, porque me queda un bucle infinito, tu función lanza el teclado al darle enter. m...
teclas de atajo dejan de funcionar
Gente si coloco esta linea en la funcion, al regresar al menu principal, las teclas de atajo del menu ya no me funcionan [code=fw:21ez252s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//Abierto desde el menu principal</span><br /><span style="color: #00C800;">Static</s...
teclas de atajo dejan de funcionar
F10 es un acceso directo (clave) reservada del windows. Evitar el uso de la misma. Saludos.
teclas de atajo dejan de funcionar
probare Joao, gracias
telegram
envio de msg para bot telegram veja o video para entender melhor: <!-- m --><a class="postlink" href="https://www.youtube.com/watch?v=hJBYojK7DO4">https://www.youtube.com/watch?v=hJBYojK7DO4</a><!-- m --> [code=fw:3mfax4eh]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Fun...
telegram
[code=fw:2buo8m5t]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;<span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> oBtn:<span style="color: #000000;">SetFocus</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp;<s...
telegram
[code=fw:2gbbt7tv]<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: #00D7D7;">#Define</span> CLR_GET1 CLR_BLACK<br /><span style="color: #00D7D7;">#Define</span> CLR_GET2 CLR_WHIT...
telegram
[quote="karinha":151dnf3h][code=fw:151dnf3h]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> oBtn:<span style="color: #000000;">SetFocus</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;...
telegram
[quote="Sistem":2f7wesko][quote="karinha":2f7wesko][code=fw:2f7wesko]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> oBtn:<span style="color: #000000;">SetFocus</span><span style="color: #000000;">&#40;</span><span styl...
telegram
tem razao e que para simplificar apaguei o codigo errado: If oApp:lBtn2007 @ 4, 300 BTNBMP oBtn OF oDlg SIZE 34, 16 PIXEL 2007 NOBORDER PROMPT "Enviar" LEFT RESOURCE "BMP_BTOK" ACTION (lEnvia:=.t., oDlg:End()) Else @ 4, 300 BUTTON "Enviar" PIXEL OF oDlg SIZE 34, 16 ACTION (lEnvia:=.t., oDlg:End()) ...
telegram
Please a question [code=fw:1ofi0olg]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">Local</span> cToken := <span style="color: #ff0000;">"AQUI COLOQUE SEU TOKEN"</span>, cChat_id := <span style="color: #ff0000;">"AQUI CHAT ID"</span></div>[/code:1ofi0olg] where I can found to...
telegram
[url:2c6yrosi]http&#58;//fivewin&#46;com&#46;br/index&#46;php?/topic/24538-telegram/#comment-273531[/url:2c6yrosi]
telegram bot
<!-- m --><a class="postlink" href="https://www.youtube.com/watch?time_continue=3&v=hJBYojK7DO4">https://www.youtube.com/watch?time_cont ... JBYojK7DO4</a><!-- m --> [code=fw:2erzb574]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> Telegram<span style="color: #00...
teletypewriter
I like to create a smal teletypewriter I want to show some video or written text every time you create an event, for example: " indexing archives clienti.dbf the archive was created" I thinked to use txtfile and refresh the get memo but I not found a test to try someone have this small test or an idea ?
teléfono Fivetech
Hola, Me gustaría hablar por favor con Cristóbal o Antonio, pues llevo desde diciembre sin poder usar xBrowse y SQLRDD. Muchas gracias.
teléfono Fivetech
Moisés, +34 722461100 Por lo que he visto, te estaba ayudando Rao con SQLRDD. Que falta para que funcione bien ?
teléfono Fivetech
Antonio, Como sabes, hace varias semanas os envié un ejemplo para probarlo. Nages y Cristóbal dicen que el mismo no puede conectar al servidor MySQL. Ante ello: a) Les he preguntado si desactivando el antivirus lo logran, pero no he recibido respuesta. b) Yo he compilado el ejemplo en una máqui...
teléfono Fivetech
Moisés, Tu ejemplo funciona correctamente, entonces, cual es el problema ?
teléfono Fivetech
Antonio, ¿Has probado también a compilarlo con buildx?
teléfono Fivetech
Por supuesto
tem como fazer isto em FW?
tem como fazer isto em FW? [code=fw:2i93wcl2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> DataObject As <span style="color: #00C800;">New</span> DataObject<br />        Dim file As String = <span style="color: #ff0000;">"C:<span style="color: #000000;">\T</span>ESTE.PDF"</span><br />        DataObje...
templates / plantillas
A dialog created from source code: [code=fw:19d5g0h7]<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>...
templates / plantillas
A window: [code=fw:5vvqsnxg]<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: #00000...
templates / plantillas
MDI window and a PRINT ... PREVIEW: [code=fw:szaf5cp5]<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>...
templates / plantillas
A dialog with a folder from source code: test.prg [code=fw:3qtlwh0n]<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...
templates / plantillas
A folder and two xbrowses: test.prg [code=fw:7njo59ts]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"XBrowse.ch"</span><br...
templates / plantillas
A XBrowse on a dialog: test.prg [code=fw:d08sa8ca]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"XBrowse.ch"</span><br /> <...
templates / plantillas
A window and a non modal dialog: [code=fw:mmz0fukj]<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><sp...
templates / plantillas
Creating a XBrowse from source code: [code=fw:1lb481rr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"XBrowse.ch"</span><br ...
templates / plantillas
Building a C function from a PRG: [code=fw:2tdba1t6]<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><spa...
templates / plantillas
MDI window with MDICHILD window with a buttonbar: [code=fw:16g7n6cd]<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<br /><br /><span style="color: ...
templates / plantillas
A dialog with a timer: [code=fw:lm6s0fke]<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="co...
templates / plantillas
Accessing "high level" (PRG code) from "low level" (C code): [code=fw:va9thwf0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;MsgInfo<span style...
templates / plantillas
Sending a message to an object from low level: [code=fw:2z1p67tv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"hbclass.ch"</span> <br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#4...
templates / plantillas
Browsing an array with xbrowse: [code=fw:3udizsmt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"xbrowse.ch"</span><br /><br ...
templates / plantillas
[quote="Antonio Linares":1l37v1fe]A folder and two xbrowses: test.prg [code:1l37v1fe] #include "FiveWin&#46;ch" #include "XBrowse&#46;ch" function Main&#40;&#41; local oDlg, oFld, oBrw1, oBrw2 USE Customer DEFINE DIALOG oDlg RESOURCE "Test" REDEFINE FOLDER oFld ; PROMPTS "One", "Tw...
templates / plantillas
Jose Luis, [code=fw:i6rqvvql]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"XBrowse.ch"</span> <br /><br /><span style="col...
templates / plantillas
A folder with a radio button menu, on a dialog: test.prg [code=fw:i689cwy7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span> <br />&nbsp;<br /><span style="color: #00C800;">function</span> Main<span style="col...
templates / plantillas
Template of a class to create a user defined control: MyControl.prg [code=fw:5l4fns3h]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">CLASS</span> TMyControl <span style="c...
templates / plantillas
A dialog box from source code with a folder and several GETs and SAYs: [code=fw:yfl5jr0s]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span> <br />&nbsp;<br /><span style="color: #00C800;">function</span> Main<span s...
templates / plantillas
Evaluate a codeblock from C code with no parameters: [code=fw:3m6nzmwz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;PHB_ITEM pBlock = hb_param<span style="color: #000000;">&#40;</span> n, <span style="color: #000000;">-1</span> <span style="color: #000000;">&#41;</span>;<br /><br />&nbsp...
templates / plantillas
Showing a database record with a xbrowse: [code=fw:wrdjb41s]<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 /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"xbrowse.ch"<...
templates / plantillas
Nested folders from resources: test.prg [code=fw:436buc1m]<div class="fw" id="{CB}" style="font-family: monospace;"><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><sp...
templates / plantillas
Antonio, Por error, he descubierto un método para crear diálogo y GEts y se pone fácil como en el viejo clipper dos [code=fw:2pf3mn8z]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color...
temporay index
Hello, I create a temporary index on a dbf that already has been opened with other indexes. But I want to restore the original state but I can´t. How do I close temporary index and go back to original indexes?. Thank you,
temporay index
Can you open/use dbf again?
temporay index
If you use DBFCDX with OrdSetFocus( original cTag) Maurizio
temporay index
When you create the temp. index , add ADDITIVE Frank
temporay index
Thank you. I missed Additive. Also, how many times could I create new indexes with additive clause? Thanks.
temporay index
Consider this code using an .idx on an open table ( may have to be opened exclusively ) if you really just want this index to be temporary .. say for a report .. then when you are done .. close the table ( or close the index ) and delete the .idx.. This will eliminate the need to add another tag to an existing .CDX. R...
temporay index
I know xHarbour has the "temporary" clause on the "index on" command. It manages the temporary index automatically. It is created on the local computer and deleted after the dbf is closed. Here is some documentation on the index clauses you might be interested in. I don't know if all of these are implemented in Harbour...
temporay index
Thank you. I finally use: close( cIndex ) ferase( cIndex ) set order to 1 It is working perfect with additive clause. But why index are faster than set filter?. Why set filter is not optimized?. Thank you.