Print Page | Close Window

Print Preview Problemn

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=17184
Printed Date: 11 May 2024 at 12:53pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Print Preview Problemn
Posted By: charlest
Subject: Print Preview Problemn
Date 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



Replies:
Posted By: Aaron
Date Posted: 13 September 2010 at 10:24am
Hi,
 
Only by submitting an issue in issuetracker or write to CodeJock. Seems this is a bug...
 
mailto:support@codejock.com - support@codejock.com or fill out  http://www.codejock.com/support/ - online support request form
 
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....


Posted By: RJAMIN
Date 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.


Posted By: charlest
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net