Page 1 of 1
xBrowse under the WEB
Posted: Tue Jun 23, 2020 10:38 am
by Natter
Hi,
Can I use Mercury to implement something similar to xBrowse under the WEB ?
Re: xBrowse under the WEB
Posted: Tue Jun 23, 2020 11:34 am
by Antonio Linares
Mercury is a MVC (model view controller) library for mod_harbour
Using mod_harbour and a GUI API like bootstrap you can create browses for the web.
Using a MVC you optimize your mod_harbour productivity using the model view controller paradigm.
Re: xBrowse under the WEB
Posted: Tue Jun 23, 2020 11:41 am
by Natter
Thank You Antonio. Are there any examples that describe creating tables that are similar in functionality to xBrowse ?
Re: xBrowse under the WEB
Posted: Wed Jun 24, 2020 6:27 am
by Antonio Linares