Search found 58 matches

by clemerson
Mon May 08, 2006 4:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: "Digital Persona" Finger Print Id's Interface?
Replies: 37
Views: 14893

Richard

Please, send it to me also.

Regards

clemerson@sysfar.com.br
by clemerson
Thu Apr 06, 2006 3:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Read XML page
Replies: 8
Views: 3661

Re: Read XML page

I have done XML (SOAP and other TAGs - both create and read) for Paysoft Inc., used to submit payroll returns to the IRS. I can give you some clues here, and more info through private email. In general, you'll have to download the web page (XML document), and then read it partially (FOPEN-FREAD/FRE...
by clemerson
Wed Apr 05, 2006 6:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP message
Replies: 3
Views: 2029

Hi, I got to set up this way below, I think and the road... This giving this mistake in the return of the function GetLastError () =12007: If HttpSendRequest(hRequest, "",0,sBuffer,Alltrim(Str(Len(sBuffer)))) == 0 ? "error3",GetLastError () Endif ERROR_INTERNET_NAME_NOT_RESOLVED ...
by clemerson
Tue Apr 04, 2006 9:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: "Digital Persona" Finger Print Id's Interface?
Replies: 37
Views: 14893

I began to set up some tests with this lib, more the variable ret always this null one, I didn't discover as solving still. http://www.griaule.com/page/pt-br/downloads #include "FiveWin.ch" STATIC xLib function Main() Local contextId,Ret lChDir("C:\Arquivos de programas\Griaule\GrFing...
by clemerson
Tue Apr 04, 2006 9:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP message
Replies: 3
Views: 2029

SOAP message

Would he like to connect a server, and possible Fwh? https://200.214.130.41:9443/farmaciahomologa/services/ServicoSolicitacaoWS in the manual he says: The requests will be made under the form of services web (Web Services), being used of the protocol HTTPS goes transmission of the dates and SOAP 1.2...
by clemerson
Thu Mar 23, 2006 2:42 pm
Forum: FiveWin para Harbour/xHarbour
Topic: DigitalPersona x Fhwx
Replies: 0
Views: 441

DigitalPersona x Fhwx

Hi,

Does anybody have example FWHX working with DigitalPersona?

Image

Clemerson
by clemerson
Tue Mar 14, 2006 9:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: variable memory
Replies: 7
Views: 1657

RF wrote:Se me ocurre:

test1.exe
test := .F.

Test2.exe
test := .T.
SAVE TO archivo ALL LIKE test

Test1.exe
RESTORE FROM archivo ADDITIVE
Rene,

it could not generate any file in HD, he has to be access in the memory.

Clemerson
by clemerson
Tue Mar 14, 2006 8:59 pm
Forum: FiveWin para Harbour/xHarbour
Topic: key shortcut
Replies: 4
Views: 975

Antonio Linares wrote:Clemerson,

Do you mean that the focus from the GET goes to the pushbutton ?
did this, in the versions previous of the fwhx go back to GET when it uses shortcut ALT+????
by clemerson
Tue Mar 14, 2006 8:56 pm
Forum: FiveWin para Harbour/xHarbour
Topic: key shortcut
Replies: 4
Views: 975

Antonio,

He didn't give right, the focus was in BUTTON.

Image

Clemerson
by clemerson
Tue Mar 14, 2006 2:20 pm
Forum: FiveWin para Harbour/xHarbour
Topic: key shortcut
Replies: 4
Views: 975

key shortcut

Antonio, In this current version of the fwhx 2.7 when I am in any field as example in this of the Descricao and do I type any shortcut as example Alt+C the cursor is in the field of the shortcut doesn't return how before automatically in I finish it focus, will that be gotten right? http://www.sysfa...
by clemerson
Mon Mar 13, 2006 4:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: variable memory
Replies: 7
Views: 1657

It would be Example to understand what want to do, more it cannot be access to HD has to be for memory; he has a program test1.exe that is turning in a loop; test :=. t. do while test enddo ? end he has a program test2.exe that only executes; test :=. f. test1.exe and concluded Clemerson
by clemerson
Mon Mar 13, 2006 1:07 pm
Forum: FiveWin para Harbour/xHarbour
Topic: variable memory
Replies: 7
Views: 1657

Antonio,

It could be in a simpler way then, in a program test1.exe I would put a die in the memory in a fixed place and with other test2.exe I would diffuse in this place, he would give right also for me.

Clemerson
by clemerson
Fri Mar 10, 2006 8:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: variable memory
Replies: 7
Views: 1657

variable memory

Hi,

He would like to do the following;

in a program test1.exe I declare a variable test :=. f.

in another program test2.exe I change the content of this variable of memory for test :=. t.

how do I make that in the fwhx, do I use PeekByte() ???

Clemerson