Runner XBase (RX)

Runner XBase (RX)

Postby Carles » Tue Feb 20, 2024 6:25 pm

Hello everyone,

Here’s a link to download Runner XBase (RX). If you’re interested in quickly testing Harbour code, this system is ideal. It has been designed with the purpose of facilitating testing, building, or prototyping web applications.

Start comfortably testing your first pages, forms, and assembling all the pieces, giving logic to the entire process.

Runner XBase (RX) is freeware and aims to assist those who, for one reason or another, have always found it challenging to take this step.
If you have any questions or need clarification, feel free to ask. :D

You can download the runner from here -> https://runnerxbase.app/


Regards.
C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: Runner XBase (RX)

Postby fred2088 » Wed Apr 03, 2024 8:28 am

How to test run ?

Thanks
fred2088
 
Posts: 3
Joined: Sat Aug 05, 2023 2:31 am

Re: Runner XBase (RX)

Postby Carles » Wed Apr 03, 2024 4:23 pm

Hi,

When you run the installation you can read the readme.en file

Once inside the program, if you press the help there is a step by step in english and spanish

Regards.
C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: Runner XBase (RX)

Postby fred2088 » Tue Apr 09, 2024 11:42 am

Thx a lot , Got it run ! great ...

how can edit config to codepage 950 or not listed ?

Thanks
fred2088
 
Posts: 3
Joined: Sat Aug 05, 2023 2:31 am

Re: Runner XBase (RX)

Postby Carles » Thu Apr 11, 2024 5:41 am

Hi,

Code: Select all  Expand view
    do case
        case cLang == 'EN' 
            HB_LANGSELECT('EN')        
        case cLang == 'ES'     
            HB_LANGSELECT('ES')        
            HB_SetCodePage ( "ESWIN" )             
            SET( _SET_DBCODEPAGE, 'ESWIN' )    
        case cLang == 'PT'             
            HB_LANGSELECT('PT')        
            HB_SetCodePage ( "PT850" ) 
            SET( _SET_DBCODEPAGE, 'PT850' )    
        case cLang == 'IT'             
            HB_LANGSELECT('IT')        
            HB_SetCodePage ( "ITWIN" ) 
        case cLang == 'DE'                         
            HB_LANGSELECT('DE')        
            HB_SetCodePage ( "DEWIN" ) 
            SET( _SET_DBCODEPAGE, 'DEWIN' )    
        otherwise   
            HB_LANGSELECT('EN')            
            SET( _SET_DBCODEPAGE, 'EN' )       
    endcase 


If u need a codepage, I can put it in without problems. At the moment there are only these loaded.

Regards.
C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: Runner XBase (RX)

Postby fred2088 » Sat Apr 13, 2024 5:02 am

Thanks
Chinese - Big5 need only set from <html> since it's using eng codepage from harbour/xharbour
fred2088
 
Posts: 3
Joined: Sat Aug 05, 2023 2:31 am

Re: Runner XBase (RX)

Postby Carles » Sat Apr 13, 2024 5:33 am

Hi,

I don't understand exactly what you're saying. Do you need any special codepage?

C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: Runner XBase (RX)

Postby Carles » Sat Apr 20, 2024 5:01 pm

Hello !

Version RunnerXbase 1.5 ready! --> https://runnerxbase.app

New console method: If you just want to try small routines, then go in, paste code and run. You can run routines in PRG mode (you can try a simple Harbor routine) or you can run HTML code (with the possibility of embedding prg code like php does).

viewtopic.php?f=46&t=44414&p=269525#p269525

Regards.
C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 101 guests