Search found 1173 matches

by Tom
Wed Feb 16, 2011 9:20 am
Forum: Xbase++ Support
Topic: Printing to pdf with DCPRINTER and XbpPdf
Replies: 12
Views: 24025

Re: Printing to pdf with DCPRINTER and XbpPdf

XbpPdf is a PDF creation class Edgar Borger (from Brazil, afaik) wrote. As I heard, this is handy, but not very fast - and it has a reduced functionality compared to similar tools.

http://borger.com.br/Softsupply/PDF/Xbppdf.htm
by Tom
Fri Jan 21, 2011 7:48 am
Forum: Xbase++ Support
Topic: filter question
Replies: 3
Views: 8730

Re: filter question

Hi, Bruce.

DbFilter() returns an empty string if no filter is set or the filter condition if a filter is set.
by Tom
Tue Jan 18, 2011 4:56 am
Forum: XCodeJock Support
Topic: Redawing of a commadnBar
Replies: 4
Views: 17575

Re: Redawing of a commadnBar

Here's some code based on the sample from Chris which works. Calling a menu entry sets the caption of the SLE. Remember to change the version # of CJ. /////////////////////////////////////////////////////////////////////////////// // // Ribbonbar with Xbase++ and eXPress++ // Creation date: 12/12/20...
by Tom
Mon Jan 17, 2011 12:08 pm
Forum: XCodeJock Support
Topic: Redawing of a commadnBar
Replies: 4
Views: 17575

Re: Redawing of a commadnBar

Check your mail. ;)
by Tom
Wed Jan 12, 2011 3:16 pm
Forum: eXpress++ Support
Topic: Update speed xdot
Replies: 7
Views: 11440

Re: Update speed xdot

Hi, Fred.

I'm not sure I really understand what you are saying, but this is my interpretation: If an index file is damaged, you restore the table (!) using a very uncomfortable mechanism - and then reindex the restored table? Is that correct? :shock:
by Tom
Fri Jan 07, 2011 6:38 am
Forum: Xbase++ Support
Topic: manipulating with images/objects
Replies: 3
Views: 9036

Re: manipulating with images/objects

Hi, Zdeno.

I intensively use a control called "ImageKit7" for issues like this. Works perfect.

http://www.imagekit.com
by Tom
Fri Jan 07, 2011 6:36 am
Forum: eXpress++ Support
Topic: Printing Overlapping
Replies: 8
Views: 15136

Re: Printing Overlapping

Seems that you simply forget to increase the line number in some situations.
by Tom
Tue Jan 04, 2011 4:10 am
Forum: Did you Know?
Topic: Progress bar from XbpPack2
Replies: 22
Views: 49353

Re: Progress bar from XbpPack2

XbpPack2.ch is not in your package
xbpack2.ch/.dll are parts of the xbpack2-package, which you need to load from Alaska Software.
by Tom
Fri Dec 31, 2010 6:38 am
Forum: eXpress++ Support
Topic: DCCOMBOBOX problem
Replies: 3
Views: 7964

Re: DCCOMBOBOX problem

Hi, Zdeno.

Place the combobox on a static (simple SLE, DCSAY ..). This will prevent the FIT clause of DCREAD to calculate the dialog height using the combo height.
by Tom
Wed Dec 29, 2010 12:38 pm
Forum: Xbase++ Support
Topic: RTF to clipboard
Replies: 1
Views: 6213

RTF to clipboard

Hi, there. I'm trying to copy a formatted RTF-text to the clipboard, so it can be pasted into a word processor "as is", with all formatting options. If I copy the formatted text using the standard method (oClipBoard:SetBuffer(cRtfText)), I receive a plain text with all formatting options ({\rtf ...)...