Search found 1168 matches

by Tom
Thu Mar 03, 2011 11:45 am
Forum: eXpress++ Support
Topic: HOW TO GET BROWSE COLUMN HEADING AT RUNTIME ?
Replies: 3
Views: 7773

Re: HOW TO GET BROWSE COLUMN HEADING AT RUNTIME ?

Multiplication. 8-)

By default, a "column" has 7 pixel, a "line" has 20 - in eXpress++. As long as you didn't change this in your app.
by Tom
Thu Mar 03, 2011 10:25 am
Forum: eXpress++ Support
Topic: RMChart and Windows 7
Replies: 5
Views: 9293

Re: RMChart and Windows 7

Hi, Roger.

By the installer (Inno Setup). The app itself looks for several components and tries to install them if they are not installed, starting REGSVR32 with RunShell. This works on Vista or 7 only if the app runs with admin rights.
Edit: RMCHART.DLL is needed even if the OCX is used!
by Tom
Thu Mar 03, 2011 9:34 am
Forum: eXpress++ Support
Topic: RMChart and Windows 7
Replies: 5
Views: 9293

Re: RMChart and Windows 7

Yes. Active-X-version. Works perfect on all kinds of systems at hundreds of customer's sites.
by Tom
Wed Mar 02, 2011 2:18 pm
Forum: eXpress++ Support
Topic: Right click in DCBrowse
Replies: 21
Views: 31560

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

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

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

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

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

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

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: