Print Preview Problemn |
Post Reply |
Author | |
charlest
Newbie Joined: 30 August 2010 Status: Offline Points: 4 |
Post Options
Thanks(0)
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 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Only by submitting an issue in issuetracker or write to CodeJock. Seems this is a bug...
support@codejock.com or fill out 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.... |
|
RJAMIN
Newbie Joined: 29 September 2010 Location: Houston, TX Status: Offline Points: 5 |
Post Options
Thanks(0)
|
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.
|
|
charlest
Newbie Joined: 30 August 2010 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |