Search found 4769 matches

by rdonnay
Sun Jan 31, 2010 7:05 am
Forum: eXpress++ Support
Topic: Need Autorestore Window in @ .. DCDIALOG
Replies: 13
Views: 26949

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: 12676

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: 26949

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: 12676

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: 20882

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: 12676

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 ...
by rdonnay
Sat Jan 30, 2010 8:25 am
Forum: phpBB Board Support
Topic: Access the new newsgroups
Replies: 2
Views: 9397

Re: Access the new newsgroups

I find that subscribing to forums is quite sufficient for me.
I get an email when a new posting is made and then I just click on the url in the email.
Actually, I prefer viewing the postings in my Web browser now because of the look and feel of this board.
by rdonnay
Sat Jan 30, 2010 8:23 am
Forum: phpBB Board Support
Topic: Access the new newsgroups
Replies: 2
Views: 9397

Re: Access the new newsgroups

Jack -

I don't know anything about Mozilla Thunderbird, but I suspect it is a news reader.
Sorry, but phpBB doesn't support nntp.

Roger
by rdonnay
Sat Jan 30, 2010 8:21 am
Forum: Xbase++ Support
Topic: TAPIDYN.DLL
Replies: 1
Views: 7906

Re: TAPIDYN.DLL

I created the Xbase++ forum.
by rdonnay
Fri Jan 29, 2010 6:09 pm
Forum: eXpress++ Support
Topic: Need Autorestore Window in @ .. DCDIALOG
Replies: 13
Views: 26949

Re: Need Autorestore Window in @ .. DCDIALOG

Michael - This works for me: #INCLUDE "dcdialog.CH" FUNCTION Main() LOCAL GetList[0], oDlg DC_AutoRestoreWindow( { HKEY_CURRENT_USER, 'Software\Donnay Software\eXpress++\Windows' } ) @ 0,0 DCDIALOG oDlg SIZE 300,300 PIXEL CAPTION 'My test dialog' DCREAD GUI FIT ADDBUTTONS TITLE 'Some title' RETURN n...