Search found 154 matches

by sdenjupol148
Mon Oct 03, 2016 2:28 pm
Forum: eXpress++ Support
Topic: ADS Client Server (SAP)
Replies: 2
Views: 7733

Re: ADS Client Server (SAP)

Fred,

I don't think you can close individual files with the architect; it's really made for closing connections.
I misread your original question to mean how do you disconnect users.
Individual files are better controlled with the computer management console.

Bobby
by sdenjupol148
Fri Sep 30, 2016 9:25 am
Forum: eXpress++ Support
Topic: Shutting down Network and Server for ADS
Replies: 3
Views: 9686

Re: Shutting down Network and Server for ADS

Hi Chris, We use a very simple routine that renames all the files by adding the date. In other words, medallion.exe becomes medallion.exe.20160930, medallion.dll becomes medallion.dll.20160930, etc. Then the current files are copied to the server. The next time the user logs in, they get the updated...
by sdenjupol148
Thu Sep 29, 2016 1:53 pm
Forum: eXpress++ Support
Topic: Shutting down Network and Server for ADS
Replies: 3
Views: 9686

Re: Shutting down Network and Server for ADS

Hey Fred, Use the remote server option in the ADS Architect. You can see who is using the software and what files they are using and locking. You can clear all connections from there. However, I'm confused as to why you need to shut down in order to backup. I have several clients with different soft...
by sdenjupol148
Mon Jul 18, 2016 12:09 pm
Forum: Zen and the art of Software Maintenance
Topic: All the news that is Deranged and Unhinged
Replies: 2
Views: 17013

Re: All the news that is Deranged and Unhinged

:lol:
I know this is what you do when you're not coding.
Too funny!

Bobby
by sdenjupol148
Fri May 13, 2016 8:14 am
Forum: eXpress++ Support
Topic: An error we keep getting
Replies: 9
Views: 16602

Re: An error we keep getting

Hi Regan, Are you using DCDESIGN.DLL in your XPJ's? Roger integrated the design portion of express into DCLIPX.DLL. You should remove all references to DC_DESIGNHANDLER in your code and remove DCDESIGN.DLL from all your XPJ files. They are no longer used. To access the designer from any PRG or funct...
by sdenjupol148
Wed May 11, 2016 9:27 pm
Forum: Did you Know?
Topic: Good Things
Replies: 8
Views: 25994

Good Things

Roger, For the last few years you have dabbled with the idea of retiring to which I have always replied: "That ain't gonna' happen". Your contributions to our community have been immense. So much of what we can do in the market is because of your guidance, ideas and hard work. You give us the tools ...
by sdenjupol148
Wed Apr 20, 2016 2:52 pm
Forum: eXpress++ Support
Topic: Printing to a color PDF file.
Replies: 10
Views: 14656

Re: Printing to a color PDF file.

DCPRINT does not currently offer a default color command such as DCPRINT COLOR although you may have inspired Roger to do something about that. However, the next best thing is to use the ATTRIBUTE clause like this: // declare the array LOCAL aAttr := Array( GRA_AS_COUNT ) // set the foreground color...
by sdenjupol148
Mon Apr 18, 2016 9:00 am
Forum: Did you Know?
Topic: Converting Functions to Methods
Replies: 1
Views: 12185

Re: Converting Functions to Methods

Roger,

Good job. :clap:

Bobby
by sdenjupol148
Sun Apr 17, 2016 9:31 am
Forum: Announcements
Topic: European eXpress++ Devcon anyone?
Replies: 9
Views: 26863

Re: European eXpress++ Devcon anyone?

Roger,

You and I have talked about this before so you know my vote.
But to make it official...I'm in. :dance:

Bobby
by sdenjupol148
Tue Mar 22, 2016 5:54 am
Forum: eXpress++ Support
Topic: Slider question
Replies: 49
Views: 62776

Re: Slipder question

Hey Jack,

The closest thing I use is DCSCROLLBAR but is only has one slider per bar; maybe there's some magic Roger can add.

Bobby