topic
stringlengths
1
63
text
stringlengths
1
577k
mod_harbour what to install
Otto, Please review the log files at c:\Apache24\logs\ Post them here
mod_harbour what to install
Dear Antonio, I have an APACHE server installed on a Windows SERVER system. I have 32 and 64 bit APACHE. What should I use and what do I have to install now for mod_harbour? Thanks in advance and best regards Otto
mod_harbour what to install
+1
mod_harbour what to install
1. copy mod_harbour.so to c:\Apache24\modules\ 2. copy libharbour.dll to c:\Apache24\htdocs\ 3. Edit c:\Apache24\conf\httpd.conf and add these lines: [code=fw:2ujxk628]<div class="fw" id="{CB}" style="font-family: monospace;">LoadModule harbour_module modules/mod_harbour.so<br /><br /><FilesMatch <span style="color: ...
mod_harbour what to install
You can run all published mod_harbour examples directly from here: [url:d6ppo4z4]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/[/url:d6ppo4z4] Don't miss to review sandbox.prg where you can write and execute your code on the web!: [url:d6ppo4z4]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/sa...
mod_harbour what to install
Hi Antonio. Do you think that will be possible to use Advantage Database in the near future ? Thanks a lot and many compliments for this great work. Massimo
mod_harbour what to install
Dear Antonio, thank you. Can we use 32 or 64 bit APACHE? Thank you in advance Otto
mod_harbour what to install
Otto, If you use Windows 64 then use Apache 64. For Windows 32 use Apache 32. Massimo, Yes, it is possible. We can include any library inside mod_harbour so just need to include the ADS libs I will try to build it and you test it <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-)...
mod_harbour what to install
Dear Antonio, only to be sure. Is libharbour.dll the same for 32 and 64 bit APACHE Server? Thank you in advance Otto
mod_harbour what to install
Otto, No, the files are NOT the same for 32 bits and for 64 bits: For 64 bits download the files from here: [url:306el4no]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/blob/master/windows/win64/mod_harbour&#46;so[/url:306el4no] [url:306el4no]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/blob/master/window...
mod_harbour what to install
More examples: [url:oh7r3px1]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/chart&#46;prg[/url:oh7r3px1]
mod_harbour what to install
[quote="Antonio Linares":xnii66fa]More examples: [url:xnii66fa]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/chart&#46;prg[/url:xnii66fa][/quote:xnii66fa] Wow amazing. Antonio Is modharbour safe to provide a external custumers access? A external user can execute or change a prg in apache server? Thank yo...
mod_harbour what to install
It is safe if you know what you are doing <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> You need some level of expertise to properly manage folders and files permissions and to properly configure Apache
mod_harbour what to install
[quote="Antonio Linares":du97or8r]It is safe if you know what you are doing <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> You need some level of expertise to properly manage folders and files permissions and to properly configure Apache[/quote:du97or8r] Ok, thank you! I...
mod_harbour what to install
Dear Antonio, copy libharbour.dll into c:\Apache24\htdocs\ I do not have htdocs inside apache. My htdocs is at the same level as apache. c:\xampp\apache\ c:\xampp\htdocs\ Should I create c:\xampp\apache\htdocs. I see that all the other DLL-files are inside the c:\xampp\apache\bin folder. Thank you in advance Otto
mod_harbour what to install
[quote="Otto":22ny1uwy]Dear Antonio, copy libharbour.dll into c:\Apache24\htdocs\ I do not have htdocs inside apache. My htdocs is at the same level as apache. c:\xampp\apache\ c:\xampp\htdocs\ Should I create c:\xampp\apache\htdocs. I see that all the other DLL-files are inside the c:\xampp\apache\bin folder. Th...
mod_harbour what to install
Dear Cristobal, I tried to install but now APACHE is not starting anymore. What can I check. Thank you in advance Otto
mod_harbour what to install
[quote="wartiaga":1u0ez291][quote="Antonio Linares":1u0ez291]It is safe if you know what you are doing <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> You need some level of expertise to properly manage folders and files permissions and to properly configure Apache[/quote:...
mod_harbour what to install
[quote="Otto":3hjrcg11]Dear Cristobal, I tried to install but now APACHE is not starting anymore. What can I check. Thank you in advance Otto[/quote:3hjrcg11] Dear Otto, Does it report an error ? Please check the files that there are here xampp\apache\logs
mod_harbour what to install
[quote="Antonio Linares":27jb2swt][quote="wartiaga":27jb2swt][quote="Antonio Linares":27jb2swt]It is safe if you know what you are doing <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> You need some level of expertise to properly manage folders and files permissions and to...
mod_harbour what to install
Please go to localhost from your web browser and check if you already have a running server
mod_harbour what to install
[quote="Antonio Linares":1cm3z0pk]Please go to localhost from your web browser and check if you already have a running server[/quote:1cm3z0pk] Yes, It's work!
mod_harbour what to install
Please post here an image of what you get. It seems as you already have a running web server so lets identify it
mod_harbour what to install
Are you using Windows ? 32 or 64 bits ?
mod_harbour what to install
[quote="Antonio Linares":21mf4vkr]Are you using Windows ? 32 or 64 bits ?[/quote:21mf4vkr] 32 bits
mod_harbour what to install
Have you copied mod_harbour.so and libharbour.dll to the locations that I explained here ? Please go to c:\Apache24htdocs and create a test.prg like this one: [code=fw:3867w3n3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#4...
mod_harbour what to install
[quote="Antonio Linares":32q79vm1]Have you copied mod_harbour.so and libharbour.dll to the locations that I explained here ? Please go to c:\Apache24htdocs and create a test.prg like this one: [code=fw:32q79vm1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Mai...
mod_harbour what to install
Now you have to edit c:\Apache24\conf\httpd.conf and place these lines: [code=fw:333gvdb4]<div class="fw" id="{CB}" style="font-family: monospace;">LoadModule harbour_module modules/mod_harbour.so<br /><br /><FilesMatch <span style="color: #ff0000;">"<span style="color: #000000;">\.</span>(prg|hrb)$"</span>><br />&nbs...
mod_harbour what to install
Hello Antonio, I get following error: Error: Apache shutdown unexpectedly. 15:00:07 [Apache] This may be due to a blocked port, missing dependencies, 15:00:07 [Apache] improper privileges, a crash, or a shutdown by another method. 15:00:07 [Apache] Press the Logs button to view error logs and check 15:00:07 [Ap...
mod_harbour what to install
[quote="Otto":3gkmxgsu]Hello Antonio, I get following error: Error: Apache shutdown unexpectedly. 15:00:07 [Apache] This may be due to a blocked port, missing dependencies, 15:00:07 [Apache] improper privileges, a crash, or a shutdown by another method. 15:00:07 [Apache] Press the Logs button to view error logs ...
mod_harbour what to install
Hello, is your server now running. Which WINDOWS SERVER do you use. Can you zip your Apache folder and share with us, please. Thank you in advance Otto
mod_harbour what to install
Hi Antonio. Have you any news about using Advantage Database ? Thanks a lot. Massimo
mod_harbour what to install
Massimo, Advantage DLLs for Win32, 64 and Linux: [url:5y01ro9r]http&#58;//devzone&#46;advantagedatabase&#46;com/dz/content&#46;aspx?key=20&Release=19&Product=5[/url:5y01ro9r] We need them in order to test the ADS connection We move forward...
mod_harbour what to install
I have PC with still Windows 7 32bit I have installed XAMPP What i have to do for installation of MOD_HARBOUR ? Please easy step tks Romeo
mod_harbour what to install
Romeo, 1. Copy this mod_harbour.so to c:\xampp\apache\modules [url:kgxi722t]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/blob/master/windows/win32/mod_harbour&#46;so[/url:kgxi722t] 2. Copy this libharbour.dll to c:\xampp\htdocs [url:kgxi722t]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/blob/master/windo...
mod_harbour what to install
Ciao I followed all the indications an i got this error: c:\Apache24\htdocs\libharbour.dll Impossibile trovare il modulo specificato. (enable to load this dll) Anyhow i create that folder and put the DLL inside. All works But how to correct that ? Tks
mod_harbour what to install
At the beginning of the file C:\xampp\apache\conf\httpd.conf [quote:3bs7k4b7] Define SRVROOT "C:/xampp/apache" SetEnv LIBHARBOUR "c:\xampp\htdocs\libharbour.dll" #Define LIBHARBOUR "c:\xampp\htdocs\libharbour.dll" ServerRoot "C:/xampp/apache" [/quote:3bs7k4b7]
mod_harbour what to install
Ops I Got the same error ! R
mod_harbour what to install
One question. I just start creating my first MOD_HARBOUR application on my PC with XAMMP.. After creating it, i have to move it on WEB In general, as is it possible to ask to administrator to modify the APACHE CONFIG and copy ours file in them server to run out PRG files ? Or there is some WEB/Hosting just ready fo...
mod_harbour what to install
Romeo, For now you need to use a dedicated server where you can use mod_harbour
mod_harbour what to install
Romeo, this is my web server. Please test the speed yourself: [url:rbfhnjj4]https&#58;//my3zinnen&#46;com/samples/temp&#46;prg[/url:rbfhnjj4] [url:rbfhnjj4]https&#58;//my3zinnen&#46;com/samples/genesis/index&#46;prg[/url:rbfhnjj4] The server is connected with [b:rbfhnjj4]SIM card [/b:rbfhnjj4]with static IP to the...
mod_harbour what to install
Great ! My i rent a server and modify it for MOD_HARBOuR ? tks R
mod_harbour what to install
yes !!! It has to be a dedicated server. To start with mod_harbour you don't need a dedicated server, just use your Windows 10 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
mod_harbour what to install
Hello, translated with google. I followed the instuctions and all worked. Thank you Jose. On this server I use APACHE 64 bit and mod harbour 64 bit. Best regards Otto *** MANUAL PARA INSTALACION Y EJECUCION DE MOD_HARBOUR EN WINDOWS *** ====================================================================== // Tips,...
mod_harbour what to install
hallo, can you provide me a secure link for apache download? thanks
mod_harbour what to install
This? (search "binaries" ) <!-- m --><a class="postlink" href="http://httpd.apache.org/download.cgi">http://httpd.apache.org/download.cgi</a><!-- m --> or search Xampp ( if your SO is Windows )
mod_harbour what to install
thank you cnavarro. what is the substantial difference between apache and xampp?
mod_harbour what to install
Hello, XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing and deployment purposes. Best regards Otto
mod_harbour what to install
thank you Otto. Hi, I have the same problem here: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37392&p=223791&hilit=c%3A%5CApache24%5Chtdocs%5Clibharbour.dll#p223791">viewtopic.php?f=3&t=37392&p=223791&hilit=c%3A%5CApache24%5Chtdocs%5Clibharbour.dll#p223791</a><!-- l ...
mod_harbour what to install
solved : <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37392&start=30#p224707">viewtopic.php?f=3&t=37392&start=30#p224707</a><!-- l --> thank Otto
mod_harbour with hbnetio
Hi to all and merry christmas. as today i'm working with a dedicated ubuntu 18.04.03 lts server and harbour 3.4 ( compiled from source ) 64 bit plus hwgui as desktop application running on the same server. I use harbour 3.4 for ssl and curl suport. Also i have a hbnetio server for some windows clients running with har...
mod_harbour with hbnetio
It seems you haven't looked at github repository...
mod_harbour with hbnetio
[url:294re9qa]https&#58;//github&#46;com/FiveTechSoft/mod_harbour[/url:294re9qa]
mod_harbour with hbnetio
Good Morning Many many thanks for your great job mod_harbour could be an other listone for the harbour community. i have take a look at mod_harbour github repository, even before the inital post. My configuratuion is this : Ubuntu server 18.04.03 64 bits Harbour 3.4 Hwgui textual app server compiled with netio, wai...
mod_harbour with hbnetio
You can easily build mod_harbour using hbmk2: modharbour.hbp [code=fw:1fuooylt]<div class="fw" id="{CB}" style="font-family: monospace;">-hbdynvm<br />-olibharbour<br />-trace<br /><br />-l-hbfship<br />-l-hbxpp<br /><br />apache.prg<br /><br />hbhpdf.hbc<br />xhb.hbc<br />hbct.hbc<br /><br /><span style="color: #00C8...
mod_harbour y vscode con Antonino debugger juntos !!!!
Ahora tenemos editor de código y DEBUGGER!!! con Windows, Linux y OSX <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> [img:35vhmepp]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/vscode_modharbour&#46;png?raw=true[/img:35vhmepp]
mod_harbour y vscode con Antonino debugger juntos !!!!
[img:2y4usao0]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/modharbour_arch&#46;png?raw=true[/img:2y4usao0]
mod_harbour: new #modharbour_en channel in Slack
Hi everyone! For those interested in mod_harbour, there is a new channel in Slack run in English <!-- m --><a class="postlink" href="https://join.slack.com/t/harbourproject/shared_invite/enQtNjg2NTk1OTU4NTc2LTc4YzVjMjQ3NWEwZDQxZjg3OGViMGYxNmE2MTIwN2YxZmM0ZTM2MGE4M2I3YjQ2OWZkNTM3NmZkNWMzMmZmYzM">https://join.slack.com...
modal dialog
I write down what problems I faced with the modal dialog. [b:2h1lx0m1]HTML 5 [/b:2h1lx0m1]modal dialog on modal dialog is not supported [b:2h1lx0m1]Autocomplete [/b:2h1lx0m1] Autocomplete Appearing behind the Modal popup <!-- m --><a class="postlink" href="https://stackoverflow.com/questions/22343508/auto-complete...
modal dialog
Dear Otto, First solution here seems to work fine: (run the provided code snippet button in the solution) [url:3bg9hwfg]https&#58;//stackoverflow&#46;com/questions/19528173/bootstrap-open-another-modal-in-modal[/url:3bg9hwfg]
modal dialog
Dear Antonio, It seems that this example is with Bootstrap 5 (beta). Here it is still working. Ruth tested with the release, and she also found a link where they tell that it is not supported anymore. For the new WINHOTEL online we changed all the LIBs to the latest one and try to start as clean as possible: your m...
modelos Hacienda AEAT
Hola: ¿Alguno ha conseguido generarlos?. Por favor, me gustaría contactar con el para llegar a un acuerdo. Muchas gracias.
modelos Hacienda AEAT
Por lo que yo tengo entendido es necesario utilizar los módulos de impresión de la Agencia Tributaria (previo firma del convenio de colaboración para ello). Es decir, no puedes generar el modelo si no es mediante la utilización de uno de estos módulos. Tanto el diseño de registro como la documentación referente a los d...
modelos Hacienda AEAT
Es correcto, la cosa es como te dice Manuel. Convenio mediante, te facilitan la información para que despues puedas hacer consultas. Los módulos de impresión, tal como los venían presentando, están en proceso de extinción. O bien usas aplicativos JAVA o bien usas las interfaces WEB para las presentaciones y validacione...
modelos Hacienda AEAT
Muchas gracias a ambos por responder. Carlos, ¿entonces tu tienes convenio para hacerlo vía web?. ¿Te interesaría vender el código fuente?. Gracias <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
modharbour Patcher
ODHarbour Patcher The MODHarbour Patcher runs as an *.exe on the server in c:\xampp\htdocs\ It allows you to split code into several pieces/prgs to take out complexity. This is especially for beginners and newbies really usefull and helps to overcome sticking points at the entry. Best regards Otto [img:3rux4xdg]htt...
modharbour Patcher
Great job! Thank you for the video!
modharbour Patcher
Dear Otto, very creative! You are always discovering new possibilities
modharbour Patcher
Hello, now it is possible to use mod harbour include files also inside an include file. mod harbour patcher supports: |- for comments -> link to include file &- start line -& end of line Best regards, Otto sample [code=fw:24dgmxkw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> &-<br />    |- row w...
modharbour experience I
Hola, Sesiones modHarbour. A partir del próximo viernes 6/11/2020 a las 17.00 en nuestro canal de skype <!-- m --><a class="postlink" href="https://join.skype.com/cnzQg3Kr1dnk">https://join.skype.com/cnzQg3Kr1dnk</a><!-- m --> diferentes amigos programadores compartirán su experiencia con modHarbour y sus proyectos en...
modharbour.app
Hola, Os comparto este enlace para que pueda ser un punto de entrada a consultar informacion sobre mod Harbour --> <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=46&t=38962#p232422">viewtopic.php?f=46&t=38962#p232422</a><!-- l --> Buen fin de semana
modharbour.app
Gracias por todo tu esfuerzo y conocimiento. Enviado desde mi POCOPHONE F1 mediante Tapatalk
modharbour.club
Hello friends, [url:3ccdis83]http&#58;//www&#46;modharbour&#46;club[/url:3ccdis83] is my LAB server for mod harbour. The internet provider has now blown in the fiber optics, and we have done the setup. [url:3ccdis83]https&#58;//www&#46;modharbour&#46;club/public/hardware_fibre&#46;pdf[/url:3ccdis83] The SSL certi...
modharbour.club
Hello friends, Our modHarbour.Club server will be offline for some time. We try to recreate exactly the setup on the modHarbour.Club server. like Lawrence Systems in the video: [url:1xvpop5s]https&#58;//www&#46;youtube&#46;com/watch?v=b2w1Ywt081o[/url:1xvpop5s] [img:1xvpop5s]https&#58;//mybergland&#46;com/fwforum/m...
modharbour.club
I have a 100/100 fiber optic connection for a few days. After using various firewalls for testing purposes, I have now decided on OPNSense. I ordered the hardware for the new router from AliExpress, and I will receive the new hardware in a few days. In the meantime, I use an i7 notebook with a USB2Eth adapter. The ...
modharbour.club
Now we are routing 2 public IPs. [img:b1ql4y6q]https&#58;//mybergland&#46;com/fwforum/flowchart2&#46;jpg[/img:b1ql4y6q] This is our LAB at the moment. [img:b1ql4y6q]https&#58;//mybergland&#46;com/fwforum/lab&#46;jpg[/img:b1ql4y6q]
modharbour.club
Redirecting modharbour.club to the new public IP [img:3c0i3lup]https&#58;//mybergland&#46;com/fwforum/modharbourclub_advanceddns&#46;jpg[/img:3c0i3lup]
modharbour.club
Hello friends, Now I have transfered <!-- m --><a class="postlink" href="https://www.modharbour.club">https://www.modharbour.club</a><!-- m --> to the new server. The new server has an SSL certificate. This whole page uses mod harbour. Best regards, Otto [img:2kds4pvc]https&#58;//mybergland&#46;com/fwforum/verifi...
modharbour.club
Hello friends, Today I transferred <!-- w --><a class="postlink" href="http://www.bergland.info">www.bergland.info</a><!-- w --> to my new server. Until I get the firewall hardware, I ordered from AliExpress, I use USB2Eth adapters for the different networks. Best regards, Otto [img:71df4hax]https&#58;//mybergla...
modharbour.club
Dear freinds, It is a great pleasure for me to welcome our 300th member today. For all those who do not know modharbour.club yet, I post the link again here: [url:3bhy2wto]https&#58;//www&#46;facebook&#46;com/groups/modharbour&#46;club[/url:3bhy2wto] Best regards, Otto [img:3bhy2wto]https&#58;//mybergland&#46;com/...
modharbour.club
good day Master Linanes indicates that the mod-harbour is not functional
modharbour.club
Only mod_harbour CGI is truly functional. All other versions will crash Apache and the server itself. You should trust what I am saying, as it is based on me and my team tests in a large company for three years. And it became a nightmare until we decided to go the CGI way.
modharbour.com
Dear freinds, It is a great pleasure for me to welcome our 300th member today. For all those who do not know modharbour.club yet, I post the link again here: [url:2yc0w2d3]https&#58;//www&#46;facebook&#46;com/groups/modharbour&#46;club[/url:2yc0w2d3] Best regards, Otto [img:2yc0w2d3]https&#58;//mybergland&#46;com/...
modharbour.org
Dear friends, please bookmark the new domain. [url:hwy7f34y]http&#58;//modharbour&#46;org[/url:hwy7f34y] Best regards, Otto
modharbour.org
Dear friends, please bookmark the new domain. [url:1577kyn3]http&#58;//modharbour&#46;org[/url:1577kyn3] Best regards, Otto
modharbour.org
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
modharbour.org
Otto: Thanks a lot. Regards
modharbour.skype
Read more here: <!-- m --><a class="postlink" href="https://www.facebook.com/groups/modharbour.club">https://www.facebook.com/groups/modharbour.club</a><!-- m --> [img:1vjb3iu4]https&#58;//mybergland&#46;com/fwforum/modharbourskype&#46;jpg[/img:1vjb3iu4]
modharbour.skype
Dear friends, Xmas is just around the corner, and maybe Santa Claus will bring one or the other a new notebook or PC. We held our first SKYPE session and recorded the unboxing of an HP notebook with complete installation of APACHE server and mod harbour. It takes 13 minutes to set up the new notebook and set up the ...
modificacion del tooltips ballon en toolbar de Hernan Diego
Hola saludos, problemas con los tooltips, ya busque por todo el forum y encontre esto, y es justamente mi problema, pero no tengo la solución y de verdad me urge full. cuando uso las tooltips tipo ballons en una button bar unciona bien, pero cuando la uso en una tooltips no funciona el ballons, lei en el foro que Her...
modificacion del tooltips ballon en toolbar de Hernan Diego
Tienes que modificar la clase TWINDOW. En windows.prg busca "ballon" y cambia la linea por esto: hWnd = CreateToolTip( Self:hWnd,cToolTip, .t. ) //for ballon tooltips Un saludo, Manuel
modificacion del tooltips ballon en toolbar de Hernan Diego
[quote="Manuel Aranda":2cwg3hd9]Tienes que modificar la clase TWINDOW. En windows.prg busca "ballon" y cambia la linea por esto: hWnd = CreateToolTip( Self:hWnd,cToolTip, .t. ) //for ballon tooltips Un saludo, Manuel[/quote:2cwg3hd9] Gracias Manuel por contestar, eso ya lo hize y funciona perfectamente en todo el p...
modificando el build.sh para Mac me da un error... ayuda
Hola. Estoy adaptando el build.sh y cuando quiere comenzar a compilar los modelos "c" me sale este error: [quote:xp53k2g5]clang: error: no such file or directory: 'test.prg.c'[/quote:xp53k2g5] y cuando veo en la carpeta existe el test.c pero no el "test.prg.c" como puedo hacer para modificar esto? la parte del scrip...
modificando el build.sh para Mac me da un error... ayuda
Estimado Gustavo, Tienes que usarlo asi: ./build.sh test y no asi: ./build.sh test.prg
modificar browse en un dialog
Buenas tardes tengo un dialog con un get y una twbrowse (desde recursos) primero toma foco el get (desabilitado al inicio el browse), hasta ese momento el browse esta lleno con una tabla temporal que tiene un solo campo, el el valid del get le envio a una funcion que me cambia de tabla el browse con otra de 4 campos, p...
modificar browse en un dialog
Wilson Arma un ejemplo ZIPeado compilable para comprobarlo. Salu2 Hernan
modificar browse en un dialog
gracias maestro aca esta <!-- m --><a class="postlink" href="http://hyperupload.com/download/028b50f867/pruebabr.zip.html">http://hyperupload.com/download/028b50f ... r.zip.html</a><!-- m --> Gracias x Todo
modificar browse en un dialog
Maestro Todo arreglado era que no estaba apuntada la tabla como un alias activo cuando se crea el browse la primera vez Por cierto funciona oK Gracias
modificar el sistema cuando ya está distribuido
Compañeros, ¿Como haceis cuando teneis que realizar una modificación que afecta a las estructura de las DBF y el aplicativo ya está distribuido entre muchos clientes? Cuando no afecta a las DBF, se envia el EXE y listo, pero ¿y si afecta a las DBF? Sin más, un saludo. Lorenzo
modificar el sistema cuando ya está distribuido
Yo he tenido ese problema y lo solucioné desde código. Si lo que quiero es agregar un campo, asigno a una variable la estructura de la base de datos y verifico si el campo a agregar se encuentra, si no está renombro la base y creo la nueva estructura y después appendo los datos. No sé si es la mejor manera pero me a da...