Search found 1175 matches

by Tom
Wed Mar 02, 2011 2:18 pm
Forum: eXpress++ Support
Topic: Right click in DCBrowse
Replies: 21
Views: 31911

Re: Right click in DCBrowse

Hi, Chris. Could you clarify the RBDOWN {| a,b,c,d | .... } You can do things like this by yourself: RBDOWN {| a,b,c,d | DC_DebugQout(a),DC_DebugQout(b),DC_DebugQout(c),DC_DebugQout(d) } And you will find out: a is the absolute position clicked. b is nil. c is a reference to the XbpCellGroup-Object ...
by Tom
Wed Mar 02, 2011 5:16 am
Forum: eXpress++ Support
Topic: HOW TO GET BROWSE COLUMN HEADING AT RUNTIME ?
Replies: 3
Views: 7867

Re: HOW TO GET BROWSE COLUMN HEADING AT RUNTIME ?

oBrowse:GetColumn(nColNo):Heading:GetCell(1) -> Column header

oBrowse:GetColumn(nColNo):CurrentSize()[1] -> Column width (in pixel)
by Tom
Wed Feb 16, 2011 9:20 am
Forum: Xbase++ Support
Topic: Printing to pdf with DCPRINTER and XbpPdf
Replies: 12
Views: 24106

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

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

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

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

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

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

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

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.