Search found 83 matches

by FWExplorer
Tue Dec 29, 2020 7:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 1212

Re: How to check the status of a url, with credentials

Never mind. I typed build.bat, rather than buildh.bat. Everything's good.
by FWExplorer
Tue Dec 29, 2020 7:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 1212

Re: How to check the status of a url, with credentials

What option do we need, on the Buildh command line to include the FW Ole functions? I put PingValidate.prg, containing WebPageContents() in the samples folder. But we have some missing externals. Which library has olefuncs.prg already linked in? Error: Unresolved external '_HB_FUN_FWGETOLEOBJECT' re...
by FWExplorer
Tue Dec 29, 2020 5:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 1212

Re: How to check the status of a url, with credentials

Thanks, Antonio. This works without credentials: function WebPageContents( cUrl, lText ) --> cContents For credentials we have to use: user = "someusername" password = "somepassword" xmlhttp.setRequestHeader "Authorization", "Basic " + Base64Encode(user + &quo...
by FWExplorer
Tue Dec 29, 2020 4:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 1212

How to check the status of a url, with credentials

Hi, I wrote a python utility earlier in the year that checks connectivity, and optionally html file size, and optionally with credentials. Are there some FW snippets that will accomplish the same thing? I already tried searching through Minigui and played with TIpClientHttp, and cannot find anything...
by FWExplorer
Sat Dec 19, 2020 11:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 2882

Re: checking an url

Can this be used, to check the validity of sites with credentials?
by FWExplorer
Sat Dec 12, 2020 12:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 18083

Re: Are there any Treeview samples with associated edit boxes?

Ok, thanks. I'll continue playing with it.
by FWExplorer
Thu Dec 10, 2020 6:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 18083

Re: Are there any Treeview samples with associated edit boxes?

Sorry, I thought we were sharing files on the FW repository. But of course we're using our own space.

Too many things going on. Alright, thanks Antonio.

Let me know if you need any more info, regarding the error.
by FWExplorer
Thu Dec 10, 2020 3:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 18083

Re: Are there any Treeview samples with associated edit boxes?

Mostly working. I created a separate git account, for HB and FW. When we need to attach an image to our posts here, should we create an issue? Or do we upload to a specific page? So, I removed the popup that asks if you want to replace the file, when you click the Save button. Recompiled, and looks ...
by FWExplorer
Wed Dec 09, 2020 7:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 18083

Re: Are there any Treeview samples with associated edit boxes?

Ok, thanks Antonio. I'll continue testing, and looking through the code.
by FWExplorer
Wed Dec 09, 2020 6:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 18083

Re: Are there any Treeview samples with associated edit boxes?

Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert.

Also, inline editing - fine, but it should also work with a double-click on an existing node.
by FWExplorer
Fri Dec 04, 2020 2:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 18083

Re: Are there any Treeview samples with associated edit boxes?

I was pleasantly surprised to see that we already defined a key (tab) to switch back & forth between the tree and the text area. However - Go ahead and pick a node, and then Tab back & forth, several times. Each time the pointer moves into the Text area, it will generate a new tab inside the...
by FWExplorer
Fri Dec 04, 2020 2:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 18083

Re: Are there any Treeview samples with associated edit boxes?

That works, thanks cnavarro.

Inline looks good, Antonio.
by FWExplorer
Fri Dec 04, 2020 1:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 18083

Re: Are there any Treeview samples with associated edit boxes?

Thanks Antonio, I got the libs. But it's a compiler error, not a link error. ompiling... Harbour 3.2.0dev (r2008190002) Copyright (c) 1999-2020, https://harbour.github.io/ Compiling 'pim.prg' and generating preprocessed output to 'pim.ppo'... 1 error No code generated. pim.prg(206) Error E0030 Synta...