modharbour Patcher

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!

modharbour Patcher

Postby Otto » Sat Sep 28, 2019 5:12 pm

ODHarbour Patcher

The MODHarbour Patcher runs as an *.exe on the server in c:\xampp\htdocs\

It allows you to split code into several pieces/prgs to take out complexity.
This is especially for beginners and newbies really usefull and helps to overcome sticking points at the entry.

Best regards
Otto

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6128
Joined: Fri Oct 07, 2005 7:07 pm

Re: modharbour Patcher

Postby Iris Gesser » Sat Sep 28, 2019 10:32 pm

Great job! Thank you for the video!
User avatar
Iris Gesser
 
Posts: 37
Joined: Fri Apr 22, 2016 10:19 pm

Re: modharbour Patcher

Postby Antonio Linares » Sun Sep 29, 2019 5:33 am

Dear Otto,

very creative!

You are always discovering new possibilities
regards, saludos

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

Re: modharbour Patcher

Postby Otto » Mon Oct 07, 2019 8:27 am

Hello,
now it is possible to use mod harbour include files also inside an include file.
mod harbour patcher supports:
|- for comments
-> link to include file
&- start line
-& end of line



Best regards,
Otto

sample
Code: Select all  Expand view

 &-
    |- row wird in tablegebuchtezimmer angehängt
   
    $(".data-gebuchtTbl tbody").append( "
    <tr data-menge='"
+ MengeAuswahl  +"' data-beschreibung='"+cBeschreibung+"' data-preis='"+preis+"' data-summe='"+summe+"' data-id='"+id+"'>
        <td  style='visibility:hidden;'>"
+ id + "</td>
        |- alle 3 Werte sind in einer Spalte
        <td>"
+cmenge+"</td><td><b>"+cZiBezeichnung +"</b><br> "+ cBeschreibung+"</td>
       
        <td>"
+email+"</td>
        <td><button class='btn btn-info btn-xs btn-deletebooking'>Buchung entfernen</button></td>
    </tr>"
);
   
    -&

is automatically patched to this.
Code: Select all  Expand view

$(".data-gebuchtTbl tbody").append( "<tr data-menge='" + MengeAuswahl  +"' data-beschreibung='"+cBeschreibung+"' data-preis='"+preis+"' data-summe='"+summe+"' data-id='"+id+"'><td  style='visibility:hidden;'>" + id + "</td><td>"+cmenge+"</td><td><b>"+cZiBezeichnung +"</b><br> "+ cBeschreibung+"</td><td>"+email+"</td><td><button class='btn btn-info btn-xs btn-deletebooking'>Buchung entfernen</button></td></tr>");


Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6128
Joined: Fri Oct 07, 2005 7:07 pm


Return to mod_harbour

Who is online

Users browsing this forum: No registered users and 12 guests