Search found 249 matches

by Jack
Fri Mar 30, 2018 7:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dual index for setscope.()
Replies: 3
Views: 643

Re: Dual index for setscope.()

Hi,
In this situation , i make a temorary index with the for clause :
index on NAME to TEST FOR DATE > ... .and. DATE < ....

Good luck
Philippe
by Jack
Tue Mar 06, 2018 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Email problem
Replies: 2
Views: 703

Re: Email problem

Here is my code : TRY oOutLook := GetActiveObject( "Outlook.application" ) MsgWait("Outlook al open !","Info",2) CATCH TRY oOutLook := CreateObject( "Outlook.application" ) MsgWait("Ouverture Outlook !!","Info",2) CATCH MsgAlert( "Outl...
by Jack
Thu Feb 15, 2018 9:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: HMAC SHA256
Replies: 1
Views: 492

Re: HMAC SHA256

Hi,
I have found the function :

HB_HMAC_SHA256("demo","test")

Thanks .
by Jack
Wed Feb 14, 2018 2:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HMAC SHA256
Replies: 1
Views: 492

HMAC SHA256

Hi,
I have to use this function HMAC SHA256 in order to calculate a signature to pass as parameter .

What are the parameters for this function .
Is it included in harbour ?

Thanks
Philippe
by Jack
Fri Dec 01, 2017 3:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Direct IP Connection
Replies: 18
Views: 4004

Re: Direct IP Connection

Thanks for this answer .

I 'd like to receive result from the instrument .
I do not understand why the instrument is not the server .

I will give a look to socket.prg .

Thanks
by Jack
Fri Dec 01, 2017 10:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Direct IP Connection
Replies: 18
Views: 4004

Direct IP Connection

Hi,
I work in a medical laboratory and they ask me to communicate via a RJ45 to an automate system in the lab . (IDS iSys)
Does someone in the forum has an expertise with this direct ip connection and communication .

Thanks,
by Jack
Sun Nov 05, 2017 5:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OneDrive
Replies: 6
Views: 1012

Re: OneDrive

Hello,
I have the same question for other Cloud drive .
Any idea .
Philippe
by Jack
Tue Oct 24, 2017 10:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute() set as wait run
Replies: 9
Views: 1430

Re: ShellExecute() set as wait run

I think you should use WAITRUN(...)

WaitRun("notepad.exe ERROR.TXT")
by Jack
Tue Oct 24, 2017 6:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior with dialogs
Replies: 3
Views: 738

Re: Strange behavior with dialogs

Antonio,
I solved my problem when i supress this instruction ==> SkinButtons()

If i d'nt use this function, i have no problem .

Any idea ?

Thanks .
by Jack
Tue Oct 24, 2017 6:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 14783

Re: Fivewin & web

Do you have a demo ?
Thanks
by Jack
Thu Oct 19, 2017 6:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior with dialogs
Replies: 3
Views: 738

Strange behavior with dialogs

Hi, I have problem with dialog that reopen after an instruction oDlg:end() My first dialog has a xbrowse and 3 buttons . One of the button can show a detail of the actual record of the xbrowse . When i click on the button in the dialog with the xbrowse, it open a second dialog with detail + a button...
by Jack
Fri Oct 13, 2017 10:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1390

Re: Column Function in XBROWSE

Hi ,
When i have to do that, i insert a column and use a code block with my function :

oCol:=oLbxp:inscol(4)
oCol:bStrData:={||QSTOCK(oRsp:Fields("NB"):Value)}
oCol:cHeader:="Total"
*

*
function QSTOCK(p)
return p/2


Philippe .
by Jack
Fri Sep 22, 2017 1:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID-card
Replies: 15
Views: 3194

Re: Belgian eID-card

Hello,
Did someone found samples of FW code for this ?
Thanks
by Jack
Fri Apr 28, 2017 9:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Start sample for a (My)-sql project
Replies: 12
Views: 1492

Re: Start sample for a (My)-sql project

Marc ,
I use MS SQL with Fivewin .
I also live in Belgium (Liege)
You can contact me if you want .
ph.jacquet@skynet.be
by Jack
Wed Apr 05, 2017 6:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: SmartCard reader and Fivewin
Replies: 8
Views: 1917

Re: SmartCard reader and Fivewin

Hi,
What about identity card .

How to read the contend of EID Card ?

Thanks