topic
stringlengths
1
63
text
stringlengths
1
577k
tCalendar class error
Tim, Did you search the TCalendar source for "SET DATE" or "set("? One of those must be in there somewhere. When you find it, you need to save and restore the current date format. [code=fw:1eddoxff]<div class="fw" id="{CB}" style="font-family: monospace;">cOldDateFormat := Set<span style="color: #000000;">&#40;</spa...
tCalendar class error
James, The class is designed to do all of its work in BRITISH format. On the first call of the class, it saves the program format, then switches to BRITISH. You can't change that because then the class will not work. It also restores the date after the method is called. I think the problem is that if you call the ...
tCalendar class error
Tim, I meant to find the problem in the control and find a fix. I'm sure Antonio would apply the fix for future releases. James
tCalendar class error
I propose the following changes to tcalenda.prg to make the class work independent of the date format set in the application. In the defines, comment out or remove [code=fw:30vwnuv2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//#define DATEFORMAT "dd/mm/yyyy"</span><br...
tCombobox con ::bKeyDown
Hola: ¿ Por qué ahora, al definir un ::bKeyDown a un combobox ya no funcionan las otras teclas, como up, down, home, end ? Hasta la versión 810 funcionaba, cuando la clase no tenía el método KeyDown. Ejemplo: oCbx:bKeyDown:=; <|nK,nF| IF nK=13 .and. !Empty(bMyAction) ...
tCombobox con ::bKeyDown
César, Si devuelves nil desde bKeyDown, estarás solicitando comportamiento por defecto y funcionarán las teclas habituales: oComboBox:bKeyDown = { | nKey | MsgBeep(), nil }
tDBF Class
Does someone have the tDBF class that is compatible with xHarbour if so can you please supply Source, Lib and Make files. If you need to mail it <!-- e --><a href="mailto:grumpy@internode.on.net">grumpy@internode.on.net</a><!-- e --> would appreciate it. Thanks in Advance. Gerry
tDBF Class
You got the tDBF class already? If not, I can send you mine.
tDBF Class
Yes, Boris that would be great. My email for send is [color=blue:jb1vywr2]grumpy@internode.on.net [/color:jb1vywr2] I really appreciate it. Thank You Gerry
tData for SQL
James, There is a lot of talk here about converting from DBF files to SQL. As a long time user of tData ( it's in 100% of my code ), what would be the conversion possibilities to have a modified version that would work with SQL ? Maybe that is just "way out there" in ideas, but the thought of changing all that code ...
tData for SQL
Tim, Please search in the fórums for datarow class. Very fast to work with it. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
tData for SQL
FWH has TDataBase class for DBFs, which has been improved a lot during few years. Very soon FWH will have a TRecSet class whish is a wrapper class to ADO RecordSet. Both TRecSet and TDataBase will have the same methods. Using TRecSet class programmer can use methods like ADO RecordSet class. At the same time he can u...
tData for SQL
tData is an extension of the tDatabase class. Here is an example of code written using the tData objects: [code=fw:287cs4he]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; <span style="color: #B900B9;">// Display edit dialog for eAuto account and this company's data</span><br />&nbsp; &n...
tData for SQL
tData is an extension of the tDatabase class. Here is an example of code written using the tData objects: [code=fw:3nowkcjm]<div class="fw" id="{CB}" style="font-family: monospace;"><br />    <span style="color: #B900B9;">// Display edit dialog for eAuto account and this company's data</span><br />    <span style="co...
tData for SQL
#1 Yes. Originally TData was an extension of TDatabase. Now TDatabase is extended a lot by itself. It is not my intention is to compare or advise any change. I rather advise *not* to change. Any change is a big effort. I just wanted to place on record that now TDatabase is a very enriched class. #2. Keeping portabili...
tData for SQL
I have my entire program now fully built, and running, with FWH / Harbour / and Visual Studio 2013. The next logical step is SQL and some significant code refinements. Some of the newer capabilities are in classes while some of the older ones are still function sets. More will be converted to classes. The code set ...
tData for SQL
Tim, [quote:1hd2wym2]As a long time user of tData ( it's in 100% of my code ), what would be the conversion possibilities to have a modified version that would work with SQL ? Maybe that is just "way out there" in ideas, but the thought of changing all that code ... well it's just not appealing at this stage in life ....
tData for SQL
James, A lot has changed in 6 years, and likely there is more interest now. Also, newer FWH capabilities are focusing on that now. Tim
tData for SQL
Tim Rao has done some nice work in creating FW wrappers for many for the routine Sql Ado methods. For me ( when I was learning ado ) it was useful in understanding the basic methods and what they did so I had a clearer idea what was possible and the method definitions. Here is the MSDN link to the Ado Class and Metho...
tData for SQL
Thanks Rick, I've got one project to finish up ( this week hopefully ) and then I plan to dive into this aggressively. I've also retained your notes from before. Tim
tData for SQL
Hello Tim, have you ever considered to switch to remote desktop and keep the dbf databases. You can tweak remote desktop using polices and get this way the security and flexibility you need and best you need only one program to serve all the operating systems. We have now a custom version of a remote client for our ...
tData for SQL
Dear Otto, whats the name of that Android app ?
tData for SQL
Hello Antonio, this version is not distributed using "Play" store. If there is interest I can talk with the programmer. Best regards, Otto
tData for SQL
Otto, Is there a web site where to review it ? I am sure others will find it quite interesting too
tData for SQL
Hi Otto, I have absolutely no problems with DBFs over networks. I haven't in many years. The issue here is SQL. Personally I like DBF's, but in this increasing world of connectivity, they simply are not being supported. If I need to make ancillary programs for some capabilities, they need to be in SQL. Many of th...
tData for SQL
Hello Tim, this is strange. Here we use XML for this. Best regards, Otto
tData for SQL
I love ADS. I can use SQL interface/client and straight DBF access on the same data at the same time. They even have an oData client for use with mobile connectivity.
tData for SQL
Hi Tim I agree with you. Long pass through this stage and the complexity of my applications just like you, we have due to our customers, to go from dbf to sql was a decision to mediate and end we decided on SQLRDD and xHarbour, it took three months to put about one of our most important applications. however, now...
tData for SQL
This is a discussion with many viewpoints. I posted it because it is clear that many FWH developers are facing the SQL question. Certainly Daniel has made some nice contributions with Dolphin, and Rick has excited people with ADO. I am working on the belief that FWH + Harbour + MSVC ( Visual Studio ) will be a major...
tData for SQL
Tim I remember when I modified my first DBFCDX application to Sql Server with ADO.. I found it to be a different way of thinking, especially thinking in terms of fetching a subset of rows for a specific query, rather than opening an entire table, seeking and filtering data. One thing to keep in mind using recordsets ...
tData for SQL
Tim, I reviewed my old recordset class and notes and was going to point out some of the issues when using SQL, but I see Rick has already mentioned most of them. So, although, my recordset class can be used as a drop-in replacement for the TData class, you cannot feasibly do this when using large tables since the ent...
tData for SQL
Hello, Fivewin provides a set of great ADO functions created by Mr. Nages. Also, Rick and Enrico provided me extraordinary help and support to understand ADO. ADO allows us to use whatever database available with same code. In the past, SQLRDD seemed a great tool, but at the end it turned out to be very buggy and u...
tData for SQL
Lucas, [quote="lucasdebeltran":2by7w4al]In the past, SQLRDD seemed a great tool, but at the end it turned out to be very buggy and unfinished.[/quote:2by7w4al] I confirm. And moreover, it doesn't solve the problem of big tables pointed out by James. [quote="lucasdebeltran":2by7w4al]Also, Antonio pointed out in a pre...
tData for SQL
I really appreciate the responses on this thread. It helps us evaluate potential options as we improve our solutions, and shows the pros and cons of various methods. I like that people have many options, and make them work as desired. As a developer, I spend much time in communication with my clients. They don't ...
tDataBase
Hi All I an using this code to create my indexes [code=fw:2uj2o55h]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Maintmod<span style="color: #000000;">&#40;</span>oMainWnd,cPath<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">loca...
tDataBase
Colin, The fourth parameter of Method CreateIndex has to be a codeblock: [code=fw:1j4gh2u1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> CreateIndex<span style="color: #000000;">&#40;</span> cFile, cTag, cKey, bKey, lUnique <span style="color: #000000;">&#4...
tDataBase
Hi Antonio I changed to this oDb:CreateIndex(alltrim(oIndex:datafile),alltrim(oIndex:tagname),alltrim(oIndex:key),{||if(!empty(oIndex:cond),alltrim(oIndex:cond),oIndex:cond)}) the indexes are created but when I use an index which has a condition it does not work. Regards Colin
tDatabase
Colin, I actually buck the windows standard and use something from the DOS days because that is what my clients want. The browse occupies the lower part of a dialog and the fields for the highlighted record are displayed in the upper half of the dialog. As you browse through the records, the edit fields are refreshe...
tDatabase
One should follow Windows standards unless there is a really good reason not to. However, I do concur with Tim. In certain vertical markets such as his (auto shops) many of his users probably only use his software and many have been using it since the DOS era. So in his case it may make sense to stick with the old int...
tDatabase
Hi All I am converting my applications to using the Fivewin database class but are unsure about indexes lData := TRUE oCode := tdatabase():Open(,cPath + "code",,TRUE) if oCode:used() oCode:SetOrder('CODE') else MsgAlert('Can Not Open CLIENT File') lData := FALSE endif oJb := tdatabase():Open(,cPath + "jb",,...
tDatabase
Please remove "oCode:Use()" after "if lData" statement. Open method already opened the table, using Use() method. Otherwise your code is correct. Please take care of the following points: TDatabase opens the table using the default RDD, which is normally DBFNTX. If you want to use DBFCDX, either you should set the...
tDatabase
Mr Rao I am using dbfcdx. Why does oCode not skip in the index order - when I set the order when I openned it. oCode := tdatabase():Open(,cPath + "code",,TRUE) if oCode:used() oCode:SetOrder('CODE') else MsgAlert('Can Not Open CLIENT File') lData := FALSE endif Cheers Colin
tDatabase
The above code should work. Similar code works for me and all. May be the tag does not exist or misspelt. After oCode:SetOrder( 'CODE' ), please check "MsgInfo( oCode:SetOrder() )" and see if the order is set correctly.
tDatabase
Look at tData ... it adds some significant improvements. I've been using database objects for years and it makes coding a lot easier.
tDatabase
Tim I have been seeking assistance from James and he has been a great help with the tDatabase class - I am re writing my application because I cant get a third party database server ( which I have been using for ages) upgraded - everything was going fine until I tried using SetRelation which I cant get to work and see...
tDatabase
Here is a sample code that works with TDatabase class. This code is tested. You may compile and test the code as it is. Later you may adopt this for your needs. [code=fw:e5ucfzzu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"...
tDatabase
Colin, Both of those are wise moves. I've used tData for years. I also was using tsBrowse but moved to xBrowse this year throughout the application. It works well with tData objects, but you also need to use tRecord. I've spent many months going through my whole application and the results have been quite plea...
tDatabase
Hi Tim What does tRecord do ? I am adding, editing and deleting records in xbrowse with the standard database class in Fivewin and everthing is working ok. Cheers Colin
tDatabase
Colin, The problem occurs when you edit a record in a browse with a dialog. Whenever the browse is repainted (as when the user switches to another application and back during a dialog edit) the buffer is reloaded. In order to repaint the window the entire browse is re-read from disk and redisplayed. This reloads the b...
tDatabase
Hi James When you say edit in a dialog does that mean you open a separate dialog with the fields of one record make changes/add data and then close the dialog and refresh the browse. I do all my editing in each cell of the browse and have not noticed any effects like you have mentioned. Cheers Colin
tDatabase
Colin, >When you say edit in a dialog does that mean you open a separate dialog with the fields of one record make changes/add data and then close the dialog and refresh the browse. Yes. >I do all my editing in each cell of the browse and have not noticed any effects like you have mentioned. I believe it still can...
tDatabase
[quote="James Bott":3gri78kn]Colin, The problem occurs when you edit a record in a browse with a dialog. Whenever the browse is repainted (as when the user switches to another application and back during a dialog edit) the buffer is reloaded. In order to repaint the window the entire browse is re-read from disk and re...
tDatabase
Rao, Thanks for all the info and a good solution. One advantge to using a record class is that you can subclass it and add methods to better emulate a real-word object. For instance adding an Age() method which automatically calculates the age based on the date-of-birth and the current date. Or adding an AcceptPaymen...
tDatabase
[quote="James Bott":h5uwbffp]Rao, Thanks for all the info and a good solution. One advantge to using a record class is that you can subclass it and add methods to better emulate a real-word object. For instance adding an Age() method which automatically calculates the age based on the date-of-birth and the current da...
tDatabase
Hi Antonio I tried to compile database program and get the following database.o:(.data+0x8a8): undefined reference to `HB_FUN_NUMPICT' database.o:(.data+0x9b8): undefined reference to `HB_FUN_ANSITOOEM' database.o:(.data+0xb08): undefined reference to `HB_FUN_OEMTOANSI' database.o:(.data+0xeb8): undefined reference t...
tDatabase
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=139924#p139924">viewtopic.php?p=139924#p139924</a><!-- l -->
tDatabase
There is a new FiveLinux build available from: [url:ub7pgr66]http&#58;//code&#46;google&#46;com/p/fivelinux/downloads/detail?name=fivelinux_20130213&#46;zip&can=2&q=[/url:ub7pgr66]
tDatabase- AdsSetAof()-RESUELTO
Hola amigos. Existe la posibilidad de agregar AdsSetAof() a tDatabase? Gracias. Ruben Dario Fernandez. Mi hijo lo relvió En tData debe incluirse #include "ads.ch method setAOF(cFilter) inline (::cAlias)->(AdsSetAOF(cFilter)) method clearAOF inline (::cAlias)->(AdsClearAOF()) Gracias. Saludos Ruben Dario Fernández
tDatabase- AdsSetAof()-RESUELTO
Ruben, Adding ADS functions to TDatabase is not the best way to handle this. OOP principles are that you should create a separate class to handle a separate database type. Thus you could have an array class that works using the same methods as a DBF database class. You can then plug in either class to a program witho...
tDatabase- AdsSetAof()-RESUELTO
Thank you James. Very clear. Regards Ruben Dario Fernández
tDatepick : error in 12.02
Hello, Updating from fwh 8.10 to fwh 12.02 gives a error in tDtepick Error description: Error BASE/1004 Class: 'NIL' has no exported method: EVAL Args: [ 1] = U [ 2] = O TDATEPICK Stack Calls =========== Called from: => EVAL( 0 ) Called from: .\source\classes\TDTPICKE.PRG => (b)TDATE...
tDatepick : error in 12.02
Frank, Yes, we recently detected that bug in FWH 12.02 and we commented it here in the forums and proposed a similar solution like yours <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.p...
tDatepick : error in 12.02
Thank you. Will you publish a revised build?.
tDatepick : error in 12.02
Eduardo, Not yet, unless other bugs arise
tDolphin ::Refresh() no funciona
Hola Daniel... cuando se usa Refresh() el método no halla la tabla correspondiente: oDatos := oCon:Execute("Select * from productos.articulos") .. .. .. oDatos:Refresh() // <- aquí indica que ho existe productos.articulos Salu2
tDolphin ::Refresh() no funciona
El método Execute solo devuelve si se ha ejecutado correctamente (.t. o .f.).
tDolphin ::Refresh() no funciona
el método execute, no es para eso, oDatos := oCon:Query("Select * from productos.articulos") oDatos:refresh()
tDolphin ::Refresh() no funciona
Lo siento, error mio... oDatos := oCon:Query("Select * from productos.articulos") .. .. .. oDatos:Refresh() <-el error es aquí, indica euq no existe productos.articulos
tDolphin ::Refresh() no funciona
Mr. No conozco TDolphin pero razonándolo me parece que el error puede estar en el punto(.), no? Con MySql el punto se utiliza para separar la DATABASE del campo o columna cuando el nombre del campo es igual en más de una DATABASE y tal vez lo que tu deseas es abrir dos tablas (Productos y Articulos) entonces podría ...
tDolphin ::Refresh() no funciona
Willi: No se cual es tu intención con el :Refresh(); pero yo, luego de hacer un Query, no necesito del refresh [code=fw:9utotivd]<div class="fw" id="{CB}" style="font-family: monospace;">   oQry:= oSrv:<span style="color: #000000;">Query</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"SE...
tDolphin ::Refresh() no funciona
El refresh deberia ser en el Xbrowse para que actualice la data, en el query creo como dice el colega, no es necesario, a menos que hagas algo directamente a la tabla de donde hicistes el query, entonces el refresh si lo uso para que actualice la consulta y luego el xbrowse si es el caso, saludos... <!-- s:shock: --><i...
tDolphin ::Refresh() no funciona
hola. a mi me pasa esto a ver si pueden guiarme. hago una consulta por el campo fecha, y relleno un xbrowse, luego un boton que hace la misma consulta pero con una fecha diferente. hago un refresh() del xbrowse y los datos siguen quedando los viejos, si la consulta devuelve datos si lo muestra, pero si no existen dat...
tDolphin ::Refresh() no funciona
las consultas las hago de esa forma willyy [code=fw:3djth4mw]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> oQry<br /><br /><span style="color: #0000ff;">define</span> query oQry <span style="color: #ff0000;">"SELECT * FROM tbdatos.clientes"</span><br />&nbsp;</div...
tDolphin ::Refresh() no funciona
Hola sr. prueba con : oQuery:LoadQuery()
tDolphin ::Refresh() no funciona
negativo! Cuando la consulta es simple: [code=fw:e3ay699k]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">select</span> * <span style="color: #0000ff;">from</span> tbclientes<span style="color: #ff0000;">"</span></div>[/code:e3ay699k] la cosa funciona de diez. Ahora esto: [cod...
tDolphin ::Refresh() no funciona
Gus; meto la cuchara en la parte de establecer Orden. Si en la declaración del xBrowse agregas AUTOSORT, te aparecerá ordenado por la columna que indique el índice asociado y mostrará el triángulo sobre el header correspondiente.
tDolphin ::Refresh() no funciona
Asi es Mario, Pero al momento de hacerle click a la columna 2, muuestra el triangulito pero no muestra ordenada la columna HASTA QUE sacas el mouse del mismo xbrowse o presionas tab y pasas el foco a otro control. Con el solo hecho de sacar el mouse desde arriba del xbrowse ahi se entera que tiene que mostrar denuevo ...
tDolphin ::Refresh() no funciona
mmmm... si me esta pasando con un xBrowse y datos de una DBF Mañana me fijo, creo que tengo un codigo que forzaba el orden haciendo clic en la columna
tDolphin ::Refresh() no funciona
Hola amigos, :refresh() y :loadquery()en Doplhin, solo funciona con setencias simples..., cuando en la sentencia hay m,as de una tabla involucrada, no va... pero hay solución [code=fw:1tmelcei]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cDatos := <span style="color: #ff0000;">"select "</span> +;<br ...
tDolphin ::Refresh() no funciona
[quote="goosfancito":3tqeqqx7]Asi es Mario, Pero al momento de hacerle click a la columna 2, muuestra el triangulito pero no muestra ordenada la columna HASTA QUE sacas el mouse del mismo xbrowse o presionas tab y pasas el foco a otro control. Con el solo hecho de sacar el mouse desde arriba del xbrowse ahi se entera ...
tDolphin ::Refresh() no funciona
gracias a ambos.
tDolphin ::Refresh() no funciona
no estoy entendiendo la idea... a ver. esto me sigue sin funcionar [code=fw:1u86m5o4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;"...
tDolphin + Progress Bar
Amigos del foro, me dirijo a ustedes por que tengo la siguiente duda, además que no se mucho sql. Tengo que generar una tabla histórica de transacciones, la cual tiene 182 campos, normalmente el archivo plano del cual recibo las transacciones es bastante grande, unos 12500 registros diarios, el cual es almacenado diar...
tDolphin + Progress Bar
Friend, no usas el methodo Save , no se recomienda para guardar masivamente registros, utiliza sentencias mysql vas a mejorar mucho la velocidad, saludos..
tDolphin + Progress Bar
Se que el method save es lento, pero que otra cosa puedo usar para hacer visible el progreso de la operación al usuario?
tDolphin + Progress Bar
Si estas insertanto, de uno en uno, quizas con una oDlg NOWAIT e imprimes, oDlg:say( 10, 10 , "Reg." ) de esta forma lo ve el usuario, con progres bar, podria ser pero habria que ver el como jeje. saludos.
tDolphin + Progress Bar
Si es que recibes las transacciones en un archivo plano (imagino te refieres a un .txt o similar), y suponiendo que cada linea es un query diferente: deberias abrir el archivo con MemoRead() cuenta el numero de lineas con MLCOUNT() Ejecuta linea por linea usando el comando For y MemoLine() En base a esto refresca el M...
tDolphin + Progress Bar
He probado con la siguiente Qry: [code=fw:7ss5slgl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> Insert_Record<span style="color: #000000;">&#40;</span>oQM,oQH<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">Local</span> oQI<br /><s...
tDolphin + Progress Bar
Leo Si ya tienes los datos en un archivo plano, un txt supongo, porque no usas el LOAD DATA como en el siguiente post. [url:x9gmpy81]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=25959[/url:x9gmpy81] Es rapidisimo, eficiente y si tienes bien definido el txt. Para 12500 lineas, algo como 6 seg...
tDolphin + Progress Bar
Repito, no es un archivo plano, cuando ejecuto el cierre mensual de transacciones, debo traspasar de la tabla MySQL de transacciones del mes a la tabla MySQL de transacciones históricas.
tDolphin + Progress Bar
Hola lo ideal y mas rapido es que hagas cargas masivas en una sola sentencia... te explico como puedes hacer el proceso enviaras cada sentencia lotes de por ejemplo 500 o 1000 registros, como lo haces? usa el metodo Insert de la clase TDolphinSrv calculas la cantidad de registros a enviar que te servira para el cont...
tDolphin + Progress Bar
Eso es nuevo, lo probraré y luego comento. Sólo me queda una duda, cómo genero un array con los valores de los campos de la otra tabla que es idéntica a la tabla a la que voy a vaciar la información?, además las "Q" y "T" que hay en el array de las columnas, qué significan?
tDolphin + Progress Bar
Leo, Si es desde consulta mysql no e veo problema. si es desde mysql. INSERT INTO tabla (id, value) (SELECT id, value FROM tabla2) y con eso pasaras la nformacion de tabla
tDolphin + Progress Bar
[quote="Leo":qfwbuw1v]Eso es nuevo, lo probraré y luego comento. Sólo me queda una duda, cómo genero un array con los valores de los campos de la otra tabla que es idéntica a la tabla a la que voy a vaciar la información?, además las "Q" y "T" que hay en el array de las columnas, qué significan?[/quote:qfwbuw1v] Hola ...
tDolphin + Progress Bar
Daniel Garcia-Gil, De la manera comentada, se podria usar un msgrun, el progressbar definitivamente no funciona, y lo favorable de esto es que todo se ejecuta desde el servidor aun siendo de manera remota.
tDolphin + Progress Bar
Daniel, William, Les agradezco mucho los post que me han hecho, probaré los dos métodos, ya que el que propone Daniel, le permite al usuario ver un estado de avance, en este momento lo estoy probando y funciona muy bien, sólo que algo lento en forma remota, en cuanto a tiempo de proceso, tengo que probar la solución pr...
tDolphin using it on remote computer
Hello , I try to use dolphin or mySql , but i am afraid i do not understand the concept (server - client) I have installed xAmpp on a computer , //MyComp. I can run it and start MySql and apache. In tDolphin\samples i can build and execute some prg-files , using as connection data (in connect.ini) : [mysql3] hos...
tDolphin using it on remote computer
Frank, [quote:4jjua3jq]For a connection we have to know the hostname , i have no idea how we can get it or set it.[/quote:4jjua3jq] in your case the hostname is the name of the pc where xampp is installed. But, if I remember correct, xammp does not allow any sql access from outside the web environment. Better you ins...
tDolphin using it on remote computer
Do i have to install xampp also on the remote computer ? Datadir can be set on the datadir from the server ! It seems not to be efficient when we have a network with many computers. Frank
tDolphin using it on remote computer
I hope, I understood you right.. Xampp is only a webserver, that includes a sql modul. But, as I said before, this sql service is not accessible from outside, you can only access it if you have a website, running on that server, with e.g. a java or php app. These can access this sql service. To run tDolphin normally ...