Search found 653 matches

by cdmmaui
Fri Jun 09, 2017 1:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unique ID
Replies: 2
Views: 466

Unique ID

Hello,

Is there a function in FWH that creates a unique ID? I need to created a unique ID every time logs in to our system.

Thank you!
by cdmmaui
Sun May 28, 2017 4:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Display web content without activex
Replies: 5
Views: 924

Re: Display web content without activex

Hello,

Has anyone been able to load content from web page in a dialog without activex? Perhaps via JSON?

I would appreciate assistance on this.

Thank you,
by cdmmaui
Sat May 20, 2017 1:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Display web content without activex
Replies: 5
Views: 924

Display web content without activex

Hello,

Is it possible to display contents of a website in a dialog or window without ole? We have users that do not allow activex to run on their workstation.

Thank you,
by cdmmaui
Wed May 17, 2017 7:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Object Title
Replies: 2
Views: 548

OLE Object Title

Hello Everyone, Is it possible to set the name of the window that displays Google map oOle:=CreateObject("InternetExplorer.Application") oOle:width:=675 oOle:height:=675 oOle:Visible:=.t. // Displays the Browser oOle:ToolBar:=.f. // Disables the toolbar oOle:StatusBar:=.f. // Disables stat...
by cdmmaui
Wed Jan 18, 2017 2:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Color / Gradient
Replies: 20
Views: 4721

Re: Dialog Color / Gradient

Gracias Cristobal!
by cdmmaui
Fri Jan 13, 2017 7:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Color / Gradient
Replies: 20
Views: 4721

Re: Dialog Color / Gradient

Dear Cristobal,

Thank you very much!

Sincerely,
by cdmmaui
Fri Jan 13, 2017 7:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Color / Gradient
Replies: 20
Views: 4721

Re: Dialog Color / Gradient

Dear Rick,

Thank you!
by cdmmaui
Wed Jan 11, 2017 4:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Color / Gradient
Replies: 20
Views: 4721

Re: Dialog Color / Gradient

Dear Uwe,

Thank you! Can you provide a small example with a dialog?
by cdmmaui
Wed Jan 11, 2017 1:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Color / Gradient
Replies: 20
Views: 4721

Re: Dialog Color / Gradient

Dear Rick,

By any chance, do you have a sample function that will set the text color in the similar way the dialog gradient is set?

The software is sooooooooooooooo much better looking with color!!!

Thanks again!
by cdmmaui
Tue Jan 10, 2017 2:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Display webpage in dialog
Replies: 2
Views: 1558

Display webpage in dialog

Hello Everyone,

Is it possible to display a webpage in a dialog box without ActiveX? If so, can someone provide an example?

Thank you,
by cdmmaui
Tue Jan 10, 2017 2:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Color / Gradient
Replies: 20
Views: 4721

Re: Dialog Color / Gradient

Dear Rick,

Thank you again for your functions. I have some positive feedback from end users! I truly appreciate your help!
by cdmmaui
Sun Jan 08, 2017 7:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Color / Gradient
Replies: 20
Views: 4721

Re: Dialog Color / Gradient

Dear Rick and Rao,

Thank you!

Happy New Year!
by cdmmaui
Sat Jan 07, 2017 5:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: JSON Post and Get sample
Replies: 10
Views: 4139

Re: JSON Post and Get sample

Dear Anser, Thank you. I changed and got the following response. {"Type":"api_error","Message":"The request failed due to an internal error.","Code":"500","Params":[{"Name":"WINConnect.Manager","Message&qu...
by cdmmaui
Sat Jan 07, 2017 4:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: JSON Post and Get sample
Replies: 10
Views: 4139

Re: JSON Post and Get sample

Hello, Is there anything else I need to change to code below? I am not getting expected result. ******************** CODE ******************** #include "FiveWin.ch" REQUEST DBFCDX REQUEST DBFFPT //----------------------------------------------------------------------------- function Main()...
by cdmmaui
Fri Jan 06, 2017 10:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: JSON Post and Get sample
Replies: 10
Views: 4139

Re: JSON Post and Get sample

Hello, Thank you. I changed code and got it to run. Response: {"Type":"Request","Message":"Invalid username or password.","Code":"401","Params":[]} I am checking with provider to confirm credentials are valid. ********************...