Search found 335 matches

by Cgallegoa
Tue Jun 02, 2020 11:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Slack Fivewin
Replies: 6
Views: 968

Re: Slack Fivewin

by Cgallegoa
Fri May 22, 2020 9:30 pm
Forum: FiveWin para Harbour/xHarbour
Topic: problema de pintado del xBrowse
Replies: 8
Views: 1231

Re: problema de pintado del xBrowse

Moises, así pinta bien: #include "fivewin.ch" #include "xbrowse.ch" function main() local oWnd local oGrid local oBtn, oGet1, oGet2    USE C:\FWH\SAMPLES\CUSTOMER ALIAS "BASE" NEW    DEFINE WINDOW oWnd    oWnd:nHeight := ScreenHeight() ACTIVATE WINDOW oWnd MAXIMIZED ON ...
by Cgallegoa
Fri Mar 27, 2020 8:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 532

Re: TTaskPanel collapsed como?

Leandro, Cristobal Parece que es un bug en la clase TTaskPanel El proceso de expandir/contraer el panel se da en el Method LButtonUp METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel    local n, hWndFocus    if nRow < ::nTitleHeight     // En la siguiente línea se produce el problema, pues no...
by Cgallegoa
Fri Mar 27, 2020 8:21 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 532

Re: TTaskPanel collapsed como?

Leandro, Cristobal Parece que es un bug en la clase TTaskPanel El proceso de expandir/contraer el panel se da en el Method LButtonUp METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel    local n, hWndFocus    if nRow < ::nTitleHeight     // En la siguiente línea se produce el problema, pues no ...
by Cgallegoa
Wed Mar 25, 2020 10:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Factura electrónica con la DIAN - Colombia (Leandro)
Replies: 11
Views: 2225

Re: Factura electrónica con la DIAN - Colombia (Leandro)

Hola, sigo interesado en unirme al grupo si aún hay cupo.
Mi email: cgallegoa@mastersoft3000.com
by Cgallegoa
Sat Mar 21, 2020 12:40 am
Forum: FiveWin para Harbour/xHarbour
Topic: Validar si existe un email
Replies: 9
Views: 966

Re: Validar si existe un email

Marcelo: Crea una cuenta gratuita en https://www.ipqualityscore.com/ . Te enviarán un email con tu API kEY y esa la digitas en el siguiente ejemplo: #include "FiveWin.ch" Function Inicio()   LOCAL cTime, aToolTip[15]   LOCAL oDlg, oBtn[15] oFont1, oFont2   LOCAL cEmail := PADR("gatolu...
by Cgallegoa
Fri Mar 20, 2020 1:11 am
Forum: FiveWin para Harbour/xHarbour
Topic: Esperanza
Replies: 1
Views: 349

Esperanza

Hola amigos, Los invito a una simple oración por nuestra especie. Cada uno, ruéguele a su Dios por misericordia, y por favor, permanezcan es sus casas y como niños juiciosos, lávense las manos una y otra y otra vez. Afortunadamente nuestra profesión nos permitirá seguir, mientras haya internet y hum...
by Cgallegoa
Fri Mar 20, 2020 1:01 am
Forum: FiveWin para Harbour/xHarbour
Topic: Factura electrónica con la DIAN - Colombia (Leandro)
Replies: 11
Views: 2225

Re: Factura electrónica con la DIAN - Colombia (Leandro)

Hola, me gustaría unirme al grupo, si lo permiten. Tengo conectividad con dos proveedores de Colombia, uno con WS directo (Request/Response en XML) y otro por API_REST (Request/Resonse en JSON) y funcionando perfectamente, todo únicamente con FWH y xHarbour, sin usar ningún programa o librería exter...
by Cgallegoa
Tue Feb 18, 2020 7:27 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en TBTNBMP Class FWH 19.12 ?
Replies: 6
Views: 1216

Re: Bug en TBTNBMP Class FWH 19.12 ?

Nages and Cristobal, thanks a lot. You are the best :D

I'll be waiting for the new version.

Regards
by Cgallegoa
Tue Feb 18, 2020 7:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBTNBMP Class FWH 19.12 ?
Replies: 8
Views: 1289

Re: Bug in TBTNBMP Class FWH 19.12 ?

Nages and Cristobal, thanks a lot. You are the best :D

I'll be waiting for the new version.

Regards
by Cgallegoa
Sun Feb 16, 2020 3:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBTNBMP Class FWH 19.12 ?
Replies: 8
Views: 1289

Re: Bug in TBTNBMP Class FWH 19.12 ?

Nages thanks for your reply. In fact, the issue is related to the union of the accelerator symbol "&" with the letter "S" and the combination "ALT+F4" . With any other letter it works without problems, it is only when "&S" is contained in the prompt of...
by Cgallegoa
Sun Feb 16, 2020 3:21 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en TBTNBMP Class FWH 19.12 ?
Replies: 6
Views: 1216

Re: Bug en TBTNBMP Class FWH 19.12 ?

Cristobal gracias por tu respuesta. Es una buena sugerencia temporal. Lo importante sería encontrar en cuál parte del código de FWH está el inconveniente, que definitivamente está relacionado con la unión del símbolo acelerador "&" con la letra "S" y la combinación "ALT+...
by Cgallegoa
Sat Feb 15, 2020 11:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBTNBMP Class FWH 19.12 ?
Replies: 8
Views: 1289

Bug in TBTNBMP Class FWH 19.12 ?

Hello friends: In the following example, a dialog is created with a radio and two buttons: one to "select" and the other to "cancel" the task without processing anything after the dialog. That is, what follows after the dialog should only be processed if you click on the "Se...
by Cgallegoa
Sat Feb 15, 2020 11:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en TBTNBMP Class FWH 19.12 ?
Replies: 6
Views: 1216

Bug en TBTNBMP Class FWH 19.12 ?

Hola amigos: En el siguiente ejemplo se crea un diálogo que contiene un radio y dos botones: uno para seleccionar y el otro para cancelar la tarea sin que se procese nada posterior al diálogo. Es decir, lo que sigue después del diálogo sólo debe procesarse si se pulsa sobre el botón "Select&quo...
by Cgallegoa
Sun Feb 09, 2020 8:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preview in Terminal Server does not look good - Antonio Help
Replies: 10
Views: 1375

Re: Preview in Terminal Server does not look good - Antonio Help

Otto, thanks I think your suggestion is to physically print the metafile and that is not the problem. The metafile generated by the application is perfect. The problem occurs at the moment when the application preview on the screen any report that contains LINES (which are those that are incomplete)...