Search found 4773 matches

by rdonnay
Sun Jan 31, 2010 8:17 am
Forum: eXpress++ Support
Topic: DCPICKLIST
Replies: 2
Views: 8544

Re: DCPICKLIST

Rick -

Copy _DCPICK.PRG to \exp19\source\dclipx directory and run BUILD19_SL1.BAT to rebuild DCLIPX.DLL.

This fixes the problem.

Roger
by rdonnay
Sun Jan 31, 2010 8:01 am
Forum: eXpress++ Support
Topic: DCPICKLIST
Replies: 2
Views: 8544

Re: DCPICKLIST

Rick -

I will work on your problem today.

Roger
by rdonnay
Sun Jan 31, 2010 8:00 am
Forum: phpBB Board Support
Topic: Unread Messages
Replies: 4
Views: 17642

Re: Unread Messages

Hi, Put the following link to your favorites. http://bb.donnay-software.com:8080/phpBB3/search.php?search_id=unreadposts This will show you all the unread messages. Not as fast as the webboard, maybe there is a mod for it. However I never saw a forum which used two windows as the webboard did. You ...
by rdonnay
Sun Jan 31, 2010 7:56 am
Forum: eXpress++ Support
Topic: Tooltips
Replies: 16
Views: 29734

Re: Tooltips

Michael - I remember putting code in the tooltip system to prevent it from going off the screen because of user complaints. I had complaints that a tooltip would display partially off the screen if the object were close to the right perimeter of the screen. So I changed the code to force the tooltip...
by rdonnay
Sun Jan 31, 2010 7:05 am
Forum: eXpress++ Support
Topic: Need Autorestore Window in @ .. DCDIALOG
Replies: 13
Views: 27032

Re: Need Autorestore Window in @ .. DCDIALOG

I wonder if the handler is interfering with the code that saves the coords.

You should see an entry in your registry under HKEY_CURRENT_USER\SOFTWARE\Michael\Demo\Fenster\Windows.

It will have the same name as the title (caption) of the window.
by rdonnay
Sat Jan 30, 2010 10:35 pm
Forum: eXpress++ Support
Topic: oBrowse2DBF ?
Replies: 5
Views: 12724

Re: oBrowse2DBF ?

Ok. Try the attached file.
by rdonnay
Sat Jan 30, 2010 10:32 pm
Forum: eXpress++ Support
Topic: Need Autorestore Window in @ .. DCDIALOG
Replies: 13
Views: 27032

Re: Need Autorestore Window in @ .. DCDIALOG

What happens if you remove CASCADE from DCGETOPTIONS ?
by rdonnay
Sat Jan 30, 2010 11:58 am
Forum: eXpress++ Support
Topic: oBrowse2DBF ?
Replies: 5
Views: 12724

Re: oBrowse2DBF ?

Ok, this is possible. I can create a new function: DC_Browse2Dbf() but you will need to pass some information that cannot be determined automatically from the browse object - unless I create a holder for that info in the DC_XbpBrowse() class. This is one solution: DC_Browse2Dbf( oBrowse, cDbfName, a...
by rdonnay
Sat Jan 30, 2010 9:57 am
Forum: phpBB Board Support
Topic: Mods to be added
Replies: 9
Views: 20961

Re: Mods to be added

Tom - I am interested in the below "Global Announcements" mod, however I see nothing about how to install it. The zip file contains a few XML files and an XSL file. Could you point me in the right direction? I don't want to do anything that will bring down the system. http://www.phpbb.com/mods/db/in...
by rdonnay
Sat Jan 30, 2010 9:03 am
Forum: eXpress++ Support
Topic: oBrowse2DBF ?
Replies: 5
Views: 12724

Re: oBrowse2DBF ?

Are you saying that you want to create a new database from the contents of a browse object? The answer is Yes. This would be similar to a SQL select statement with the INTO clause. Before I show you how to do this, I would need a small sample program that displays the browse you want to export to a ...