Search found 280 matches

by BruceN
Wed Feb 03, 2010 1:13 pm
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

GREAT... I think we're finally understanding each other. For a while I felt like you were speaking French and I was speaking Swedish! Atached is everything you need. The cipwin32.ocx needs to be registered with regsvr32. The xml file is the configuration for the ocx. It should work as is. Just put i...
by BruceN
Wed Feb 03, 2010 12:23 pm
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

Yes it is free. I'll whip up a simple sample for you and attach the ocx. look for it a little bit.

Requiring the dialog window to be closed would be confusing to our 'brain dead' users (which describes most of them) as the ocx has a close button on it.

thanks
by BruceN
Wed Feb 03, 2010 12:17 pm
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

(Tried posting this earlier, but somehow it got lost in the inifnite bit bucket) Correction to last post.... When the ocx (easyintegrator) is open I cannot close the dialog windows by any means (ok, cancel, clicking X). When I close the ocx, the dialog window is still open. Ideally, I'd like to have...
by BruceN
Wed Feb 03, 2010 11:30 am
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

Correction: With easyintegrator open I cannot close the dialog window by any means (ok, cancel, click X). When I close easyintegrator, the dialog window is still open. Ideally, I'd like to have the dialog window either invisible or completely hidden behind the easyintegrator screen (I can easily cha...
by BruceN
Wed Feb 03, 2010 9:56 am
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

Roger....

Getting close! It basically works, except the background window doesn't cose when I close the easyintegrator. I wonder if easyintegrator doesn't actually completely close, but stays in memory. I emailed them about that.
by BruceN
Tue Feb 02, 2010 7:35 pm
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

mucho thankso.... i'll play with it tomorrow afternoon when I get back in.
by BruceN
Tue Feb 02, 2010 4:59 pm
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

I've played with it for a few minutes (not too much yet). Looking at your DCACTIVEX documentation it says that it works with any method supported by the XbpActiveXControl(). I think that means setting the properties and calling methods as in oEasyIntegrator:{property} := 'Something' What I have for ...
by BruceN
Tue Feb 02, 2010 4:02 pm
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

Thanks, i'll try it in the next few days when I have a few minutes free. EasyIntegrator is credit card processing (product is ChargeItPro) we've integrated into our POS app . The basic sales part has been working great for a year or longer (thanks to the assistance of your board). Now, with tighteer...
by BruceN
Tue Feb 02, 2010 1:51 pm
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

Re: ActiveX focus issue

Roger: We have been using express for many years - you've been invaluable in assisting us many times. With my not understanding activeX at all, a while ago I posted on your old board for help and one of your kind members wrote the basic calls for us. I modified his code to add other things we needed...
by BruceN
Tue Feb 02, 2010 7:43 am
Forum: eXpress++ Support
Topic: ActiveX focus issue
Replies: 26
Views: 46498

ActiveX focus issue

I have an activeX control I call that pops an entry screen. When I call it, occasionally it pops as it should (on top). Most of the time it seems to be behind the main app (it shows on the task bar and can by clicked to bring forward). I would think that there's a way to force it to be on top (It ca...