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: #ff0000;">"<span style="color: #000000;">\.</span>(prg|hrb)$"</span>><br /> SetHandler harbour<br /></FilesMatch></div>[/code:2ujxk628]
4. run c:\Apache24\bin\httpd.exe
5. From your browser go to localhost and check that apache is properly running
6. At c:\Apache24\htdocs create this symlink: (run cmd as administrator)
mklink /j modharbour_samples c:\mod_harbour\samples
7. From your browser go to localhost/modharbour_samples
8. click on the different examples
|
mod_harbour what to install
|
You can run all published mod_harbour examples directly from here:
[url:d6ppo4z4]https://harbour.fourtech.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://harbour.fourtech.es/modharbour_samples/sandbox.prg[/url:d6ppo4z4]
You can review the source code of all the examples from here:
[url:d6ppo4z4]https://github.com/FiveTechSoft/mod_harbour/tree/master/samples[/url:d6ppo4z4]
|
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://github.com/FiveTechSoft/mod_harbour/blob/master/windows/win64/mod_harbour.so[/url:306el4no]
[url:306el4no]https://github.com/FiveTechSoft/mod_harbour/blob/master/windows/win64/libharbour.dll[/url:306el4no]
For 32 bits download the files from here:
[url:306el4no]https://github.com/FiveTechSoft/mod_harbour/blob/master/windows/win32/mod_harbour.so[/url:306el4no]
[url:306el4no]https://github.com/FiveTechSoft/mod_harbour/blob/master/windows/win32/libharbour.dll[/url:306el4no]
|
mod_harbour what to install
|
More examples:
[url:oh7r3px1]https://harbour.fourtech.es/modharbour_samples/chart.prg[/url:oh7r3px1]
|
mod_harbour what to install
|
[quote="Antonio Linares":xnii66fa]More examples:
[url:xnii66fa]https://harbour.fourtech.es/modharbour_samples/chart.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 you!
|
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 try with apache and the browser give this error if I type the address <!-- m --><a class="postlink" href="http://localhost/modharbour_samples/">http://localhost/modharbour_samples/</a><!-- m -->
Forbidden
You don't have permission to access /modharbour_samples/ on this server.
When i execute httpd:
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd
httpd: Syntax error on line 494 of C:/Program Files/Apache Software Foundation/A
pache2.2/conf/httpd.conf: API module structure 'harbour_module' in file C:/Progr
am Files/Apache Software Foundation/Apache2.2/modules/mod_harbour.so is garbled
- expected signature 41503232 but saw 41503234 - perhaps this is not an Apache m
odule DSO, or was compiled for a different Apache version?
|
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.
Thank you in advance
Otto[/quote:22ny1uwy]
Otto, not create c:\xampp\apache\htdocs
Use c:\xampp\htdocs\ for copy libharbour.dll
|
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:1u0ez291]
Ok, thank you!
I try with apache and the browser give this error if I type the address <!-- m --><a class="postlink" href="http://localhost/modharbour_samples/">http://localhost/modharbour_samples/</a><!-- m -->
Forbidden
You don't have permission to access /modharbour_samples/ on this server.
When i execute httpd:
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd
httpd: Syntax error on line 494 of C:/Program Files/Apache Software Foundation/A
pache2.2/conf/httpd.conf: API module structure 'harbour_module' in file C:/Progr
am Files/Apache Software Foundation/Apache2.2/modules/mod_harbour.so is garbled
- expected signature 41503232 but saw 41503234 - perhaps this is not an Apache m
odule DSO, or was compiled for a different Apache version?[/quote:1u0ez291]
You need to use Apache 2.4, which it is the latest version
|
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 properly configure Apache[/quote:27jb2swt]
Ok, thank you!
I try with apache and the browser give this error if I type the address <!-- m --><a class="postlink" href="http://localhost/modharbour_samples/">http://localhost/modharbour_samples/</a><!-- m -->
Forbidden
You don't have permission to access /modharbour_samples/ on this server.
When i execute httpd:
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd
httpd: Syntax error on line 494 of C:/Program Files/Apache Software Foundation/A
pache2.2/conf/httpd.conf: API module structure 'harbour_module' in file C:/Progr
am Files/Apache Software Foundation/Apache2.2/modules/mod_harbour.so is garbled
- expected signature 41503232 but saw 41503234 - perhaps this is not an Apache m
odule DSO, or was compiled for a different Apache version?[/quote:27jb2swt]
You need to use Apache 2.4, which it is the latest version[/quote:27jb2swt]
Thank you Antonio but now i get this error:
C:\Apache2.4\bin>httpd
AH00558: httpd: Could not reliably determine the server's fully qualified domain
name, using fe80::2c75:11f9:8ec:d9f0. Set the 'ServerName' directive globally t
o suppress this message
(OS 10048)Normalmente Ú permitida apenas uma utilizaþÒo de cada endereþo de soqu
ete (protocolo/endereþo de rede/porta). : AH00072: make_sock: could not bind to
address [::]:80
(OS 10048)Normalmente Ú permitida apenas uma utilizaþÒo de cada endereþo de soqu
ete (protocolo/endereþo de rede/porta). : AH00072: make_sock: could not bind to
address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
|
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;">(</span><span style="color: #000000;">)</span><br /><br /> ? <span style="color: #ff0000;">"Hello world"</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span></div>[/code:3867w3n3]
Now from your browser go to localhost/test.prg and let me know what you get
|
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> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> ? <span style="color: #ff0000;">"Hello world"</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span></div>[/code:32q79vm1]
Now from your browser go to localhost/test.prg and let me know what you get[/quote:32q79vm1]
Antonio if i type hocalhost in browser i get its work! if i type localhost/test.prg i get:
function Main()
? "Hello world"
return nil
|
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 /> SetHandler harbour<br /></FilesMatch></div>[/code:333gvdb4]
And restart Apache (or your PC)
|
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 [Apache] the Windows Event Viewer for more clues
15:00:07 [Apache] If you need more help, copy and post this
15:00:07 [Apache] entire log window on the forums
This is what I did:
Attached my server info:
I use WINDOWS 2012R2 64 bit and Apache / 2.4.33 (Win32) OpenSSL / 1.1.0h PHP / 7.2.5
My first question:
If you use Windows 64 then use Apache 64. For Windows 32 use Apache 32.
I downloaded 64 bit version.
1. copy mod_harbour.so to c:\Apache24\modules\
c:\xampp\apache\modules\
2. copy libharbour.dll to c:\Apache24\htdocs\
c:\xampp\htdocs\
3. Edit c:\Apache24\conf\httpd.conf and add these lines:
Code: Select all Expand view
LoadModule harbour_module modules/mod_harbour.so
<FilesMatch "\.(prg|hrb)$">
SetHandler harbour
</FilesMatch>
after
#LoadModule xml2enc_module modules/mod_xml2enc.so
I inserted
LoadModule harbour_module modules/mod_harbour.so
<FilesMatch "\.(prg|hrb)$">
SetHandler harbour
</FilesMatch>
4. run c:\Apache24\bin\httpd.exe
But here Apache does not start again.
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 [Apache] the Windows Event Viewer for more clues
15:00:07 [Apache] If you need more help, copy and post this
15:00:07 [Apache] entire log window on the forums
Thank you in advance
Otto
|
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 and check
15:00:07 [Apache] the Windows Event Viewer for more clues
15:00:07 [Apache] If you need more help, copy and post this
15:00:07 [Apache] entire log window on the forums
This is what I did:
Attached my server info:
I use WINDOWS 2012R2 64 bit and Apache / 2.4.33 (Win32) OpenSSL / 1.1.0h PHP / 7.2.5
My first question:
If you use Windows 64 then use Apache 64. For Windows 32 use Apache 32.
I downloaded 64 bit version.
1. copy mod_harbour.so to c:\Apache24\modules\
c:\xampp\apache\modules\
2. copy libharbour.dll to c:\Apache24\htdocs\
c:\xampp\htdocs\
3. Edit c:\Apache24\conf\httpd.conf and add these lines:
Code: Select all Expand view
LoadModule harbour_module modules/mod_harbour.so
<FilesMatch "\.(prg|hrb)$">
SetHandler harbour
</FilesMatch>
after
#LoadModule xml2enc_module modules/mod_xml2enc.so
I inserted
LoadModule harbour_module modules/mod_harbour.so
<FilesMatch "\.(prg|hrb)$">
SetHandler harbour
</FilesMatch>
4. run c:\Apache24\bin\httpd.exe
But here Apache does not start again.
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 [Apache] the Windows Event Viewer for more clues
15:00:07 [Apache] If you need more help, copy and post this
15:00:07 [Apache] entire log window on the forums
Thank you in advance
Otto[/quote:3gkmxgsu]
Hi Otto, try to run apache in other port, you can change this in httpd.conf try 8080 port.
|
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://devzone.advantagedatabase.com/dz/content.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://github.com/FiveTechSoft/mod_harbour/blob/master/windows/win32/mod_harbour.so[/url:kgxi722t]
2. Copy this libharbour.dll to c:\xampp\htdocs
[url:kgxi722t]https://github.com/FiveTechSoft/mod_harbour/blob/master/windows/win32/libharbour.dll[/url:kgxi722t]
3. Add these lines to the bottom of c:\xampp\apache\conf\httpd.conf
[code=fw:kgxi722t]<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 /> SetEnv LIBHARBOUR <span style="color: #ff0000;">"c:/xampp/htdocs"</span> <br /> SetHandler harbour<br /></FilesMatch></div>[/code:kgxi722t]
4. Create a test.prg at c:\xampp\htdocs:
[code=fw:kgxi722t]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> ? <span style="color: #ff0000;">"Hello world"</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span></div>[/code:kgxi722t]
5. From your browser go to localhost/test.prg
|
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 for this ?
Tks
|
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://my3zinnen.com/samples/temp.prg[/url:rbfhnjj4]
[url:rbfhnjj4]https://my3zinnen.com/samples/genesis/index.prg[/url:rbfhnjj4]
The server is connected with [b:rbfhnjj4]SIM card [/b:rbfhnjj4]with static IP to the internet.
We use Archer MR200 Routers.
We have added Virual Servers for following services:
RDP, sock, http, https and mysql.
As Internet Server we use Apache and and mod harbour.
Speed is top.
SSL certificate is working fine.
Best regards
Otto
[img:rbfhnjj4]http://www.atzwanger-software.com/fw/cloudserver.jpg[/img:rbfhnjj4]
|
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, to avoid writing errors I advise you to copy paste everything you can <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->)
// I have not done it but it has come out in 10 steps.
// The tutorial although I have transcribed it is due to wisdom and the desire to help
// of the friend Cristobal Navarro. Without it nothing would be the same, Ah we can program in the FIVEDIT
// and execute the code from the same IDE.
// Thanks to Antonio Linares, Cristobal Navarro and everyone who contributes, especially
// to Carles Aubia so that mod_harbour grows every day. MANY THANKS.
1.- Download XAMPP for windows web. <!-- m --><a class="postlink" href="https://www.apachefriends.org/es/index.html">https://www.apachefriends.org/es/index.html</a><!-- m -->
2.- Download mod_harbour from the web. <!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/mod_harbour">https://github.com/FiveTechSoft/mod_harbour</a><!-- m -->
3.- We install XAMPP folder by default C:\xampp
4.- we create a new folder called modharbour_samples in C:\xampp\htdocs
5.- In that folder created "modharbour_samples" we copy the inside of
the samples folder of the file "mod_harbour-master.zip" that we have downloaded.
But look inside the folder "samples" the same folder is not included
There are a number of apps, blog folders, all that.
6.- Search within the downloaded zip "mod_harbour-master.zip" the file mod_harbour.so of the
version of windows that you use (in my case 64 bits, it is in
mod_harbour-master.zip \ mod_harbour-master \ windows \ win64) and copy it to C: \ xampp \ apache \ modules
7.- In the same folder you have mod_harbour.so in this case mod_harbour-master \ windows \ win64
there is a libharbour.dll dll copy it to C: \ xampp \ htdocs
8.- In the folder C: \ xampp \ apache \ conf there is a file called httpd.conf, make a copy
security of the same as a precaution, now edit the file and at the beginning of it and before
Define SRVROOT "C:/xampp/apache"
ServerRoot "C:/xampp/apache"
paste these two lines
Define SRVROOT "C:/xampp/apache"
SetEnv LIBHARBOUR "c:\xampp\htdocs\libharbour.dll"
Then look for Loadmodule in the file, you get a list (there are quite a few)
go to the end of all of them and place.
LoadModule harbour_module modules/mod_harbour.so
<FilesMatch "\.(prg|hrb)$">
SetHandler harbour
</FilesMatch>
Save the file.
9.- Now start the Apache and in the browser type:
localhost/modharbour_samples/info.prg
You should get the correct screenshot with the code .prg executed in Apache.
10.- Now you can go testing all the files you have in Samples or add yours
Own, you know.
localhost/modharbour_samples/mifichero.prg
And that's all my friends.
Jose Vte. Cheto Agosto - 2019.
|
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 -->
I created c:\Apache24\htdocs and put inside libharbour.dll but how can I to solve it without c:\Apache24\htdocs?
cnavarro's suggestion dont works:
<!-- 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#p223794">viewtopic.php?f=3&t=37392&p=223791&hilit=c%3A%5CApache24%5Chtdocs%5Clibharbour.dll#p223794</a><!-- l -->
thanks
|
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 harbour 3.2.
My idea is compile from source mod_harbour with hbnetio with harbour 3.4 and if is possible run it with lighttpd webserver ( this to verify if could be run even with
this webserver which is faster then apache, [ i have made some tests with lighttppd and mongoose, with hmg_web and works but on windows o.s. ).
Are there some instructions to build from source ?
regards
|
mod_harbour with hbnetio
|
It seems you haven't looked at github repository...
|
mod_harbour with hbnetio
|
[url:294re9qa]https://github.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, waiting for intranet/extranet/internet connection.
i do not need harbour_for_modharbour, becouse is a 3.2 version.
i take a look at go.sh and build.sh to replicate the building of libharbour.so.3.2.0 that in my case have to be libharbour.so.3.4.0
but i do not find the information how to build this library :
the question is which are the software elements that have to stay in this library ?
where is the file for including the actual libraries and other that i want to include ?
regards and
un prospero año nuevo
|
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: #00C800;">mod</span>.hbp</div>[/code:1fuooylt]
mod.hbp
[code=fw:1fuooylt]<div class="fw" id="{CB}" style="font-family: monospace;">-hbdyn<br />-omod_harbour.so<br /><br />-cflag=-TC<br />-ic:\apache24\include<br />mod_harbour.c<br /><br />-Lc:\Apache24\lib<br />-lapr<span style="color: #000000;">-1</span><br />-laprutil<span style="color: #000000;">-1</span><br />-llibapr<span style="color: #000000;">-1</span><br />-llibaprutil<span style="color: #000000;">-1</span><br />-llibhttpd</div>[/code:1fuooylt]
Please change the above paths according to your ubuntu settings
|
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://github.com/FiveTechSoft/screenshots/blob/master/vscode_modharbour.png?raw=true[/img:35vhmepp]
|
mod_harbour y vscode con Antonino debugger juntos !!!!
|
[img:2y4usao0]https://github.com/FiveTechSoft/screenshots/blob/master/modharbour_arch.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/t/harbourproject ... WMzMmZmYzM</a><!-- m -->
Everyone are welcome!
KR,
|
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-appearing-behind-the-modal-popup">https://stackoverflow.com/questions/223 ... odal-popup</a><!-- m -->
[quote:2h1lx0m1]
Thanks, I upvoted because this solved my problem within seconds of searching for a solution. You can use an element's ID in the appendTo option like so appendTo: "#your_element_id".
[/quote:2h1lx0m1]
[code=fw:2h1lx0m1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <p>Modified Behavior<br><br /> <input <span style="color: #0000ff;">id</span>=<span style="color: #ff0000;">"autocomplete2"</span> type=<span style="color: #ff0000;">"text"</span> placeholder=<span style="color: #ff0000;">"U.S. state name"</span>><br /> <input <span style="color: #0000ff;">id</span>=<span style="color: #ff0000;">"autocomplete2-value"</span> type=<span style="color: #ff0000;">"text"</span> <span style="color: #0000ff;">name</span>=<span style="color: #ff0000;">"code"</span>></p><br /><script><br /> <span style="color: #B900B9;">/*<br /> * jQuery UI Autocomplete: Using Label-Value Pairs<br /> * <!-- m --><a class="postlink" href="https://salman-w.blogspot.com/2013/12/jquery-ui-autocomplete-examples.html">https://salman-w.blogspot.com/2013/12/j ... mples.html</a><!-- m --><br /> */</span><br /> <span style="color: #0000ff;">var</span> <span style="color: #00C800;">data</span> = <span style="color: #000000;">[</span><br /> <span style="color: #000000;">{</span> value: <span style="color: #ff0000;">"AL"</span>, label: <span style="color: #ff0000;">"Alabama"</span> <span style="color: #000000;">}</span>,<br /> <span style="color: #000000;">{</span> value: <span style="color: #ff0000;">"AK"</span>, label: <span style="color: #ff0000;">"Alaska"</span> <span style="color: #000000;">}</span>,<br /> <span style="color: #000000;">{</span> value: <span style="color: #ff0000;">"WI"</span>, label: <span style="color: #ff0000;">"Wisconsin"</span> <span style="color: #000000;">}</span>,<br /> <span style="color: #000000;">{</span> value: <span style="color: #ff0000;">"WY"</span>, label: <span style="color: #ff0000;">"Wyoming"</span> <span style="color: #000000;">}</span><br /> <span style="color: #000000;">]</span>;<br /> $<span style="color: #000000;">(</span><span style="color: #00C800;">function</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #000000;">{</span><br /> $<span style="color: #000000;">(</span><span style="color: #ff0000;">"#autocomplete2"</span><span style="color: #000000;">)</span>.autocomplete<span style="color: #000000;">(</span><span style="color: #000000;">{</span><br /> source: <span style="color: #00C800;">data</span>,<br /> focus: <span style="color: #00C800;">function</span><span style="color: #000000;">(</span>event, ui<span style="color: #000000;">)</span> <span style="color: #000000;">{</span><br /> <span style="color: #B900B9;">// prevent autocomplete from updating the textbox</span><br /> event.preventDefault<span style="color: #000000;">(</span><span style="color: #000000;">)</span>;<br /> <span style="color: #B900B9;">// manually update the textbox</span><br /> $<span style="color: #000000;">(</span>this<span style="color: #000000;">)</span>.val<span style="color: #000000;">(</span>ui.item.label<span style="color: #000000;">)</span>;<br /> <span style="color: #000000;">}</span>,<br /> <span style="color: #0000ff;">select</span>: <span style="color: #00C800;">function</span><span style="color: #000000;">(</span>event, ui<span style="color: #000000;">)</span> <span style="color: #000000;">{</span><br /> <span style="color: #B900B9;">// prevent autocomplete from updating the textbox</span><br /> event.preventDefault<span style="color: #000000;">(</span><span style="color: #000000;">)</span>;<br /> <span style="color: #B900B9;">// manually update the textbox and hidden field</span><br /> $<span style="color: #000000;">(</span>this<span style="color: #000000;">)</span>.val<span style="color: #000000;">(</span>ui.item.label<span style="color: #000000;">)</span>;<br /> $<span style="color: #000000;">(</span><span style="color: #ff0000;">"#autocomplete2-value"</span><span style="color: #000000;">)</span>.val<span style="color: #000000;">(</span>ui.item.value<span style="color: #000000;">)</span>;<br /> <span style="color: #000000;">}</span>,<br /> appendTo: <span style="color: #ff0000;">"#editModal"</span><br /><br /> <span style="color: #000000;">}</span><span style="color: #000000;">)</span><br /> <br /> <span style="color: #000000;">}</span><span style="color: #000000;">)</span>;<br /></script><br /><br /><br /> </div>[/code:2h1lx0m1]
|
modal dialog
|
Dear Otto,
First solution here seems to work fine: (run the provided code snippet button in the solution)
[url:3bg9hwfg]https://stackoverflow.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 mod harbour - jquerry and bootstrap and all with the most updated versions.
Now she changed the modal dialog to a collapse which is working fine.
We are also trying an autocomplete input. This seems even better and more Fivewin like.
Best regards,
Otto
[img:37l9qk7r]https://mybergland.com/fwforum/modal_autocompleat_collapse.gif[/img:37l9qk7r]
|
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 distintos modelos los puedes encontrar aquí:
<!-- m --><a class="postlink" href="http://www.aeat.es/AEAT.desarrolladores/Desarrolladores/Desarrolladores.html">http://www.aeat.es/AEAT.desarrolladores ... dores.html</a><!-- m -->
|
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 validaciones.
hb Curl es tu amigo <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
Un saludo.
|
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]https://mybergland.com/fwforum/patcher.gif[/img:3rux4xdg]
|
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 wird in tablegebuchtezimmer angehängt<br /> <br /> $<span style="color: #000000;">(</span><span style="color: #ff0000;">".data-gebuchtTbl tbody"</span><span style="color: #000000;">)</span>.append<span style="color: #000000;">(</span> <span style="color: #ff0000;">"<br /> <tr data-menge='"</span> + MengeAuswahl +<span style="color: #ff0000;">"' data-beschreibung='"</span>+cBeschreibung+<span style="color: #ff0000;">"' data-preis='"</span>+preis+<span style="color: #ff0000;">"' data-summe='"</span>+summe+<span style="color: #ff0000;">"' data-id='"</span>+<span style="color: #0000ff;">id</span>+<span style="color: #ff0000;">"'><br /> <td style='visibility:hidden;'>"</span> + <span style="color: #0000ff;">id</span> + <span style="color: #ff0000;">"</td><br /> |- alle 3 Werte sind in einer Spalte<br /> <td>"</span>+cmenge+<span style="color: #ff0000;">"</td><td><b>"</span>+cZiBezeichnung +<span style="color: #ff0000;">"</b><br> "</span>+ cBeschreibung+<span style="color: #ff0000;">"</td><br /> <br /> <td>"</span>+email+<span style="color: #ff0000;">"</td><br /> <td><button class='btn btn-info btn-xs btn-deletebooking'>Buchung entfernen</button></td><br /> </tr>"</span><span style="color: #000000;">)</span>;<br /> <br /> -&</div>[/code:24dgmxkw]
is automatically patched to this.
[code=fw:24dgmxkw]<div class="fw" id="{CB}" style="font-family: monospace;"><br />$<span style="color: #000000;">(</span><span style="color: #ff0000;">".data-gebuchtTbl tbody"</span><span style="color: #000000;">)</span>.append<span style="color: #000000;">(</span> <span style="color: #ff0000;">"<tr data-menge='"</span> + MengeAuswahl +<span style="color: #ff0000;">"' data-beschreibung='"</span>+cBeschreibung+<span style="color: #ff0000;">"' data-preis='"</span>+preis+<span style="color: #ff0000;">"' data-summe='"</span>+summe+<span style="color: #ff0000;">"' data-id='"</span>+<span style="color: #0000ff;">id</span>+<span style="color: #ff0000;">"'><td style='visibility:hidden;'>"</span> + <span style="color: #0000ff;">id</span> + <span style="color: #ff0000;">"</td><td>"</span>+cmenge+<span style="color: #ff0000;">"</td><td><b>"</span>+cZiBezeichnung +<span style="color: #ff0000;">"</b><br> "</span>+ cBeschreibung+<span style="color: #ff0000;">"</td><td>"</span>+email+<span style="color: #ff0000;">"</td><td><button class='btn btn-info btn-xs btn-deletebooking'>Buchung entfernen</button></td></tr>"</span><span style="color: #000000;">)</span>;</div>[/code:24dgmxkw]
[img:24dgmxkw]https://mybergland.com/fwforum/patcher.jpg[/img:24dgmxkw]
|
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 la web.
<!-- m --><a class="postlink" href="https://forum.modharbour.app/viewtopic.php?f=12&t=17&sid=8a342a2b9f6fb3d353991b83246f414e">https://forum.modharbour.app/viewtopic. ... 83246f414e</a><!-- m -->
|
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://www.modharbour.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://www.modharbour.club/public/hardware_fibre.pdf[/url:3ccdis83]
The SSL certificate for <!-- m --><a class="postlink" href="https://www.modharbour.club">https://www.modharbour.club</a><!-- m --> is already working.
[img:3ccdis83]https://www.modharbour.club/public/ssl.jpg[/img:3ccdis83]
For now, we are using the UniFi Dream Machine pro.
But since I have several IPs, I have to look for another solution here.
Currently, the Dream machine can only route one WAN network.
I will set up an FAQ section on <!-- w --><a class="postlink" href="http://www.modharbour.club">www.modharbour.club</a><!-- w -->.
Best regards,
Otto
|
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://www.youtube.com/watch?v=b2w1Ywt081o[/url:1xvpop5s]
[img:1xvpop5s]https://mybergland.com/fwforum/modharbourclubsetup.jpg[/img:1xvpop5s]
Best regards,
Otto
|
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 router works very well.
[img:1sretr13]https://mybergland.com/fwforum/speedtest.png[/img:1sretr13]
[img:1sretr13]https://mybergland.com/fwforum/flowchart.jpg[/img:1sretr13]
[img:1sretr13]https://mybergland.com/fwforum/notebook.jpg[/img:1sretr13]
[img:1sretr13]https://mybergland.com/fwforum/aliexpress.jpg[/img:1sretr13]
|
modharbour.club
|
Now we are routing 2 public IPs.
[img:b1ql4y6q]https://mybergland.com/fwforum/flowchart2.jpg[/img:b1ql4y6q]
This is our LAB at the moment.
[img:b1ql4y6q]https://mybergland.com/fwforum/lab.jpg[/img:b1ql4y6q]
|
modharbour.club
|
Redirecting modharbour.club to the new public IP
[img:3c0i3lup]https://mybergland.com/fwforum/modharbourclub_advanceddns.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://mybergland.com/fwforum/verifiziert.jpg[/img:2kds4pvc]
|
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://mybergland.com/fwforum/3adapter.jpg[/img:71df4hax]
|
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://www.facebook.com/groups/modharbour.club[/url:3bhy2wto]
Best regards,
Otto
[img:3bhy2wto]https://mybergland.com/fwforum/member300.jpg[/img:3bhy2wto]
|
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://www.facebook.com/groups/modharbour.club[/url:2yc0w2d3]
Best regards,
Otto
[img:2yc0w2d3]https://mybergland.com/fwforum/member300.jpg[/img:2yc0w2d3]
|
modharbour.org
|
Dear friends,
please bookmark the new domain.
[url:hwy7f34y]http://modharbour.org[/url:hwy7f34y]
Best regards,
Otto
|
modharbour.org
|
Dear friends,
please bookmark the new domain.
[url:1577kyn3]http://modharbour.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://mybergland.com/fwforum/modharbourskype.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 Internet and a Skype session.
The installation of APACHE and mod harbour starts at 14:00.
We recorded this session live and did not prepare ourselves for the installation either.
We just wanted to show that you can install everything fully automatically on a new PC with the Installation EXE.
[url:38mwq35q]https://mybergland.com/fwforum/video-20211203_093950-meeting%20recording.mp4[/url:38mwq35q]
Best regards,
Otto
|
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 Hernan Diego habia logrado esto y de verdad me urge, porque estoy por entregar un proyecto y ahora tengo de los dos tipos de baloons y no se ve muy bien la mezcla.
Gracias de Antemano.
Saludos.
Domenico Di Gregorio
Venezuela
_________________
Domenico Di Gregorio
Nodoplus.com
Caracas
quotacom
|
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 programa, pero cuando la barra es de tipo toolbar en vez de barbutton no funciona los ballons, el Maestro Hernan parace que lo acomodo pero nadie me tiene noticias al respecto
|
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 script es esta:
[code=fw:xp53k2g5]<div class="fw" id="{CB}" style="font-family: monospace;"><br />HARBOUR=~/harbour<br />HARB_INC=$HARBOUR/include<br />SOURCE_INC=../include<br />FIVEMAC=~/fivemac<br /><br />echo compiling C module...<br /># add -arch ppc -arch i386 <span style="color: #00C800;">for</span> universal binaries<br /><span style="color: #00C800;">if</span> <span style="color: #000000;">[</span> -d /Applications/Xcode.app <span style="color: #000000;">]</span>; then<br /> echo <span style="color: #ff0000;">"uno"</span><br /> SDKPATH=$<span style="color: #000000;">(</span>xcrun --sdk macosx --show-sdk-path<span style="color: #000000;">)</span><br /> gcc -ObjC $<span style="color: #000000;">1</span>.c -c -I$SDKPATH -I$SOURCE_INC -I$HARB_INC <br /><span style="color: #00C800;">else</span><br /> echo <span style="color: #ff0000;">"dos"</span><br /> gcc -ObjC $<span style="color: #000000;">1</span>.c -c -I$SOURCE_INC -I$HARB_INC<br />fi</div>[/code:xp53k2g5]
Por lo que pude ver es cuando pasa por el tramo donde puse echo "uno"
|
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, pero no se refresca
lo que tengo en la funcion del valid es
Select Camell1 //alias de nueva tabla
oBrw:Enable()
oBrw:cAlias := 'Camell1'
oBrw:aColSizes := {40,100,50,50}
oBrw:bLine := { || _aFields( oBrw ) }
oBrw:refresh()
oBrw:Gotop()
Pero no me refresca, como cambian ustedes de tabla un brosw cuando este tiene otra tabla ??
Use TwBrowse 17 de hernan Fwh 1.7 Mayo Build Bcc551 y xHarbour
Saludos y gracias
Nota esto si funciona en Fwppc
|
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 dado resultado. Espero te sirva.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.