Search found 194 matches: push

Return to advanced search

Re: FiveWeb

... or at least initially an application to manage customers (add, delete, consult, browse, list, reports, etc). This would be a very good start to push the project in my opinion. Thank you very much.
by lucasdebeltran
Fri Jan 16, 2015 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16446

Re: Migrating to Harbour

... .t. ), oFnorm ) nRow += nRsp NEXT Where rectxt is the memo field in the record. I find that this certainly works faster than a laser printer can push it out. As for looking at, and editing, the text in a record, I have a multi-line get that I use with the MEMO variable. It is "instant loading". ...
by TimStone
Sat Dec 13, 2014 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 44917

Re: Ayuda Al compilar pe.prg de samples de xharbour

Ruben, Este código que deseas usar para que es ? Que funcionalidad es la que buscas ? Solamente quería comparar con el que maneja clipper, ya que los encontré en los ejemplos de xharbour. Ya que tengo una aplicación de clipper que emigre a xharbour , y quería ver la funcionalidad de este editor. mi...
by ruben Dario
Sun Nov 30, 2014 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Al compilar pe.prg de samples de xharbour
Replies: 24
Views: 5561

Re: Ayuda Al compilar pe.prg de samples de xharbour

Tienes que enlazar la libreria hbcplr.lib de Harbour Gracias Antonio enlazo la libreria hbcplr.lib , y sigue lo mismo. Pero Enlazo esta librería xhb.lib No se que otra librería me falta. Y me dan estos errores. Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error...
by ruben Dario
Sat Nov 29, 2014 7:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Al compilar pe.prg de samples de xharbour
Replies: 24
Views: 5561

Re: Unicode support in FWH 14.09

... the call to MessageBoxW() it should properly show the text of the control, but it does not appear right. I am testing it with a unicode standard push button. LPSTR UTF16toUTF8( LPWSTR utf16 ){   WORD wUtf16Len = wcslen( utf16 );   WORD wUtf8Len = WideCharToMultiByte( ...
by Antonio Linares
Mon Oct 13, 2014 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode support in FWH 14.09
Replies: 18
Views: 5761

Re: Bienvenidos al repositorio público de EasyReport

Cristobal,

El stash save es como un push. Guardas tus cambios (y los quita) y asi el pull que haces funciona sin conflicto.

Una vez hecho el pull, hay que sacar lo que se guardó con push haciendo pop. Pero no se que opción es, sería como un stash load ó stash restore.
by Antonio Linares
Sat Aug 16, 2014 4:56 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Bienvenidos al repositorio público de EasyReport
Replies: 21
Views: 12931

Tengo un mensqje de error en bcc582

... All rights reserved. * * * ******************************************************************************/ #ifndef _PRSHT_H_ #pragma option push -b -a8 -pc -A- /*P_O_Push*/ #define _PRSHT_H_ #ifndef _WINRESRC_ #ifndef _WIN32_IE #define _WIN32_IE 0x0501 #else #if (_WIN32_IE < 0x0400) && ...
by Armando Picon
Thu Aug 14, 2014 12:08 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Tengo un mensqje de error en bcc582
Replies: 2
Views: 1560

Welcome to EasyReport section!!! :-)

... start building EasyReport here to start distributing it: first to the ones that have donated and later on to eveybody :-) So we just need a little push from you for another 500 euros. Thats all. So please, if you can help, be generous and kind to donate and lets complete the amount and tomorrow ...
by Antonio Linares
Tue Aug 05, 2014 6:54 am
 
Forum: EasyReport, EasyDialog and EasyPreview
Topic: Welcome to EasyReport section!!! :-)
Replies: 0
Views: 987

Re: List of donations already received to buy EasyReport

... start building EasyReport here to start distributing it: first to the ones that have donated and later on to eveybody :-) So we just need a little push from you for another 500 euros. Thats all. So please, if you can help, be generous and kind to donate and lets complete the amount and tomorrow ...
by Antonio Linares
Tue Aug 05, 2014 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of donations already received to buy EasyReport
Replies: 43
Views: 40272

Re: List of donations already received to buy EasyReport

We are just 500 euros to get it :-)

We may start using it this same week,

we just need a very little push form you and the deal will be completed, thanks!
by Antonio Linares
Mon Aug 04, 2014 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of donations already received to buy EasyReport
Replies: 43
Views: 40272

Re: Nueva utilidad REDEFINE.prg libre

... a mejorarlo, no solo con ideas sino programándolo :-) Me refiero a que escribas el código de cómo lo harias. Versión mejorada ya soportando los Push Buttons: redefine.prg // Automatic REDEFINEs generator#include "FiveWin.ch"static cRCSrcCode, aDialogs := {}//----------------------------------------------------------------------------//function ...
by Antonio Linares
Sun Jul 13, 2014 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nueva utilidad REDEFINE.prg libre
Replies: 35
Views: 13726

Re: New free REDEFINE.prg utility

Enhanced version with proper support for Push Buttons: redefine.prg // Automatic REDEFINEs generator#include "FiveWin.ch"static cRCSrcCode, aDialogs := {}//----------------------------------------------------------------------------//function ...
by Antonio Linares
Sun Jul 13, 2014 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New free REDEFINE.prg utility
Replies: 9
Views: 3290

Tactil scrolling on tablets

Hi to all, Now, is it possible scrolling xbrowse when push and drag with fingers ? Tablets developer.... how to scrolling xbrowse in yours fwh programs ? With buttons o scroll bars perhaps ? Is it possible fwh provides link to API on touch screen events ...
by Antonio Mart.
Wed Jul 09, 2014 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tactil scrolling on tablets
Replies: 8
Views: 1301

Re: Next target: EasyReport !!! :-)

No news from Timm yet, I have sent him several emails but I don't want to push him more.

If he does not accept my proposal then we will have to wait to know what amount he wants for it and we will wait for the miracle that the money appears somehow to pay him :-)
by Antonio Linares
Wed Jul 09, 2014 12:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 14897

Re: Harbour 3.4 (from Viktor) 2014-29-06

... -b my_mod` 3. Do commit pre-check and new log entry: `hbrun bin/commit` 4. Commit your changes: `git commit -am "Added my feature"` 5. Push to the branch: `git push origin my_mod` 6. Open a Pull Request - Make sure to use the same coding/formatting style as you find in the files you're ...
by Antonio Linares
Sat Jul 05, 2014 2:21 pm
 
Forum: WhatsNew / Novedades
Topic: Harbour 3.4 (from Viktor) 2014-29-06
Replies: 4
Views: 3313
PreviousNext

Return to advanced search