Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Troubles using Calendar and PowerBuilder
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Troubles using Calendar and PowerBuilder

 Post Reply Post Reply
Author
Message
Stéphan View Drop Down
Newbie
Newbie
Avatar

Joined: 12 January 2010
Location: France
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Stéphan Quote  Post ReplyReply Direct Link To This Post Topic: Troubles using Calendar and PowerBuilder
    Posted: 14 January 2010 at 4:35am
Hello,

I'm developping in PowerBuilder 11.5 on winXP

I'm currently evaluating the calendar component to see if it matches our needs so that we can replace our datawindow-based calendar with CodeJock's.
And I'm having hard time to understand VB and OLE syntax with which I'm not familiar at all while trying to use a DataResourcesManager.

I try to reproduce the example code provided for VB by Codejock :
C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.2.1 (30 Day Trial)\Samples\Calendar\VB\CalendarSample
that can be found in the mnuMultiSchedulesExtend_Click()

I guess I have to create a DataResourcesManager as an OleObject and connect it to something like this :

iOleResourceMan = create OleObject
li_rc = iOleResourceMan.ConnectToObject("Codejock.CalendarControl.CalendarResourcesManager.13.2.1")
# Just as the Calendar Dialog is created like this :
# OleCalendarDialog     = create OleObject
# OleCalendarDialog.ConnectToNewObject("Codejock.CalendarDialogs.13.2.1")


but it fails...

Your help would be very appreciated :-)
Platform : from WinXP SP3 to Win7
Development : PowerBuilder 11.5
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.125 seconds.