Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - like to get values of event, but get only a error
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

like to get values of event, but get only a error

 Post Reply Post Reply
Author
Message
Ditte View Drop Down
Groupie
Groupie


Joined: 28 October 2007
Status: Offline
Points: 94
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ditte Quote  Post ReplyReply Direct Link To This Post Topic: like to get values of event, but get only a error
    Posted: 21 November 2009 at 5:14am
Hi,

I like to use the IsEditOperationDisabled.

I think I use the same syntax of the vb6 sample.

But I think, that I use a wrong object.
The lanquage I use is VDF15.0 (VisualDataflex).

Has someone a idea, what is wrong?


    Procedure OnComIsEditOperationDisabled Variant llOpParams Boolean ByRef llbDisableOperation  
....

Get Create U_cSigCjComCalendarEditOperationParameters to hoParams
Set pvComObject of hoParams to llOpParams
Get ComOperation of hoParams to iOperation
Get ComEventViews of hoParams to vEventViews
Get Create U_cSigCjComCalendarViewEvents to hoEventViews
Set pvComObject of hoEventViews to vEventViews
Get ComCount of hoEventViews to iCount
Get ComViewEvent of hoEventViews (iCount-1) to vEvent

Get Create U_cSigCjComCalendarEvent to hoCalEvents
Set pvComObject of hoCalEvents to vEvent
Get ComAllDayEvent of hoCalEvents to bAllDay //I get the error 4399
Send Destroy of hoCalEvents

Send Destroy of hoEventViews
Send Destroy of hoParams

End_Procedure

Thanks
Regards



Dittmar



Product: Xtreme SuitePro (ActiveX) 13.4.2

Platform: Win XP

Language: 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.125 seconds.