Search found 15 matches: inout

Return to advanced search

Re: New FTDN March/Marzo 2022 (FWH 22.03)

... de fecha con fracción de segundos, si la definición del campo permite la fracción de segundos. - Mejora de la gestión de los parámetros OUT/INOUT en los procedimientos almacenados: oCn:ProcedureName( a, @b ) --> oRs Ahora el parámetro out devuelve el valor en b. oRs:Requery( a, @b ) // ...
by Antonio Linares
Mon Apr 11, 2022 4:11 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 633

New FTDN March/Marzo 2022 (FWH 22.03)

... can now store datetime values with fraction of seconds, if the field definition allows fraction of seconds. - Improved handling of OUT/INOUT parameters in Stored Procedures: oCn:ProcedureName( a, @b ) --> oRs Now out param returns value in b. oRs:Requery( a, @b ) // Out param is ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 633

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Hello, I'm getting this error while I'm trying to compile ERP.PRG sample. I'm using FWH64, Habour 64 and BCC7164 I don't know if is there issues with Harbour and Borland on 64 bits Mysql.h file is on FWH64 include folder Please advise ┌────────────────────────────────────────────────────────────────...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4217

Re: fading....(hide..show)

where is the function FADE_INOUT ?
by Silvio.Falconi
Sat Aug 24, 2019 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fading....(hide..show)
Replies: 6
Views: 750

Re: fading....(hide..show)

Sylvio, You will get a solution in a short time. It will work on other objects as well. A different fading-speed can be defined. Looks great and works perfect. from button-action ( object, style, speed ) @ 30, 50 SAY oSay PROMPT "Testing Fade IN / OUT" OF oDlg SIZE 150, 25 PIXEL FONT oFont...
by ukoenig
Sat Aug 24, 2019 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fading....(hide..show)
Replies: 6
Views: 750

Ejemplo ERP FWH 64

Buenos días estimados amigos. he tratado de compilar el ejemplo ERP que viene con FWH 64, pero me ha salido los siguientes errores que hacen referencia a un encabezamiento del propio bcc7 64bits. In file included from erp.prg:193: In file included from G:\len\Borland\BCC7_64\include\windows\sdk\wind...
by modestorocabado
Fri Aug 03, 2018 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo ERP FWH 64
Replies: 2
Views: 700

FWHMYSQL/MARIADB: Stored Procedures and Functions

... nRate, 0, 0 }   oCn:sp_Interest( aParams )   ? aParams[ 4 ], aParams[ 5 ]  It is possible to retrieve the values of INOUT and OUT parameters of a Stored Procedure using @<var> or by using aParams syntax. This is possible only with FWH implementation of MYSQL/MARIADB ...
by nageswaragunupudi
Sun Dec 04, 2016 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2932

Re: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?

I searched in the Internet how to convert / calculate the Control-Positions ( from PIXEL and REVERSE ). The Infos I found. Maybe we can use it ??? MapDialogRect Function Converts the specified dialog box units to screen units (pixels). The function replaces the coordinates in the specified RECT stru...
by ukoenig
Mon Aug 16, 2010 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?
Replies: 17
Views: 5663

Anderson,

You can extract inout.obj from previous FiveHC.lib and link it with your application
by Antonio Linares
Fri Apr 25, 2008 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when updating FWXH 8.02 to FWXH 8.04
Replies: 6
Views: 1755

inout.c compiled, but this error is shown

Error E2188 G:\xHarbour(8.04)\include\hbdefs.h 65: Expression syntax
Error E2209 G:\xHarbour(8.04)\include\hbdefs.h 68: Unable to open include file 'stdint.h'
Error E2188 G:\xHarbour(8.04)\include\hbdefs.h 441: Expression syntax
by Anderson.OL
Fri Apr 25, 2008 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when updating FWXH 8.02 to FWXH 8.04
Replies: 6
Views: 1755

Antonio Linares wrote:Andersson,

InportByte() and OutportByte() are located in fwh\source\winapi\inout.c but they may not work in 32 bits.

Were you properly using them in 32 bits ?


Yes!!

in a version of the class TDosPrn.
by Anderson.OL
Fri Apr 25, 2008 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when updating FWXH 8.02 to FWXH 8.04
Replies: 6
Views: 1755

Andersson,

InportByte() and OutportByte() are located in fwh\source\winapi\inout.c but they may not work in 32 bits.

Were you properly using them in 32 bits ?
by Antonio Linares
Fri Apr 25, 2008 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when updating FWXH 8.02 to FWXH 8.04
Replies: 6
Views: 1755

InPortByte() function missing in FWH 2.7 FIVEHC.LIB

I was trying to re-compile all my FWH 2.5 programs with FWH 2.7 and I am getting the following error.

Unresolved external "_HB_FUN_INPORTBYTE".

When I checked, I found that "InPortByte()" function and other funcitons of inout.c are missing in FIVEHC.LIB.

What to do ?

- Ramesh Babu P
by RAMESHBABU
Sun Jul 09, 2006 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: InPortByte() function missing in FWH 2.7 FIVEHC.LIB
Replies: 9
Views: 2448

Para Antonio Linares... _hb_stack

... llamada a las funciones OutPortByte y InPortByte y me da este error Error: Unresolved external '_hb_stack' referenced from C:\FWH\LIB\FIVEHC.LIB|INOUT http://www.lotenet.com/tdosprint.prg Espero su ayuda de antemano. Uso FWH2.6 Harbour Compiler build 0.99.51 (SimpLex) Borland ...
by pablovidal
Tue Jan 10, 2006 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linares... _hb_stack
Replies: 1
Views: 1071

Error de Proteccion General.

Una aplicacion me da aleatoriamente error de proteccion general en la direccion 001A:5EDE. Antonio me dijo que generara el fichero MAP para revisarlo y ver el posible fallo, asi lo he hecho pero no entiendo su significado, si alguien pudiera ayudarme se lo agradeceria mucho. Gracias. Saludos. Nota.-...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4167

Return to advanced search