Search found 25 matches

by FGamboa
Wed May 24, 2017 3:04 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Oracle con ADO
Replies: 21
Views: 7323

Re: Oracle con ADO

I forgot to mention:
Set Manually an enviroment variable NLS_LANG with proper values, in my case:
set NLS_LANG = MEXICAN SPANISH_MEXICO.WE8MSWIN1252
acording to documentation awares oracle what kind of information would expect

Regards
by FGamboa
Sat May 20, 2017 4:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Oracle con ADO
Replies: 21
Views: 7323

Re: Oracle con ADO

Thanks mainly to Richard Lipkin and Armando Estrada: My problem was solved. 1.- Oracle is at least five times complicated than other adodb connections I known. 2.- I Was trying to work with 32 bits client to 64 bits Oracle Server and ODBC drivers and connections has a big issue. 3.- I was expecting ...
by FGamboa
Sun May 14, 2017 7:20 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Oracle con ADO
Replies: 21
Views: 7323

Re: Oracle con ADO

Hola a todos:
por favor Alguién que quiera ase$$$$orame con este tema.
contácteme.

Fco. Gamboa
fgamboa@prodigy.net.m
fcogamo@hotmail.com
fcogamo@gmail.com
by FGamboa
Thu Apr 20, 2017 4:20 pm
Forum: FiveWin para Harbour/xHarbour
Topic: error con Touch screen
Replies: 9
Views: 914

Re: error con Touch screen

nageswaragunupudi
without SkinButtons() works fine.
Grois drive me to previous solution thank You.

Grois
Tienes razón es algo que acabo en forma similar, que bueno que ya está solucionado.
Gracias a todos
by FGamboa
Wed Apr 19, 2017 3:30 pm
Forum: FiveWin para Harbour/xHarbour
Topic: error con Touch screen
Replies: 9
Views: 914

Re: error con Touch screen

Hola otra vez:
también falla desde un RDP desde android Acer
Saludos
by FGamboa
Wed Apr 19, 2017 3:14 pm
Forum: FiveWin para Harbour/xHarbour
Topic: error con Touch screen
Replies: 9
Views: 914

Re: error con Touch screen

Hola de nuevo: El problema me lo causa la funcion Skinbuttons(). en .\samples\testbnt2.prg agregué skinbuttons(). en una tableta win 10, vulcan 1 GB, tanto en funcion local como RDP, los botones se disparan doble. Uso FWH 14.12, Harbour y he visto que la funcion skinbuttons() a causado errores en el...
by FGamboa
Tue Apr 11, 2017 3:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: error con Touch screen
Replies: 9
Views: 914

Re: error con Touch screen

Gracias por su respuesta, hare una aplicacion sencilla
saludos
Fco Gamboa
by FGamboa
Mon Apr 10, 2017 3:55 pm
Forum: FiveWin para Harbour/xHarbour
Topic: error con Touch screen
Replies: 9
Views: 914

error con Touch screen

Hola a Todos:
Uso botones en una aplicacion de touch screen pero en PCs nuevas (Win 8 en adelante y RDPs en android) por cada click izquierdo en los botones se dispara doble, alguién sabe que ocasiona esto.
FW 14.12 32 bits + Harbour.
Gracias anticipadas y saludos cordiales
Fco Gamboa
by FGamboa
Wed Jul 02, 2008 4:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: External Application inside my Application
Replies: 3
Views: 1072

Bad to Hear

Hi Antonio:

Sad to know that, mmm, I just wanted to call another modules from delphi or basic to my apps without fight with dlls.
Can youd give me any guideness to know what I'm dealing with? (like links or searching words)

Thanks

Fco Gamboa
by FGamboa
Fri Jun 27, 2008 4:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: External Application inside my Application
Replies: 3
Views: 1072

It works - Funciona !!

STATIC FUNCTION Calculadora()
LOCAL nhWin
WinExec( "Calc" )
nhWin:=FindWindow( 0, "Calculadora" )
Setparent(nhWin, oWnd:oWndClient:hWnd)
RETURN NIL
by FGamboa
Thu Jun 26, 2008 11:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: External Application inside my Application
Replies: 3
Views: 1072

External Application inside my Application

[English] Hi Everybody: Can I run "notepad.exe" in a MDI enviroment as a child window? I've Seen wcapture or recently ActiveX-"shell.explorer" in action, containing webpages in the way I want for "notepad...." (not wcapture). Are there any ActiveX or method out there, w...
by FGamboa
Fri Jul 28, 2006 5:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: from VB6 to FWH
Replies: 19
Views: 6069

Hi Antonio: A "Non Visual" component would be a Timer for example, It doesn't show anything in Run Time, Like My ActiveX Fingerprint component. Speaking about the fix You sent me before, Invoking ActiveX Methods with by Reference Arguments. I couldn't tested it. Because it's only significa...
by FGamboa
Sat Jul 15, 2006 3:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: from VB6 to FWH
Replies: 19
Views: 6069

Hi Antonio: My ActiveX Components in VB6 works FINE AND SIMPLE, that's the reason I've tried to developed it in FWH and I felt confident to succeed. I suposed the fact was enough to get compatibility with FWH. I undestood You don't have the duty to study all the sort of the existings ActiveX compone...
by FGamboa
Sat Jul 08, 2006 3:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: from VB6 to FWH
Replies: 19
Views: 6069

ActiveX incomplete

Antonio:

Based in your silence, I Think is official, FWH ActiveX has unresolved troubles.
Too bad, the only reason that I upgraded to new FWH release was to take advange of this topic.

Regards
Fco Gamboa
by FGamboa
Sat Jun 24, 2006 2:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: from VB6 to FWH
Replies: 19
Views: 6069

Hi Antonio:
Any news solving my problem ?
regards
Fco Gamboa