topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
missing vcalenda.ch | Un usuario me envío el fichero de cabecera pero no tenemos el PRG de momento <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
missing vcalenda.ch | [quote="Antonio Linares":33v0dojz]Un usuario me envío el fichero de cabecera pero no tenemos el PRG de momento <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:33v0dojz]
Ah ok, ni modo, quedara esperar...saludos...gracias... <!-- s:shock: --><img src="{SMILIES_PATH}/i... |
missing vcalenda.ch | Vcalendar is made byVagner many years ago...as vBar, vGet and others |
mistake | If when performing any .prg there was a mistake,
(for example at me midnight.prg gives a mistake) and after it to start the working .prg
(for example info.prg), in the browser the mistake will hang all the same. That info.prg
earned it is necessary to stop Apach in XAMPP'e, to start and refresh the page. Whether there ... |
mistake | Are you using Windows 32 or 64 bits ?
Those examples should work fine without errors
Could you post some screenshots ? |
mistake | I am using Windows 64 and faced a similar situation. It's not the cause of the error, but the fact that, after each error, you need to restart Apache in XAMPP
For example I try to execute localhost\samples\AA.prg (in which I made a mistake) and get an error message. I correct the text AA.prg and run localhost\samples\... |
mistake | Windows 64 bits
Xampp . Chrome
midnight.prg
Error: Unknown or unregistered symbol
operation: __DBGENTRY
called from: ../../../apache.prg, (b)MAIN, line: 50
called from: HB_HRBLOAD, line: 0
called from: ../../../apache.prg, EXECUTE, line: 116
called from: ../../../apache.prg, MAIN, line: 61 |
mistake | Hello,
can you please post the code of the prg file wihich causes the error.
So I can test on my servers.
Best regards,
Otto |
mistake | [quote:3m4u2usk]Error: Unknown or unregistered symbol
operation: __DBGENTRY[/quote:3m4u2usk]
you need to run samples/debugoff.prg one or two times until this error goes away
HB_PRGFLAGS is set to -B and debugoff.prg removes this flag from the environment |
mistake | [quote="Antonio Linares":2dkl8269][quote:2dkl8269]Error: Unknown or unregistered symbol
operation: __DBGENTRY[/quote:2dkl8269]
you need to run samples/debugoff.prg one or two times until this error goes away
[/quote:2dkl8269]
Remarkably! Many thanks:) |
mistake | [quote="Otto":1rwvqt90]Hello,
can you please post the code of the prg file wihich causes the error.
So I can test on my servers.
Otto[/quote:1rwvqt90]
It is an example from the samples folder - midnight.prg
Thank you for the instruction for installation! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" ... |
mistake | hi,
I try midnight.prg and get same erroe:
[quote:3mzlxrmv]Error: Unknown or unregistered symbol
operation: __DBGENTRY
called from: ../../../apache.prg, (b)MAIN, line: 32
called from: HB_HRBLOAD, line: 0
called from: ../../../apache.prg, EXECUTE, line: 98
called from: ../../../apache.prg, MAIN, line: 43[/quote:3mzlxrmv... |
mistake | Please restart apache |
mod harbour - speed difference depending on server | Hello,
I did some test on different WANs.
Best regards
Otto
[img:s4wsmx6f]https://mybergland.com/fwforum/speed.gif[/img:s4wsmx6f] |
mod Harbour - eShop | Dear Antonio,
we made following changes into <DIV .
Best regards
Otto
[img:x4gcbmug]https://mybergland.com/FWForum/image_2019_07_09T12_29_33_832Z.png[/img:x4gcbmug]
[img:x4gcbmug]https://mybergland.com/FWForum/modeshop.png[/img:x4gcbmug]
[img:x4gcbmug]https://mybergland.com/FWForum/2... |
mod Harbour - eShop | Dear Otto,
thank you so much <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Here I explain you the right way to cooperate on the development (and fixes) of mod_harbour:
1. From <!-- m --><a class="postlink" href="https://github.com/fivetechsoft/mod_harbour">https://gith... |
mod Harbour - eShop | See how mod_harbour Genesis is evolving <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
live demo:
[url:31td7apx]https://harbour.fourtech.es/modharbour_samples/genesis/index.prg[/url:31td7apx]
full source code:
[url:31td7apx]https://github.com/Five... |
mod Harbour - eShop | Dear Antonio,
GENESIS is great. I am following the evolving.
Can you please post an example how to handle session objects.
Thank you in advance
Otto |
mod Harbour - eShop | Tasks management from mod_harbour genesis:
[url:egjj33q8]https://harbour.fourtech.es/modharbour_samples/genesis/index.prg?tasks[/url:egjj33q8] |
mod Harbour - eShop | [quote="Otto":1roly0qy]Dear Antonio,
GENESIS is great. I am following the evolving.
Can you please post an example how to handle session objects.
Thank you in advance
Otto[/quote:1roly0qy]
Hi Antonio.
I'm making some more tests with mod_harbour.
I have 3 questions.
The first is about sessions, as Otto already aske... |
mod Harbour - eShop | Massimo,
1. In recent genesis.prg changes you can see how to use cookies to identify a user. On the server side you can use a DBF to track your users activity. Thats all that we have for now.
2. You just need to build libharbour.dll with ADS libs support into it. Here we explain how to include any libs into it:
[url... |
mod Harbour - eShop | Thanks Antonio.
What do you use for design a view ? |
mod Harbour - eShop | Believe it or not, I do it by hand <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
as I want to understand the basics...
Maybe in the future I will look for a designer, but for now, I build them step by step |
mod Harbour - eShop | I want to understand the basics too.
The problem of being too much used to using tools like Workshop or the visual designer of .Net. |
mod Harbour - eShop | Hi Antonio ,
Could you please provide Architect outline of mod_harbour ?
Thanks
Shridhar |
mod Harbour - eShop | Massimo,
This is a nice free online bootstrap editor to create forms, etc.
[url:2nabqsjr]https://bootsnipp.com/forms[/url:2nabqsjr] |
mod Harbour - eShop | Shridhar,
[img:28fwftxc]https://github.com/FiveTechSoft/screenshots/blob/master/modharbour_arch.png?raw=true[/img:28fwftxc] |
mod Harbour - eShop | [img:3gcvq6dl]https://github.com/FiveTechSoft/screenshots/blob/master/modharbour_arch_3.png?raw=true[/img:3gcvq6dl] |
mod Harbour and Harbourino | Hello,
I have a new video:
[url:1igblrh3]https://mybergland.com/fwforum/harbourinolandingpage.mp4[/url:1igblrh3]
Best regards,
Otto |
mod Harbour and Harbourino | Hello,
Now the user can edit the landing page from mod harbour and store data in a dbf - file.
This program is based on Genesis.
[img:77xmakjk]https://mybergland.com/fwforum/setup.gif[/img:77xmakjk]
Best regards,
Otto |
mod Harbour and Harbourino | Hello,
The web pages created with Harbourino can easily be examined with the debugger.
[img:xlb3ukrg]https://mybergland.com/fwforum/entwicklertools.jpg[/img:xlb3ukrg]
Harbourino automatically inserts the filename.
[img:xlb3ukrg]https://mybergland.com/fwforum/f12clip2.jpg[/img:xlb3ukrg]
You ... |
mod Harbour and Harbourino | [b:1s8xvib9]What is Harbourino[/b:1s8xvib9]
[url:1s8xvib9]https://winhotel.space/harbourinopublic/htmlpublic2/what-is-mod-harbour.html[/url:1s8xvib9] |
mod Harbour booking - my new project | Hello,
today we start our first mod harbor project.
It is an online booking system.
So far we have finished the screens in html. Now we start with back end using mod harbor.
It should actually be relatively fast.
We will report here how we are doing and what problems occur.
We probably also have to ask many questions.... |
mod Harbour booking - my new project | Hello Otto.
Many compliments for your new project. Looks great. I've tested it also on an Iphone X and works perfectly.
Massimo |
mod Harbour booking - my new project | Work in progress
DatePicker now works
First input screen is ready and we get the data. Please test.
[url:3awjbe7z]http://my3zinnen.com/booking_tests/index.prg[/url:3awjbe7z]
Best regards,
Otto
[img:3awjbe7z]https://mybergland.com/fwforum/mod_input_booking.png[/img:3awjbe7z] |
mod Harbour booking - my new project | Works perfectly. Will be possible to change the date format in Italian (dd/mm/yyyy) ? |
mod Harbour booking - my new project | Massimo,
I think this is no problem as this part is bootstrap.
$('.datepicker').datepicker({
language: "it"
});
Do you have a mod harbour web server installed. I can give you the source. You can test on your side then.
Best regards
Otto |
mod Harbour booking - my new project | Otto,
I'm preparing a Win10 machine for making all tests. |
mod Harbour booking - my new project | Massimo,
let me know when you are ready.
Best regards
Otto |
mod Harbour booking - my new project | Ok.
Thanks a lot.
Massimo |
mod Harbour booking - my new project | Dear Otto,
really great! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
mod Harbour booking - my new project | Dear Antonio,
I use GENESIS to understand the concepts.
Thank you for mod harbour.
Best regards
Otto
[img:4ijm7s30]https://mybergland.com/fwforum/modhclip1.jpg[/img:4ijm7s30] |
mod Harbour booking - my new project | Very good! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
mod Harbour booking - my new project | Otto,
What are you using for to do the window/buttons/get ? |
mod Harbour booking - my new project | Hello,
this is exectly the code Antonio has in his GENESIS.
Till now I only changed names and databases.
Best regards,
Otto |
mod Harbour booking - my new project | I'm asking because I look at this code and not recognize it as a Harbour code. What else I must study to understand better it? |
mod Harbour booking - my new project | Vilian,
<!-- m --><a class="postlink" href="https://drive.google.com/file/d/1uF7iPtH6O5ItXYBrv23noel2usTr-ilS/view?usp=sharing">https://drive.google.com/file/d/1uF7iPt ... sp=sharing</a><!-- m -->
Regards |
mod Harbour booking - my new project | Thank you,
It's exactly I wanted ! |
mod Harbour booking - my new project | Hello,
my mod harbor online booking is now in the state that the requirement specifications and functional specification are covered. Now I start with detail programming.
Data comes from dbf file <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> - the
function is fro... |
mod Harbour booking - my new project | Hi Otto.
Very nice work, many compliments.
I'm making a program too, when is completely working I'll give you some screenshots.
Pay attention that in Safari the Pickdate is not working. You need to include some Javascript code for working with Bootstrap.
Massimo |
mod Harbour booking - my new project | Hello Massimo,
thank you. I also saw that in Explorer it is not looking the same.
This first screen is totally made with Botstrap Studio. And I included all the js files from assets folder.
This is a very unfinished program. I just posted to show that mod harbor works well.
You can program everything with it.
What kin... |
mod Harbour booking - my new project | Hi Otto.
Yes, with Bootstrap Studio you can make everything. And when you export the project
you have only to take some pieces and put inside a TEMPLATE...ENDTEXT command and the
prg is running. I have only some problems to pass elements from mod_harbour to JS and
viceversa. But for the program that I'm developing is ... |
mod Harbour is Harbour for the web | [url:25qp4rl6]https://github.com/FiveTechSoft/mod_harbour[/url:25qp4rl6]
[url:25qp4rl6]https://github.com/FiveTechSoft/mod_harbour/blob/master/samples/dbgen.prg[/url:25qp4rl6]
[img:25qp4rl6]https://github.com/FiveTechSoft/screenshots/blob/master/table1.jpg?raw=true[/img:25qp4rl6]
[img... |
mod Harbour is Harbour for the web | Try it for youself <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
[url:14z2znm1]http://cloud.backupsegur.es:8088/mod_harbour_examples/[/url:14z2znm1]
Source code for the examples:
[url:14z2znm1]https://github.com/FiveTechSoft/mod_harbour/tree/master... |
mod Harbour is Harbour for the web | HI, I have a few beginner questions before entering the boat...
1) What is a mod? An API? whats limitation?
2) will our systems run as an EXE or interpreted? Will have some kind of source code protection?
3) With respect to the database, using DBF, ads or MySQL has this data protection too?
4) can I run all functions o... |
mod Harbour is Harbour for the web | Hello Antonio.
I'm making some tests and this is really great.
I have some questions.
- Is possible to use all this in Windows not in Linux ?
- I work with Advantage Database. Do you think that can I connect in some way with these tables ?
- The print statements are inside FW. How can we print something in this mod ?
... |
mod Harbour is Harbour for the web | Massimo,
1. Use Windows 10 bash. You are on Windows, but Apache and mod_harbour work from the bash.
2. We are near to implement pluggins for mod_harbour. Surely we will have ADS support quite soon
3. Carles Aubia has a nice printing engine for the web that surely he is porting to mod_harbour
The xbase web revolutio... |
mod Harbour is Harbour for the web | hi,
I'd like to try it.
I use FiveWin for xHarbour 17.09 - Sep. 2017 is there any step by step guide to install and use harbour for web?
thanks |
mod bug solved ->Charly | Good afternoon to everyone
Thanks to the invaluable work of our GURU Charly has solved a bug in the Mod_Harbour regarding the use of CURL when calling a WebService Thank you Charly!!
now it works perfect!! because the parameters did not receive them!!
this already works Ok
[code=fw:27aavvv3]<div class="fw" id="{CB}" st... |
mod for Fivewin - FLEXGRID extension for xBrowse | Hello friends,
I saw Cristobals talk on FlexGRID.
Now I think it would be beneficial to have an xBrowse with 12 columns, and then after we have set the xBrowse an export function to HTML.
Then we could use the screens for both FW and mod harbour.
You would have to extend xBrowse so that you can make settings that are... |
mod for Fivewin - FLEXGRID extension for xBrowse | Dear Otto
On the mod-harbour forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively)
<!-- m --><a class="postlink" href="https://forum.modharbour.app/viewforum.php?f=16">https://forum.modharbour.app/viewforum.php?f=16</a><!--... |
mod for Fivewin - FLEXGRID extension for xBrowse | Dear Cristobal,
Do these classes work with Fivewin?
Best regards,
Otto |
mod for Fivewin - FLEXGRID extension for xBrowse | Ok, the idea is for the future to make them compatible with the INLINE technology that I introduced in Fivewin and that I have much more advanced, although still in testing. |
mod for Fivewin - FLEXGRID extension for xBrowse | [quote="cnavarro":z55fce2l]Dear Otto
On the mod-harbour forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively)
<!-- m --><a class="postlink" href="https://forum.modharbour.app/viewforum.php?f=16">https://forum.modharbour.app... |
mod for Fivewin - FLEXGRID extension for xBrowse | The forum and the server are mine, the domain is Charly's, and the administrators are Charly and me. Why, I didn't know him? |
mod for Fivewin - FLEXGRID extension for xBrowse | [quote:3flgswje]Now I think it would be beneficial to have an xBrowse with 12 columns, and then after we have set the xBrowse an export function to HTML.
Then we could use the screens for both FW and mod harbour.
[/quote:3flgswje]
Work in progress. Still in very early stages
<!-- l --><a class="postlink-local" href="h... |
mod for Fivewin - FLEXGRID extension for xBrowse | Dear Mr. Rao,
Many Thanks. That's great.
May I explain my suggestion to you better again? I am enclosing a few screenshots.
I imagine a quickly created input dialog.
You define an array
- xbrowse would then be the dialog
and with save, you get the changed array.
You could then practically define an entire inpu... |
mod harbor club has 200 members | Dear friends,
I'm so happy to announce that mod harbor club now has 200 members.
Great. I already wish everyone a happy new year.
Best regards,
Otto
[img:1ua5xu05]https://mybergland.com/fwforum/club%20200.jpg[/img:1ua5xu05] |
mod harbor club has 200 members | Dear friends,
I'm so happy to announce that mod harbor club now has 200 members.
Great. I already wish everyone a happy new year.
Best regards,
Otto
[img:2h0xv5me]https://mybergland.com/fwforum/club%20200.jpg[/img:2h0xv5me] |
mod harbor club has 200 members | Felicitaciones por el gran trabajo Otto
Prosperidad y éxitos para el 2,021 !!!
Lubin
Desde Lima - Perú |
mod harbor club has 200 members | Dejemos el año 2021, que ya ha dado bastantes desgracias. Los buenos deseos para el 2022
Saludos |
mod harbor club now has 200 members | Dear friends,
I'm so happy to announce that mod harbor club now has 200 members.
Great. I already wish everyone a happy new year.
Best regards,
Otto
[img:2dwrw21o]https://mybergland.com/fwforum/club%20200.jpg[/img:2dwrw21o] |
mod harbor club now has 200 members | Dear friends,
I'm so happy to announce that mod harbor club now has 200 members.
Great. I already wish everyone a happy new year.
Best regards,
Otto
[img:2nk5kxip]https://mybergland.com/fwforum/club%20200.jpg[/img:2nk5kxip] |
mod harbor club now has 200 members | Dear Otto,
Good News.
My Next plan will FWH/MySQL->Mod Harbour/MySQL. |
mod harbor club now has 200 members | [quote="richard-service":140rfjzv]Dear Otto,
Good News.
My Next plan will FWH/MySQL->Mod Harbour/MySQL.[/quote:140rfjzv]
Otto, very good
Richard: good choice |
mod harbour ""SEAMAP"" | Hello friends,
I start a project for easy management of links.
As project name I choose SEAMAP.
I start with a simple dbf table.
There should be a user mode and an admin mode.
I post my progress here regularly. I think such a program could be of interest for many of us.
You can see SEAMAP in Action here: [url:av4dm... |
mod harbour ""SEAMAP"" | Dear Antonio,
now I have ready the dbrowse and would like to have the buttons "new", "edit", "delete" and "mark" working.
script inside code is replaced by s cript as otherwise I can't post the code here.
Best regards,
Otto
[img:97tt07mc]https://mybergland.com/fwforum/modharbourseamap/clip7.jpg[/img:97tt... |
mod harbour ""SEAMAP"" | Antonio Linares 19:52 Uhr
When we build a simple utility, in fact we use a small MVC model
So first of all, we implement a very simple "router" (seria correcto decirle "router" ó "controller" ?)
seamap.prg
[code=fw:11c8v2fm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">f... |
mod harbour ""SEAMAP"" | Dear Antonio,
now I copied your code into my project but I get following error when I read the web page:
I also copied hbclass.ch from harbour to my seamap directory:
Error: Syntax error "syntax error at '_HB_MEMBER'"
operation: line:58
called from: ../../../apache.prg, (b)MAIN, line: 50
Can you please help me
Best ... |
mod harbour ""SEAMAP"" | Dear Antonio,
your code before you add OOP works fine and I inserted a view.
I have a question how I can forward an ARRAY to the view modul.
[code=fw:283i0heu]<div class="fw" id="{CB}" style="font-family: monospace;"><br />alinks is a <span style="color: #00C800;">static</span> ARRAY<br /><br /><span style="color: #... |
mod harbour ""SEAMAP"" | Hello all,
I am coping from SLACK to our forum.
I will format this later - this is so important information from Antonio showing how to use MVC that we should not lose.
from SLACK
<!-- m --><a class="postlink" href="https://mybergland.com/fwforum/fromslackmvc.txt">https://mybergland.com/fwforum/fromslackmvc.txt</a><!... |
mod harbour ""SEAMAP"" | [img:3i06ybst]https://mybergland.com/fwforum/seamap.jpg[/img:3i06ybst] |
mod harbour + bootstrap | please Use the topic on forum
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewforum.php?f=45">viewforum.php?f=45</a><!-- l --> |
mod harbour + bootstrap | Hello,
Here you see the weather situation during the last 10 days always at 11 o'clock. We had one day without electricity.
[url:1ez6uxa5]https://winhotel.space/webcam/index_main.prg[/url:1ez6uxa5]
Somehow code with javascript source is blocked. I will prepare a download link.
Best regards,
Otto |
mod harbour + bootstrap | Here with Safari on macOS Catalina works perfectly.
Very, very nice. |
mod harbour - The first milestone is reached | VIDEO
[url:uufiv6ik]https://winhotel.org/forum/milestone.mp4[/url:uufiv6ik]
Hello friends,
It is the end of May. I am well on schedule.
First, I would like to thank [b:uufiv6ik]Antonio Linares from Fivetechsoft[/b:uufiv6ik] for making it possible for us to program with Harbour on the web.
It makes thing... |
mod harbour - The first milestone is reached | Video
[url:3mdls6yq]https://winhotel.org/forum/milestone.mp4[/url:3mdls6yq]
Hello friends,
It is the end of May. I am well on schedule.
First, I would like to thank [b:3mdls6yq]Antonio Linares from Fivetechsoft[/b:3mdls6yq] for making it possible for us to program with Harbour on the web.
It makes thin... |
mod harbour - The first milestone is reached | Great! |
mod harbour - The first milestone is reached | Otto, Very good! |
mod harbour - The first milestone is reached | Congrats Otto.
Nice work! |
mod harbour - The first milestone is reached | Dear Otto,
Good job. |
mod harbour - incredible | Thank you, Massimo.
Your contribution is so significant that I post it again here and in the Spanish forum.
Best regards
Otto
Hello Otto.
[b:3fm6zscw]I think that the most important part of mod_harbour is not the interface. This is something that you can make
in different ways. Making some projects you can see that is... |
mod harbour - increíble | // Google translate
Gracias Massimo.
Su contribución es tan importante que la publico nuevamente aquí y en el foro español.
Atentamente
Otón
Hola otto
Creo que la parte más importante de mod_harbour no es la interfaz. Esto es algo que puedes hacer
En maneras diferentes. Al hacer algunos proyectos, puede ver que es pos... |
mod harbour - increíble | Excelente <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Podemos empezar de una vez? |
mod harbour - increíble | Mod-Harbour lleva siendo funcional desde el primer dia
Solo tienes que seguir las instrucciones de instalación e ir haciendo tus pruebas bien con los ejemplo que hay o con los que tu vayas construyendo
( No confundir Mod-Harbour con Génesis, que es una "utilidad/framework" que se está haciendo y que corre bajo Mod-Harb... |
mod harbour - increíble | Cristobal gracias por la respuesta,
Lo que pasa es que en días anteriores había preguntado sobre la posibilidad de instalar MOD-HARBOUR en un servidor compartido, de los que manejan cpanel, en ese momento me habían dicho que no era posible, pero según la traducción, lo que logre entender es que ya es posible utilizarl... |
mod harbour - increíble | Sin conocer el alcance de tu proyecto, creo que sería posible, aunque te recomiendo antes realizar pruebas de concepto y producción.
En cuanto al coste, este proyecto nació "Open Source" y seguirá siéndolo
La diferencia entre Genesis y Mod-Harbour, es que Genesis es un "framework" bajo Mod-Harbour que permite al usuari... |
mod harbour - increíble | Estimado Señores.
Mod Harbour.
Los felicito por tan tenaz proyecto, he venido siguiente algunas cosillas y avances y nos damos cuenta que van y apuntando alto con este proyecto. Yo hice pruebas y hace acosas alucinantes, pero dentro de este trabajo que ha comido miles de horas de trabajo videos prueba error y cie... |
mod harbour - increíble | Oscar,
mod_harbour es y será gratuito. Es un proyecto libre con el objetivo de poder usar Harbour en la web y de que
Harbour se consolide como una herramienta web muy válida.
Génesis es un proyecto comercial, ya que será ofrecido desde servidores xbase especializados, en donde con solo registrarse
y de manera automát... |
mod harbour - increíble | Gracias Antonio.
Exelente.. Esperamos con ansias.. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.