Search found 181 matches

Go to advanced search

by ghosttie
Mon Jun 14, 2021 9:58 am
Forum: General Discussion
Topic: No Application Named from jadehttp.dll
Replies: 2
Views: 1012

Re: No Application Named from jadehttp.dll

Thanks - I found the problem - the application pool didn't have permission to the _jadehttp folder so jadehttp.dll couldn't read the ini
by ghosttie
Fri Jun 11, 2021 10:52 am
Forum: General Discussion
Topic: No Application Named from jadehttp.dll
Replies: 2
Views: 1012

No Application Named from jadehttp.dll

I'm moving an old jadehttp WebServices application to a new server on a customer site and on the new server I'm getting No Application Named The URL must include the Application name as a parameter. even though I'm using a valid URL that does have the application name in it I think it must be a prob...
by ghosttie
Fri Feb 26, 2021 12:45 am
Forum: General Discussion
Topic: Using Microsoft Internet Control - WebBrowser Control
Replies: 6
Views: 1838

Re: Using Microsoft Internet Control - WebBrowser Control

As you say, I suspect their web app just has an IE compatibility problem, so either they'll fix it and the problem will go away or you'll have to replace the WebBrowser control with something newer (i.e. embedded Chrome/Webkit). I doubt re-importing the control will do anything unless you're not on ...
by ghosttie
Wed May 20, 2020 11:52 pm
Forum: Design and Architecture
Topic: WebBrowser replacement
Replies: 1
Views: 1408

Re: WebBrowser replacement

In order to be used in JADE you'll need an ActiveX or .NET control. If the packages don't come with either of those then you'll have to make your own. Nowadays it's probably easier to create a .NET control than an ActiveX one. Create a new .NET control project, import the WebView package, expose the...
by ghosttie
Thu May 23, 2019 11:19 am
Forum: Tips and Techniques
Topic: Events from non-gui .NET component
Replies: 4
Views: 2758

Re: Events from non-gui .NET component

We have an ActiveX control to receive DDE messages imported into JADE, and as well as the component itself (FVDDEHlp2) JADE imported an interface (I__FVDDEHlp2) which inherits from IDispatch which has the events on it. So to use it, as well as adding a FVDDEHlp2 property we had to add a I__FVDDEHlp2...
by ghosttie
Wed Jan 16, 2019 3:02 am
Forum: General Discussion
Topic: Running a JCF file
Replies: 2
Views: 2348

Re: Running a JCF file

No I don't think so
by ghosttie
Fri Jan 11, 2019 3:17 am
Forum: General Discussion
Topic: Move a form to a different monitor
Replies: 4
Views: 2815

Re: Move a form to a different monitor

There are some Windows APIs to do stuff like that
by ghosttie
Fri Oct 12, 2018 11:57 pm
Forum: Tips and Techniques
Topic: how to sort table or dictionary as I can put the object to the last row of the table
Replies: 2
Views: 2233

Re: how to sort table or dictionary as I can put the object to the last row of the table

Can you use a numeric ID? Does it need to have an "r" in front of it? Does it need to have an "r" in front of it in the database or could you just add that when displaying it?
by ghosttie
Fri Sep 28, 2018 2:36 am
Forum: Tips and Techniques
Topic: Any native function like "mailto" as in HTML ?
Replies: 2
Views: 2253

Re: Any native function like "mailto" as in HTML ?

You can use the ShellExecute API call with mailto URIs

Go to advanced search

cron