FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Harbour Writer
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Harbour Writer
Posted: Tue Sep 06, 2022 06:11 PM
Hola amigos,

Tengo soporte de sintaxis en el editor que uso para la programación del puerto de mods (VS Code).
Pero he descubierto que es más fácil construir un asistente para los pocos comandos que suelen ser necesarios.
Escritor de puertos
También es un buen "ejercicio de dedos".

Saludos cordiales,
Otto




Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Harbour Writer
Posted: Wed Sep 07, 2022 10:26 AM
mdo harbour program template

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Harbour Writer
Posted: Wed Sep 07, 2022 06:26 PM
HARBOUR WRITER

I use a GRID to fill in the values and to select the elements.
When loading the web page we set the elements to .style.display = "none";
Depending on which function or element is selected from the optionlist the elements are shown and labeled again.
.style.display = "block";
document.getElementById("col2").innerText = 'row 1';

The Copy button calls a function and depending on the selected option the source code is displayed and copied to the clipboard.










Continue the discussion