topic
stringlengths
1
63
text
stringlengths
1
577k
registry
to save a variable on registry I made [code:ae49tqxo] Key:="Software\Microsoft\Windows\CurrentVersion\Policies\System" Name:="NoDispCPL" valore:=1 oReg := TReg32():New(HKEY_CURRENT_USER, Key) oReg:Set(Name,valore) [/code:ae49tqxo]and this is ok but on a pc have wi...
registry
Try Create() method.EMG
registry
How I must make to see if this key there is ...because when I create [code:1qstyvd8]Key:="Software\Microsoft\Windows\CurrentVersion\Policies\System" Name:="NoDispCPL" valore:=1 oReg := TReg32():New(HKEY_CURRENT_USER, Key) oReg:Set(Name,valore) [/code:1qstyvd8]it n...
registry sample
hi, someone has an simple sample to write to windows registry? thanks
registry sample
[code:9w5412fi]#define HKEY_CURRENT_USER 2147483649 #define KEY_ALL_ACCESS 983103 #define REG_SZ 1 STATIC FUNCTION PDFGETOPTION( cKey ) LOCAL hKey := 0 LOCAL nType := REG_SZ LOCAL cData := SPACE( 256 ) LOCAL nSize := LEN( cData ) REGOPENKEY( HKEY_...
registry sample
Enrico, thanks.
registry sample
Nop, Be sure to check out the new security issues with writing to the registry under Vista. Here is a good place to start: <!-- m --><a class="postlink" href="http://windowsconnected.com/blogs/jerry/archive/2005/12/19/86.aspx">http://windowsconnected.com/blogs/jerry ... 19/86.aspx</a><!-- m --> James
registry value
Can someone please post an example how to write and read a registry value. Thank in advance Otto
registry value
Otto function ReadRegistry() LOCAL nHandle LOCAL cValue LOCAL dFecUltActu if RegOpenKey( HKEY_CURRENT_USER, "SOFTWARE\MySoft", @nHandle ) == 0 dFecUltActu := cToD( RegQueryValue( nHandle, "F.Ul.Actualizacion" , @cValue )) RegCloseKey( nHandle ) endif Return NIL function WriteRegistry() LOCAL nHandle LOCAL cDa...
reindent Fivedit
Dear Cristobal, I still use Multiedit to reindent my source code. With UE Studio I call Multiedit with a tool configuration. How can I set up Fivedit. Thank you in advance Otto [img:1d7l3veq]https&#58;//mybergland&#46;com/FWForum/fivedit&#46;jpg[/img:1d7l3veq] [img:1d7l3veq]https&#58;//mybergland&#46;com/FWForum/rei...
reindent Fivedit
Dear Otto, you not need MultiEdit Please configure HBFormat in FivEdit: Preferences - "Code Format/Template", configure this parameters and press ALT+F2 or SHIFT+F2 ( look, menu Edit - Format Code ) If you use ALT+F2 or option Menu: Format Code -> Format Code-Edit, you will see the formatted text. To exit that screen, ...
reindent Fivedit
Also, look Templates: I press CTRL + ALT + "0" + "4" in this screen [img:2khyx8d1]https&#58;//bitbucket&#46;org/fivetech/fivewin-contributions/downloads/Fivedit23&#46;gif[/img:2khyx8d1]
reindent Fivedit
Dear Cristobal, thank you so much. It is working super. May I ask if it is possible to adapt the style like I have in AutoCode as you see in the attached picture. Best regards Otto [img:3v231f7j]https&#58;//mybergland&#46;com/FWForum/indentFE&#46;jpg[/img:3v231f7j]
reindent Fivedit
Dear Otto In the Main Menu - Edit - Format Code, there are options that are only activated if there is a code fragment selected. Now, in the new version, I added the possibility of formatting that selected text as you request. Also, after selecting the text, you can press ALT + F11, to perform that action. Please downl...
reindent Fivedit
I liked this ability so I obtained the latest copy of the software and tried it. I do not have a project setup, but I did open a file and tried the formatting. It indented RETURN statements so I went into preferences and unchecked that. It worked. Then I tried another file, and had to go through the whole process a...
reindent Fivedit
Tim,I use Fivedit for build Fivedit ( with compiler Visual Studio 2015/ 2017 ) It's possible use any compiler ( Borland, VS, Mingw ) Please send me a mail and for anydesk I help you to configure
reindent Fivedit
Please read this <!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=fivedit_instalation">http://wiki.fivetechsoft.com/doku.php?i ... nstalation</a><!-- m -->
reindent Fivedit
Setup FivEdit <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=29991&start=465#p220357">viewtopic.php?f=3&t=29991&start=465#p220357</a><!-- l -->
reindent Fivedit
Dear Cristobal, thank you. The new option indent right is working fine. Best regards Otto
reindent Fivedit
[quote="Otto":4gj1e3bp]Dear Cristobal, thank you. The new option indent right is working fine. Best regards Otto[/quote:4gj1e3bp] Dear Otto, thanks
reindent Fivedit
I have ( I think ) followed the setup for FiveEdit. I created an empty project and then tried to import .prg files into it. When I click on the Add Item, I receive an error. I received this error message: Path and name: C:\FiveEdit\FIVEDIT.EXE (32 bits) Size: 2,507,264 bytes Compiler version: Harbour 3.2.0d...
reindent Fivedit
Tim tried to reproduce the error, and I did not succeed. Anyway I have introduced an instruction so that in any case, that circumstance can not happen. <!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/FIVEDIT.EXE">https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE...
reindent Fivedit
Sent
reiniciar una aplicación
Hola: Me gustaría saber si existe la manera de reiniciar una aplicación desde dentro de la misma. Hay situaciones como un cambio de idioma, coger datos de configuración,... que hacen necesario reiniciar la aplicación, y me gustaría saber como se hace. Saludos,
reiniciar una aplicación
Es una forma poco ortodoxa pero me funciona, donde quieras que se reinicie tu aplicación, 1º llamas a un exe que va a volver a llamar a tu aplicación 2º te sales de la aplicación Espero te sirva, Saludos .... tu codigo de tu aplicacion ... Ejecuta("LlamaNuevoExe.EXE ) ErrorLevel(3) PostQuitMessage(0) __Quit...
reiniciar una aplicación
Gracias Jesús. Lo que quiero hacer es que el mismo exe se llame a si mismo. Lo que me propones está bien, pero no es lo que quiero hacer. Saludos,
reiniciar una aplicación
Jose Luis, Con WinExec() podrías volver a ejecutar el EXE, luego darle foco a la nueva aplicación y finalmente terminar la primera. De un modo esquemático sería asi: WinExec( <aplicacion> ) SetFocus( <ventana_principal_aplicacion_nueva_instancia> ) <ventana_principal>:End() Asi terminaría la actual, y la ...
reiniciar una aplicación
Antonio: ¿ y como le doy foco a la nueva instancia de la aplicación ?
reiniciar una aplicación
Puedes usar FindWindow() para encontrar el handle de la ventana. Posiblemente habría que esperar un poco desde que arrancas la aplicación con WinExec() hasta que la ventana se crea y está visible. Habría que revisar las opciones de WinExec() ó usar alguna función que aguarde un cierto tiempo (Sleep(), bucle con Sys...
relacionar dos tablas.
Estimados amigos, como puedo realizar lo siguiente en Mysql. Así lo hago en DBF, en donde los archivos Vta_Cot1 se relaciona con Tab_Cte, por el campo común entre ellos rut_cte.. Set Relation to Vta_Cot1->Cte_Cot into Tab_Cte oCol2 := oBrw2:AddCol() oCol2:bStrData := { || Transform(Vta_Cot1->Nro_C...
relacionar dos tablas.
SELECT a.*, b.* FROM vta_cot1 as A INNER JOIN tab_cte AS b ON b.rut_ce = a.rut_ce
relacionar dos tablas.
Te agradezco la respuesta.. pero la hago mas difícil... si antes debo hacer esto.. cVta_Cot1:=xServer:Query("SELECT * FROM vta_cot1 WHERE nro_cot >='"+Str(cFolio1)+"' and nro_cot<='"+Str(cFolio1)+"' ORDER BY nro_cot") que era lo que hacia con Select 90 Set Order to 1 Vta_Cot1->(OrdScope(0, cFolio1 )) Vta_Cot1->(OrdS...
relacionar dos tablas.
cVta_Cot1:=xServer:Query("SELECT a.*, b.* FROM vta_cot1 AS a INNER JOIN tab_cte AS b ON b.rut_ce = a.rut_ce WHERE a.nro_cot >='"+Str(cFolio1)+"' and a.nro_cot<='"+Str(cFolio1)+"' ORDER BY a.nro_cot")
relacionar dos tablas.
Te pasaste... amigo gracias...
relacionar dos tablas.
solo algunas consideraciones. [code=fw:2y1q6rq1]<div class="fw" id="{CB}" style="font-family: monospace;">cVta_Cot1:=xServer:<span style="color: #000000;">Query</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"SELECT a.*, b.* FROM vta_cot1 AS a INNER JOIN tab_cte AS b ON b.rut_ce = a.rut_c...
relacionar dos tablas.
Lo mejor seria usar LEFT JOIN, ya que el INNER seria mas que todo para unirla, te recomiendo que uses algun administrador de base de datos...como NAVICAT, HeidiSQL, phpMyAdmin, etc, con el asistente para hacer tus concultas, asi puedes ver en linea que informacion te saldra del listado y luego simplemente copias tu sen...
relative path
After a windows update (WINDOWS 7) this night on a customer PC all the relative paths .\ where redirected to c:\user\...\AppData\roaming. We didn’t found any virus. Maybe Microsoft blocks .\ use in future. Did someone have similar experiences. Best regards, Otto
relative path
Otto, similar but not exactly the same thing. I have Windows 7. Installed one morning I found a dialog with a countdown in my pc. "in 8 minutes starts installation of Windows 10" Fortunately I stop it and then some program began only work well If run as administrator. I found this folder "$WINDOWS.~BT" hidden of ...
release of bcc
today I saw there is a strange compiler when I made an error on my application [code=fw:3obec85s]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br />&nbsp; &nbsp;Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Work\Prg\family2\Main....
release of bcc
There is nothing strange in BCC 5.8.2. EMG
release of bcc
Silvo If you are using Bcc7 ... you need to get the matching compiled (x)Harbour binaries.. you can go to Mel's site or xHarbour.org. Rick Lipkin
release of bcc
[quote="Enrico Maria Giordano":o9nnot6f]There is nothing strange in BCC 5.8.2. EMG[/quote:o9nnot6f] If I 'm using bcc 7 give me from antonio why it wrote BCC 5.8.2. ?
release of bcc
I found and tested with BCC63 a new release. There was no problem. Is it possible to keep the change using the new release ? for BCC7.. ( new ) xHarbour 1.2.3 Intl. (SimpLex) ( [color=#0000FF:15c7mvjd][b:15c7mvjd]Build 20170902[/b:15c7mvjd][/color:15c7mvjd] ) Copyright 1999-2017, <!-- m --><a class="postlink" href="ht...
release of bcc
wich is the function return me the version od borland c , harbour and fwh ?
release of bcc
Silvio, DEFINE WINDOW oWnd FROM 0, 0 TO 700, 900 PIXEL ; TITLE [color=#0000FF:bcgjtuw4][b:bcgjtuw4]FWVERSION[/b:bcgjtuw4][/color:bcgjtuw4] + " Harbour : " + [color=#0000FF:bcgjtuw4][b:bcgjtuw4]hb_compiler()[/b:bcgjtuw4][/color:bcgjtuw4] regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" titl...
release of bcc
Silvo [code=fw:3pmwjr8x]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cCompiler := hb_compiler<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>    <span style="color: #B900B9;">// returns the borland compiler used to compile xHarbour</span><br />cFwVer     := FWVERS...
release of bcc
I'm using harbour now
release of bcc
[img:1lf9l70q]https&#58;//s1&#46;postimg&#46;org/12f8mblbof/GGGG&#46;png[/img:1lf9l70q] [size=200:1lf9l70q]???????????????????????[/size:1lf9l70q] harbour is made with bcc 5.8.2 ????? BUT i LINK WITH BCC7 GIVE ME FROM Antonio...it's very strange Where I can download harbour made with bcc 7 ?
release of bcc
Silvio, You can download from <!-- m --><a class="postlink" href="http://www.xharbour.org/index.asp?page=download/windows/binaries_win">http://www.xharbour.org/index.asp?page= ... naries_win</a><!-- m --> regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
release of bcc
HARBOUR no xhabour
release of bcc
FWH uses (x)Harbour libs built with bcc 7.0. If we download (x)Harbour libs from FWH and build hb_compiler shows C++ 7.0 (32 bit). Result of hb_complier() depends on the version of bcc7.0 used for building (x)Harbour libs used.
release of bcc
Rao , Now I use Harbour ( no xharbour) and I have the last release of Fwh the hb_compiler() function return me "bcc 5.8.2" Perhaps there is something to bad when I go to compile but I checked and all is right
release of bcc
What you see is the version of bcc used to build Harbour libs. Not the compiler you used to build your application. You are using Harbour libs built using bcc 5.8.2. Along with FWH, you also get Harbour libs. They are built using bcc 7.0. If you link those libs you will see bcc 7.0. Note: When I said (x)Harbour it me...
release of bcc
[quote="nageswaragunupudi":3mfpr99b]What you see is the version of bcc used to build Harbour libs. Not the compiler you used to build your application. You are using Harbour libs built using bcc 5.8.2. Along with FWH, you also get Harbour libs. They are built using bcc 7.0. If you link those libs you will see bcc 7.0....
reload array on combobox
I reload an array for a combobox then assign the new array on combobox aGet[4]:SetItems( adata) then I assign the first element aGet[4]:Select( 1 ) <----------- not run then I refresh the control aGet[4]:refresh() the problem is I not see the first data on combobox I tried also with aG...
remove formatting within a memo field
I am reading a SQL database via ADO. one of the data Items I'm using is a memo field, with embedded formatting. here is an example: {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}} \viewkind4\uc1\pard\f0\fs17 JH - Sue let me know that their rep had noticed that they were n...
remove formatting within a memo field
Don I have used this to remove CRLF and carriage returns .. try this : [code=fw:3ku0hhhm]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cText := HardCr<span style="color: #000000;">&#40;</span> oRs:<span style="color: #000000;">Fields</span><span style="color: #000000;">&#40;</span><span style="color...
remove formatting within a memo field
This function is not perfect, but it is an idea [code=fw:19qpbayg]<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: #00000...
remove formatting within a memo field
Cristobal, That is essentially what I did. thanks for providing your input. Don.
remove formatting within a memo field
You are not going to have a TRichEdit control? It's just going to have a formatted string, right?
remove formatting within a memo field
correct. I'm wishing to print the memo data on a report without all of the embedded formatting.
remove formatting within a memo field
What I mean is that the string does not read from a RichEdit control, does it?
remove icon cCaption (Antonio Help)
HI, How remover icon that stay before Title of window ? [img:14yz4f1l]http&#58;//www&#46;redstarsoft&#46;com&#46;br/tmp/remover_icone&#46;JPG[/img:14yz4f1l]
remove icon cCaption (Antonio Help)
Someone can help ?
remove icon cCaption (Antonio Help)
Hello, I found a solution for Your problem ( The space of the Icon is empty ) : [img:1773tkls]http&#58;//www&#46;pflegeplus&#46;com/pictures/noicon&#46;jpg[/img:1773tkls] [code=fw:1773tkls]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: ...
remove icon cCaption (Antonio Help)
the reason that i want remove icon is to dont have space ukoenig, don´t have commad to remove it ? thanks
remove icon cCaption (Antonio Help)
Have you ever seen a window without an icon (or a space)? I don't remember ever seeing one. Regards, James
remove icon cCaption (Antonio Help)
Yes, WHen you use STYLE (WS_THICKFRAME) in windows, don´stay with icon, but too don´t stay with button minimize, maximize, close etc.. i want only remove icon and no stay space... thanks
remove icon cCaption (Antonio Help)
Maybe this will help: [url:139awmg6]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/czada357(VS&#46;71)&#46;aspx[/url:139awmg6] Regards, James
remover espacios en TXBrowse
Hola, ¿Cómo puedo eliminar los espacios en blanco de la foto, ref A y ref B?. Muchas gracias a todos. [img][url=http&#58;//img252&#46;imageshack&#46;us/my&#46;php?image=xbrowsepm7&#46;gif:26302kuw][img]http://img252.imageshack.us/img252/5384/xbrowsepm7.th.gif[/img][/url:26302kuw][/img]
remover espacios en TXBrowse
ALLTRIM. RTRIM LTRIM Ó PADR() PADL()
remover espacios en TXBrowse
Hola: Gracias, pero son métodos del browse, no de los datos. COn un LISTBOX funciona OK.
remover espacios en TXBrowse
[quote="edu_parada":1lis7svr]Hola: Gracias, pero son métodos del browse, no de los datos. COn un LISTBOX funciona OK.[/quote:1lis7svr] Esto no és una PANTALLA(WINDOW CHILD)?
remover espacios en TXBrowse
Si usas un splitter tendrás que redimensionarlo con este control ( oSplitter : Adjust( .t.,.t.,.f.,.t.) ) ), si es sobre una ventana MDI oWnd : SetControl( xBrowse ). Espero que sea esto lo que busques. Saludos
remover espacios en TXBrowse
Hola; No, me refiero a eliminar los espacios que deja el propìo Browse. El browse está ajustado a la ventana, no que NO se ajustan son las columnas internas,. Muchas gracias.
remover espacios en TXBrowse
Edu, el espacio de la derecha se peude resolver con una columan "fantasma", sin contenido. Creo que el XBrowse tiene un [code:2w4nbwtc] lColDividerComplete,; // If true the vertical lines are displayed to the bottom of the browse even [/code:2w4nbwtc] que dibuja la grilla hasta el final. Por cierto, que u...
remover espacios en TXBrowse
Carlos, Muchas gracias por la respuesta. Con coldivider... soluciono el espacio B y el espacio A probaré con la columna fantasma. El control que uso es Vtaskbar de canalfive. Va de lujo. Salu2
rename and erase a file from fwh
Prova ... cFile = cperete+"\menu.exe" // prog. su server cfile0 = "menu.exe" // prog. su client cfile1 = "menu1.exe" DELETEFILE(CFILE1) MOVEFILE(CFILE0,CFILE1) COPYFILE(CFILE,CFILE0) Saluti Stefano
rename and erase a file from fwh
Search FRename and FErase
rename and erase a file from fwh
How I can rename a file from fwh ? ..and how I can erase a file ? Wich is the commands ?
rename and erase a file from fwh
sorry I tried all this morning with FRENAME( oldname, cFolderAllegati+cRecord+"--"+cnewname ) with no success then I saw i made a mistake
rendimiento de dbsetfilter vs. SET FILTER TO
Hola: Bajo Harbour y sin ADS, y usando archivos DBF/NTX, ¿el rendimiento de ambas funciones es igual o, por el contrario, una es mejor que otra?. Muchas gracias.
rendimiento de dbsetfilter vs. SET FILTER TO
EL comando Set Filter es traducido a dbsetfilter por el preprocesador de harbour, por lo que es la misma cosa. Solamente cuando se trabaja con ADS y en modo C/S es que dbsetfilter es la eleccion a escojer. Es esta modalidad es sujerido no usar variables para realizar el filtro, y evitar el uso de variables. ejemplo c...
renombrar archivos dbf
Hola. Les hago una pregunta. Por diversas razones, especialmente las de dejar mis bases .dbf un poco mas resguardadas de cualquier usuario que las vea y como estan asociadas a excel las pueda abrir (no puedo implementar seguridad en todas las redes donde corro mis programas). Quiro cambiar la extencion de mis bases de ...
renombrar archivos dbf
Yo utilizaria las funciones de encriptamiento y desencriptamiento, no vas a tener que cabiar la extensión y si bien van a poder abrir los archivos con excel no se va a entender nada del contenido de la tabla. Saludos,
renombrar archivos dbf
Si, pero es muchisimo mas trabajo; es campo por campo; de la otra manera tendría que cambiar mucho menos código. ¿alguno probó renombrar los .dbf alguna vez? yo se que es medio loco, pero como funciónó... ¿alguno que sepa de programacion de las librerias, y de los .ch, tiene idea si esto me puede ocacionar algun quilom...
renombrar archivos dbf
DESDE HACE MAS DE 15 AñOS YO NO USO LAS EXTENSIONES DBF Y NTX, TE ASEGURO QUE NINGUN PROBLEMA TENDRAS
renombrar archivos dbf
No tendras ningún problema si cambias las extensiones de los ficheros. Otra posibilidad que tienes, es cambiar el primer byte del encabezado de los DBF, con esto aunque tenga extensión DBF, el fiechero sera irreconocible para Excel y otros. Ese primer byte tiene como valor 03H si no tiene campos memo, y 83H si tiene c...
renombrar archivos dbf
diegopolverelli, Yo uso desde hace años los archivos con otra extensión... es util para los que meten siempre la mano, para hacersela un poco mas dificil. Yo los uso asi: nombrearchivo.d?? donde ?? es el año de trabajo, y los indices como nombreindice.i?? donde ?? es el año de trabajo. Nunca hasta hace poco había usad...
renombrar archivos dbf
Gracias. Voy a probar entonces. [quote="pymsoft":1y2kgvlt]diegopolverelli, Yo uso desde hace años los archivos con otra extensión... es util para los que meten siempre la mano, para hacersela un poco mas dificil. Yo los uso asi: nombrearchivo.d?? donde ?? es el año de trabajo, y los indices como nombreindice.i?? don...
renombrar archivos dbf
Podrias cambiar a ADS local son mas rápidos, y en el caso de encriptacion son unas lineas que tienes que declarar al principio y te olvidas de lo demas. Si no te decides por esta opción, no tienes ningun problemas, SOLO QUE TIENES QUE DECLARA LA EXTENSION A CADA BASE E INDICIE.
reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Dear All, This could be a silly question but I think it's worth the try. I have an SQL query which alias uses by xBrowse. This query resulted to static (views) and I need to refresh it. I know and i'm aware that static cursors/views are read-only and cannot be update-able and the only solution is to close and re-ope...
reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Dear All, a less complicated solution is to open the SQL alias with different alias used by xBrowse and assign it. Any more better ideas are welcome.
reopen xBrowse alias resulted in error - PARTIALLY SOLVED
[quote:3ouis4np]a less complicated solution is to open the SQL alias with different alias used by xBrowse and assign it. [/quote:3ouis4np] This is right solution
reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Francis If you use objects for your recordset .. you can oRs:CLose() and then oRs:Open() with a new query and then oLbx:ReFresh() .. just do not reassign oRs .. leave its properties intact. Rick Lipkin
reopen xBrowse alias resulted in error - PARTIALLY SOLVED
[quote="Rick Lipkin":1rr8uzb0]Francis If you use objects for your recordset .. you can oRs:CLose() and then oRs:Open() with a new query and then oLbx:ReFresh() .. just do not reassign oRs .. leave its properties intact. Rick Lipkin[/quote:1rr8uzb0] Mr Rick That is because the way of your coding. You use oRs directl...
reopen xBrowse alias resulted in error - PARTIALLY SOLVED
RAO, Rick, Thanks for the feedback. I'm in the middle of earth between shortest code and efficiency.. so far both your recommendations are worth considering.
reparar dbfs
saludos, alguien sabe de una utileria para reparar dbfs dañadas?? se me fue la luz y se me daño una tabla immportante y no puedo recuperarla.. saludos arvisnet
reparar dbfs
Arvisnet, si es DBF ai te va: esta el Advanced DBF repair salu2 paco
reparar dbfs
Francisco, serias tan amable de enviarmelo tambien? Aun uso el viejo filefix del NU8. Gracias <!-- e --><a href="mailto:jjaurena@yahoo.com">jjaurena@yahoo.com</a><!-- e -->