Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Print Preview Problemn
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Print Preview Problemn

 Post Reply Post Reply
Author
Message
charlest View Drop Down
Newbie
Newbie
Avatar

Joined: 30 August 2010
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote charlest Quote  Post ReplyReply Direct Link To This Post Topic: Print Preview Problemn
    Posted: 01 September 2010 at 8:16am
Hi..

When i print the preview the total goes to a wrong position.
Is there anyway to solve it?




that one is from the aplication



Thanks....


Codejock 15.0.2
Visual Dataflex 16.1
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 13 September 2010 at 10:24am
Hi,
 
Only by submitting an issue in issuetracker or write to CodeJock. Seems this is a bug...
 
 
I will add this to my list and maybe they will solve this in V14.0
 
Thanks
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
RJAMIN View Drop Down
Newbie
Newbie
Avatar

Joined: 29 September 2010
Location: Houston, TX
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote RJAMIN Quote  Post ReplyReply Direct Link To This Post Posted: 30 September 2010 at 12:08pm
Hi,
 
I am also a VDF developer. How do you get to sho the subtotal in the right column? The problem I have is that unless the columns are at exact position and size, the subtotal will show in the wrong position. Can you post your implementation of the subtotal? Thanks in advance.
Back to Top
charlest View Drop Down
Newbie
Newbie
Avatar

Joined: 30 August 2010
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote charlest Quote  Post ReplyReply Direct Link To This Post Posted: 13 October 2010 at 9:18am
Originally posted by RJAMIN RJAMIN wrote:

Hi,
 
I am also a VDF developer. How do you get to sho the subtotal in the right column? The problem I have is that unless the columns are at exact position and size, the subtotal will show in the wrong position. Can you post your implementation of the subtotal? Thanks in advance.


        Procedure OnComGroupOrderChangedEx Variant llColumn OLEXTPReportColumnOrderChangedReason llReason
            Handle lhReportRows
            Variant lvRow
            Integer li Limax
            Boolean lbGroupRow
           
            Get phoReportRows to lhReportRows
           
            Get ComCount of lhReportRows to liMax
           
            for Li from 0 to (liMax -1)
                Get ComRow of lhReportRows Li to lvRow
                Set pvComObject of oRow to lvRow
                Get ComGroupRow of oRow to lbGroupRow
                If (lbGroupRow) Begin
                    Set pvComObject of oGroupRow to lvRow
                    Set ComGroupFormat of oGroupRow to "%.04f"                   
                    Set ComGroupFormula of oGroupRow to "SUMSUB(C2:C3) SUMSUB(C3:C4) SUMSUB(C4:C5) "
                End
            Loop
           
            Send ComReCalc of oSigCJReportControl1 (True)
        End_Procedure
Codejock 15.0.2
Visual Dataflex 16.1
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.