Re: The Future!
Posted: Fri Jan 22, 2021 7:18 pm
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://hmgforum.com/
Ok working fine, now I can access from mobile in LAN/WAN environmentapais wrote: ↑Fri Jan 22, 2021 12:44 pm 127.0.0.1 is needed for all local comms
The inital URL can be changed to an external one doing a redirection
1st step: create a page in htdocs called eg: myroute.html
2nd: paste this:
<script>
window.location.replace( 'http://www.google.com');
</script>
3rd: change this line in your .ini file
STARTPRG = myroute.html
that's it!
obrigado por responder tão rapidamente.bpd2000 wrote: ↑Sat Jan 23, 2021 4:23 amOk working fine, now I can access from mobile in LAN/WAN environmentapais wrote: ↑Fri Jan 22, 2021 12:44 pm 127.0.0.1 is needed for all local comms
The inital URL can be changed to an external one doing a redirection
1st step: create a page in htdocs called eg: myroute.html
2nd: paste this:
<script>
window.location.replace( 'http://www.google.com');
</script>
3rd: change this line in your .ini file
STARTPRG = myroute.html
that's it!
BPD: mobile?Ok working fine, now I can access from mobile in LAN/WAN environment
Espera aí... quer dizer que o seu https://HBTRON.COM é para fazer com que algo que já rode na web passe a ser um .EXE do windows?
Como todo sistema de gerenciamento comercial, temos, diversas opções nos menus. Exemplo:Veja(m) bem, eu que sou leigo no assunto de web e android, preciso pelo menos modernizar uma parte do meu sistema desktop.
Code: Select all
- cadastro de clientes
- cadastro de produtos
- estoque
- extrato
- [b]VENDAS[/b]
- etc
Mesmo se tiver que aprender, qual linguagem disponibiliza recursos para abrir no celular o DBF/NTX e sem estar conectado à internet e que tenha uma curva de aprendizagem fácil?Se o HBTRON não é isso, seria então o mod_harbour ou qual outro meio de se fazer isso, sem precisar aprender algo novo?