Search found 167 matches: pad

Return to advanced search

Re: xHarbour.org updated!

... Regards, saludos. Karinha, try this sample: #Include "Fivewin.ch" Function Main() LOCAL oDlg, oGet LOCAL cCad := "Testing " // pad("Testing Gets",40) LOCAL nNum := 0 LOCAL dDat := Date() inicio := 0 Set Century on Set Date To British Set Epoch to 1960 Set Multiple ...
by wartiaga
Tue Sep 19, 2023 7:57 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37425

Re: xHarbour.org updated!

... not say to define the port. Code below: #Include "Fivewin.ch" Function Main() LOCAL oDlg, oGet LOCAL cCad := "Testing " // pad("Testing Gets",40) LOCAL nNum := 0 LOCAL dDat := Date() inicio := 0 Set Century on Set Date To British Set Epoch to 1960 Set Multiple ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37425

Re: xHarbour.org updated!

... tipclient with https. Thanks in advance! #Include "Fivewin.ch" Function Main() LOCAL oDlg, oGet LOCAL cCad := "Testing " // pad("Testing Gets",40) LOCAL nNum := 0 LOCAL dDat := Date() Set Century on Set Date To British Set Epoch to 1960 Set Multiple On Set Deleted ...
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37425

Re: ACTIVEX ACCESS_VIOLATION

Possibly tonight after users are gone, I can access the PCs that have this problem which are the ones using a Topaz signature pad. But I can tell you the top line on the call list looks like this: Called from HB_GCALL(0) Called from TDIALOG:END(555) in .\source\classes\DIALOG.PRG That's ...
by reinaldocrespo
Wed Jun 14, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVEX ACCESS_VIOLATION
Replies: 22
Views: 3141

Re: create pdf

Do not use PAD_LEFT as 7th parameter when using SayText() Use 'nil' and test again. It should work without errors. Please run and let us know Yes, that made the trick. I didn't see that cAlign was meant as character type and didn't know that it's better to be nil. Thanks for your clarification, Mr....
by Detlef
Sun May 14, 2023 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 895

Re: create pdf

Do not use PAD_LEFT as 7th parameter when using SayText()
Use 'nil' and test again.
It should work without errors. Please run and let us know
by nageswaragunupudi
Sun May 14, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 895

Re: sort Filename (Extension)

hi,

i have use Idea of PAD but use PADR()
Image
now it display like i want, thx
by Jimmy
Sat Apr 15, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sort Filename (Extension)
Replies: 6
Views: 373

a cuestas con sql server

Estimados compañeros buenos dias molesto su atencion con un tema que me esta produciendo dolores de cabeza tengo una instalacion con ads server y tablas DBF en esta instalacion debo cargar cada noche miles de registros a una base de datos sql server ( ese sql esta en el mismo server ) el caso es que...
by wilsongamboa
Tue Apr 11, 2023 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: a cuestas con sql server
Replies: 4
Views: 409

Re: LEER DATOS DE UN LECTOR DE TARJETAS DE CREDITOS Y DEBITOS.?

VitalJavier wrote:Buen dia a Todos
Nosotros trabajamos con "Banorte" el nos proporciono una DLL
y nos dio un manual y listo, no es muy complicado.

La Pin-Pad también la ocupe para poder leer unas tarjetas que mandamos hacer
con unos códigos de permisos.

Saludos Vital, y estas usando FWH o php..? gracias
by joseluisysturiz
Tue Sep 20, 2022 10:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LEER DATOS DE UN LECTOR DE TARJETAS DE CREDITOS Y DEBITOS.?
Replies: 12
Views: 1440

Re: LEER DATOS DE UN LECTOR DE TARJETAS DE CREDITOS Y DEBITOS.?

Buen dia a Todos
Nosotros trabajamos con "Banorte" el nos proporciono una DLL
y nos dio un manual y listo, no es muy complicado.

La Pin-Pad también la ocupe para poder leer unas tarjetas que mandamos hacer
con unos códigos de permisos.
by VitalJavier
Thu Sep 15, 2022 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LEER DATOS DE UN LECTOR DE TARJETAS DE CREDITOS Y DEBITOS.?
Replies: 12
Views: 1440

Re: LEER DATOS DE UN LECTOR DE TARJETAS DE CREDITOS Y DEBITOS.?

José,

Consultar con el fabricante si no viene una DLL de comunicación con el lector PIN PAD, es un primer paso para llegar a alguna conclusión. También es probable que tengan un EMULADOR para probar y averiguar cómo funciona. Ejemplos en otros lenguajes de programación. Yo creo...

Regards, saludos.
by karinha
Tue Sep 13, 2022 6:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LEER DATOS DE UN LECTOR DE TARJETAS DE CREDITOS Y DEBITOS.?
Replies: 12
Views: 1440

Re: LEER DATOS DE UN LECTOR DE TARJETAS DE CREDITOS Y DEBITOS.?

... saludos. Explico, no se como sera en otros paises, pero aca en Venezuela, en los mercados, cuando se va a pagar con tarjetas, se usa un Pin Pad o punto de venta, alli colocan la tarjeta y ese aparato se comunica con el banco para validar los datos y verificar tengas el saldo suficiente para ...
by joseluisysturiz
Tue Sep 13, 2022 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LEER DATOS DE UN LECTOR DE TARJETAS DE CREDITOS Y DEBITOS.?
Replies: 12
Views: 1440

Re: SBUTTON vs BTNBMP

... I don't change to another button object yet. I have a Touch Screen Point of Sale program that uses a lot of pop up dialogs with a virtual pin pad (0 - 9 and a few other functions). 2. When I use SBUTTON it have a memory leak. I have tested the same code with BTNBMP buttons and SBUTTON button. ...
by dutch
Fri Dec 24, 2021 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1554

Re: SBUTTON vs BTNBMP

I have a Touch Screen Point of Sale program that uses a lot of pop up dialogs with a virtual pin pad (0 - 9 and a few other functions). I am having to problems, one when I use BTNBMP and the other when I use SBUTTON. 1. When I use BTNBMP you can't click (touch) too fast ...
by nageswaragunupudi
Wed Oct 27, 2021 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1554

SBUTTON vs BTNBMP

I have a Touch Screen Point of Sale program that uses a lot of pop up dialogs with a virtual pin pad (0 - 9 and a few other functions). I am having to problems, one when I use BTNBMP and the other when I use SBUTTON. 1. When I use BTNBMP you can't click (touch) too fast ...
by bradmaudlin
Mon Oct 25, 2021 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1554
Next

Return to advanced search