Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - merge function with v13.3
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

merge function with v13.3

 Post Reply Post Reply
Author
Message
allanchen View Drop Down
Newbie
Newbie


Joined: 06 May 2012
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote allanchen Quote  Post ReplyReply Direct Link To This Post Topic: merge function with v13.3
    Posted: 06 May 2012 at 5:34pm
Platform: Window 7 Professional
Suite version: active-x, v 13.3

The merger function does not seem to work in v 13.3. Do I need to upgrade to a newer version? All I need is just simple horizontal merge like this (copied directly from the sample code in on-line help):

      With .Records.Add
         .AddItem ""
         Set item = .AddItem("CodeJock MFC and ActiveX products ")
         item.MergePreviousCells = 1
         item.Alignment = xtpAlignmentVCenter Or xtpAlignmentCenter
         .AddItem ""
      End With

I image the purpose of this code is to merge the newly added item with previous item, use the full length of the two combined for horizontal alignment purpose. Running this sample code didn't give me desired effect. 
Allan
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 06 May 2012 at 7:25pm
yes, get the latest version, it has been re-worked
Back to Top
allanchen View Drop Down
Newbie
Newbie


Joined: 06 May 2012
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote allanchen Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2012 at 9:16pm
since we have deployed other components from v 13.3, do we also need to update (and redistribute) other components, or can we mix new report control with other old components?

By the way, all we need now is a fix to the merge function, is there a quick patch to v13.3?
Allan
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 24 May 2012 at 9:31pm
Hi,

you can use the new report control version with any other control.

A patch is not available.

Andre

Codejock support
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.