QRCode APP

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

QRCode APP

Postby Otto » Fri May 14, 2021 8:17 pm

Hello friends,

Here you can see some design and size examples of our multi-dynamic QR codes.
Image

The QR codes lead to a landing page. There is also a maintenance tool.
The site is made with mod harbor.
Image

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: 6044
Joined: Fri Oct 07, 2005 7:07 pm

Re: QRCode APP

Postby Otto » Fri May 14, 2021 8:49 pm

Setup for landing page withmod harbour and DBF

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

Re: QRCode APP

Postby Ruth » Thu Jul 29, 2021 9:27 am

dear friends,

i try to find the difference between
Code: Select all  Expand view
function cFileNoPath( cPathMask )  // returns just the filename no path

   local n := RAt( "\", cPathMask )

return If( n > 0 .and. n < Len( cPathMask ),;
          Right( cPathMask, Len( cPathMask ) - n ),;
          If( ( n := At( "
:", cPathMask ) ) > 0,;
          Right( cPathMask, Len( cPathMask ) - n ),;
          cPathMask ) )


and
Code: Select all  Expand view
cEnv := HB_GETENV( 'PRGPATH' )                        //  Obtains a system environmental setting
   cPrgWithPath :=  AP_FileName()                        // returns the filename.prg provided to Apache by the client inclusive path  
   cProgram := '"'+STRTRAN( cPrgWithPath, cEnv + "/" )+'"'


are these two ways to the same outcome and would you prefer one of them because of speed maybe?

many thanks in advance and kind regards
ruth
User avatar
Ruth
 
Posts: 151
Joined: Fri Dec 07, 2007 1:26 pm


Return to mod_harbour

Who is online

Users browsing this forum: No registered users and 3 guests