Search found 128 matches: pull

Return to advanced search

Re: Run Harbour on Apache Linux from Windows 10 !!!

... 18.04/libharbour.so.3.2.0 libharbour.so.3.2.0 then to upgrade mod_harbour you will only have to do: cd mod_harbour git pull
by Antonio Linares
Fri Jul 19, 2019 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Run Harbour on Apache Linux from Windows 10 !!!
Replies: 16
Views: 2881

Re: mod Harbour - eShop

... changes in the "forked" project 3. Once you are done, you go to https://github.com/fivetechsoft/mod_harbour again and click on "Pull request" 4. Then I am notified of your contributions, I review them and I accept them :-)
by Antonio Linares
Wed Jul 10, 2019 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour - eShop
Replies: 13
Views: 1383

Re: color en fuentes de haruPDF

... código abierto, la mejor manera es que la corrección se comparta, por lo que os animo a hacer la corrección en una copia vuestra y hacer un "pull request" con los cambios. ¡Ganamos todos! Un saludo
by Carlos Mora
Fri Apr 12, 2019 8:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: color en fuentes de haruPDF (SOLUCIONADO)
Replies: 13
Views: 2081

Docker quick guide

// Download linux debian docker pull debian // run debian interactively docker run -it debian /bin/bash // once inside debian, install mc (midnight commander) apt-get update apt-get install mc mc exit (to exit from debian) // to save the ...
by Antonio Linares
Thu Mar 14, 2019 10:05 am
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1162

Re: A toolbox of netfunctions and tDatabase-tests

... number and chronological order when entering is only possible if you accept that you also have records with a serial number that are empty. If you pull the number at the beginning of the input and then the user aborts the input, then the number is used and the data record is empty. Otherwise you ...
by Otto
Thu Feb 07, 2019 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6514

errorsysw.prg

... but we also pass cFile ( the file name that is actually opened ). I would like to include the actual file name, but can't seem to find a way to pull it out in this situation. Note the commented line in the code. That forces the error program to quit without displaying anything. Any suggestions ...
by TimStone
Tue Jan 29, 2019 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: errorsysw.prg
Replies: 2
Views: 807

Re: SSE2 instruction set problem

... the harbour sources > I think the solution is a new Harbour_vsc2017_32bits_20170325.zip that is made by using /arch compiler option. You call pull the Harbour sources from 2017/03/25 from Github
by Antonio Linares
Mon Mar 19, 2018 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SSE2 instruction set problem
Replies: 6
Views: 988

Re: Ecommerce : wich I can use ?

... right approach. Take a look at the link i posted regarding WooCommerce API, that's the way desktop and external programs should use to push and pull information. Besides they are using SQL for their storage needs, there are some internal mechanisms that pull some triggers related to the operation. ...
by Carlos Mora
Thu Mar 15, 2018 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ecommerce : wich I can use ?
Replies: 7
Views: 1584

Re: libharu

... 0 );}#pragma ENDDUMP For now it is what I saw, It should be a transparent replace for TPrinter... When I will have time I will do a Pull Request on BitBucket ;) Antonino
by AntoninoP
Thu Mar 01, 2018 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libharu
Replies: 8
Views: 1939

Re: OT - download folder of standard browser

Driessen

Typically the \Downloads folder is in the \Users directory .. \users\downloads .. Consider this code to pull the information from the system environment :

Rick Lipkin

Code: Select all  Expand view


cLocation := GetEnv( "USERPROFILE" )
cLocation := cLocation+"\Downloads"


 
by Rick Lipkin
Thu Jul 06, 2017 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT - download folder of standard browser
Replies: 1
Views: 453

Extract email from string

hello, Someone has a function to get emails out of a string I read a website and want to pull the emails out of it. The cTxt (content) can have more than one email. Is there a function that reads back from a string ? The At(....) will give the position of the @ sign, ...
by Marc Venken
Tue Jun 27, 2017 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract email from string
Replies: 6
Views: 1103

Re: MSVC 2017 Try

Hi Antonio,

I have downloaded win-make.exe

it needs mak file.

Can you please explain more? Which directory should i copy go32.bat to run.




Horizon wrote::?

Antonio Linares wrote:Here you have win-make.exe

https://github.com/harbour/core

You have to pull Harbour core from its repository
by Horizon
Sat Mar 25, 2017 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 8118

Re: MSVC 2017 Try

:?

Antonio Linares wrote:Here you have win-make.exe

https://github.com/harbour/core

You have to pull Harbour core from its repository
by Horizon
Sat Mar 25, 2017 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 8118

Re: MSVC 2017 Try

Here you have win-make.exe

https://github.com/harbour/core

You have to pull Harbour core from its repository
by Antonio Linares
Sat Mar 25, 2017 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 8118

Re: Fivewin & web

Günther,

You can use Harbour and FiveWeb for Linux too

If you pull a previous FiveWeb version from bitbucket, before I pushed the changes for Bootstrap,
then FiveWeb will work fine
by Antonio Linares
Thu Feb 02, 2017 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17602
PreviousNext

Return to advanced search