Search found 249 matches

by Jack
Mon Mar 06, 2017 5:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Color of Get with When clause
Replies: 7
Views: 690

Re: Changing Color of Get with When clause

Same with FWH16 ?? What is the first argument ? Thanks . Application =========== Path and name: G:\Apps\BioBanque\bhul.exe (32 bits) Size: 3,948,544 bytes Compiler version: Harbour 3.2.0dev (r1601050904) FiveWin Version: FWH 16.10 Windows version: 6.2, Build 9200 Time from start: 0 hours 0 mins 5 se...
by Jack
Mon Mar 06, 2017 5:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Color of Get with When clause
Replies: 7
Views: 690

Re: Changing Color of Get with When clause

Fivewin 2014 or 2016

Thanks for your help .
by Jack
Mon Mar 06, 2017 4:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Color of Get with When clause
Replies: 7
Views: 690

Re: Changing Color of Get with When clause

Hi,

TGet():lDisColors := .F. works nice but oG2:nClrTextDis := RGB( 255, 199, 206 ) dont work .

Error description: Error BASE/1005 No exported variable: NCLRTEXTDIS

Thanks
by Jack
Mon Mar 06, 2017 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Color of Get with When clause
Replies: 7
Views: 690

Changing Color of Get with When clause

Hi, I use the WHEN clause with GET in other to desable the GET . How is it possible to change the fore of background color when the WHEN retun .F. I'd like that the bakgroud is Yellow . REDEFINE GET oG1 var wtotal picture "999" REDEFINE GET oG2 var wxx WHEN wtotal > 10 Thanks for your help .
by Jack
Thu Mar 02, 2017 8:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to read a unicode TXT file
Replies: 1
Views: 539

How to read a unicode TXT file

Hi,
What is the instruction to open a Unicode TXT file .

Thanks for your help .
by Jack
Fri Feb 10, 2017 4:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web service HTTP GET Basic Authentication howto
Replies: 2
Views: 886

Re: Web service HTTP GET Basic Authentication howto

Hi, Thank you for your answer. I continue to search and I found a solution. oHttp:Open( 'GET', "https://demoweb/DiamicBiothequeService.svc/patients/0242888T/patientinfos", .f. ) oHttp:SetRequestHeader( "Content-Type","application/json") /* if its json*/ ohttp:SetRequest...
by Jack
Fri Feb 10, 2017 2:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web service HTTP GET Basic Authentication howto
Replies: 2
Views: 886

Web service HTTP GET Basic Authentication howto

Hi all, Could you check that code. I'm trying to access REST web service using HTTP basic authntication, but this is not working as well. Could you help me ? #include "fivewin.ch" function main() local ohttp := CreateObject( "MSXML2.XMLHTTP" ) set date french set century on oHttp...
by Jack
Sat Feb 04, 2017 10:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 14795

Re: Fivewin & web

Hi,
I think you have to plane a session at the annual fivewin conference in July !

Thanks for your job .
by Jack
Fri Jan 20, 2017 2:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 64
Views: 35974

Re: 1st FWH + [x]Harbour 2017 international conference

Very good !
I will be there +1 .
I think you have to talk about FiveWeb and Tools to put an apps on the web .
How long did you plan the meeting 1 day 2 days ?

Thanks and see you in July !
by Jack
Wed Dec 21, 2016 6:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Get color
Replies: 2
Views: 424

Get color

Hi,
When a get value is empty, i want that the backgroud is green and when it is not empty then yellow .

It must bee the case not only in the init process but also when contents of gets is changed .

Some samples ?

Thanks
by Jack
Mon Nov 14, 2016 11:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: For Antonio
Replies: 18
Views: 2803

Re: For Antonio

Hello,
I think it is necesary to fix the subject about Win2008R2 Win2012R2 , speed, corruption and SMB2.

A session about ADO is also necessary .

1 day is not enouth, 2 days is better .

Happy to meet you !
by Jack
Mon Nov 07, 2016 1:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: form pdf
Replies: 6
Views: 972

Re: form pdf

Thanks for this answer,

Do you have a help or pdf file with more info about this ?

Thanks
by Jack
Mon Nov 07, 2016 7:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: form pdf
Replies: 6
Views: 972

Re: form pdf

Thanks for this answer .

Do you have a help file giving more info about this communication .

Is it also possible to write info in a field with fivewin and save this info in the PDF ?

Thanks .
by Jack
Sat Nov 05, 2016 9:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: form pdf
Replies: 6
Views: 972

form pdf

Hi,
How is it possible to read the content of a pdf form with fivewin .
Is there a dll or activex ?
Thanks for your help.
by Jack
Sat Jul 30, 2016 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: RDP Timeout
Replies: 2
Views: 491

RDP Timeout

Hello, I have a fivewin application that is used with a RDP connection to a server 2012 R2. The server has a timeout of 10 minutes. When the user don't work during this time , he is logged off from the RDP . Problem is if the user has locked a record , the record stay locked when you restart the RDP...