mod Harbour - eShop

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

mod Harbour - eShop

Post by Otto »

Dear Antonio,
we made following changes into <DIV .
Best regards
Otto

Image

Image


Image
Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod Harbour - eShop

Post by Antonio Linares »

Dear Otto,

thank you so much :-)

Here I explain you the right way to cooperate on the development (and fixes) of mod_harbour:

1. From https://github.com/fivetechsoft/mod_harbour you click on the "fork" button

2. You make your changes in the "forked" project

3. Once you are done, you go to https://github.com/fivetechsoft/mod_harbour again and click on "Pull request"

4. Then I am notified of your contributions, I review them and I accept them :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod Harbour - eShop

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: mod Harbour - eShop

Post by Otto »

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 - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod Harbour - eShop

Post by Antonio Linares »

Tasks management from mod_harbour genesis:

https://harbour.fourtech.es/modharbour_ ... .prg?tasks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: mod Harbour - eShop

Post by Massimo Linossi »

Otto wrote: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
Hi Antonio.
I'm making some more tests with mod_harbour.
I have 3 questions.
The first is about sessions, as Otto already asked you.
The second if you have made something for Advantage
The third is how to design some controls like radios, checkboxes and combos.
Thanks a lot
Massimo
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod Harbour - eShop

Post by Antonio Linares »

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:

https://github.com/FiveTechSoft/mod_har ... bs/windows

3. We use bootstrap for the GUI. Here you find how to create all controls:

https://getbootstrap.com/docs/4.0/components/forms/
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: mod Harbour - eShop

Post by Massimo Linossi »

Thanks Antonio.
What do you use for design a view ?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod Harbour - eShop

Post by Antonio Linares »

Believe it or not, I do it by hand :-)

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: mod Harbour - eShop

Post by Massimo Linossi »

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.
shri_fwh
Posts: 301
Joined: Mon Dec 07, 2009 2:49 pm

Re: mod Harbour - eShop

Post by shri_fwh »

Hi Antonio ,

Could you please provide Architect outline of mod_harbour ?

Thanks
Shridhar
Thanks
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod Harbour - eShop

Post by Antonio Linares »

Massimo,

This is a nice free online bootstrap editor to create forms, etc.

https://bootsnipp.com/forms
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod Harbour - eShop

Post by Antonio Linares »

Shridhar,

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod Harbour - eShop

Post by Antonio Linares »

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply