Calendar dialog box

Hi there!
I'm trying to implement a dialog box where the user can insert start and stop date (and, eventually, time) for building a report in semi-automatic way. So, the dialog box has to pass data to the calling script.
I was able to insert the ActiveX control MSCAL.Calendar.7 in the dialog box, but I cannot find the way of passing any properties (such as value, year, nor day) to the calling script.
The help topic "Transferring User Dialog Box Entries to DIAdem" doesn't reference to the ActiveX control and I can't find examples about that. Any ideas?
Thank you!
Andrea

Hello Andrea!
You have to set the ActiveX properties in your dialog initialization code. You can access them with the syntax <controlname>.X.<propertyname> with '<controlname>' the name of the SUD control and '<propertyname>' the name of the AxtiveX property.
Examples:
MyDateTimePicker.X.Value = now
MyDateTimePicker.X.Value = R1
To use ActiveX controls can be verry nice but sometimes also verry frustrating because you have to be shure that they are installed on every client!
Matthias
Matthias Alleweldt
Project Engineer / Projektingenieur
Twigeater?  

Similar Messages

  • TS4000 I have a dialog box in Mac OS calendar that says "moving calendars to server account. It has totally locked up the Calendar app. I have forced quit, restarted the Mac as well as Calendar but I can't use Calendar at all. How can I restore Calendar?

    I have a dialog box in Mac OS calendar that says "moving calendars to server account. It has totally locked up the Calendar app. I have forced quit, restarted the Mac as well as Calendar but I can't use Calendar at all. How can I restore Calendar?

    No one have any idea as to what's going on with my issue?
    A lot of people do, if you take a look at the More Like This widget on the right side of this page.
    Try signing out and back in to iCloud in System Preferences.

  • Change GMT time and 12 hours format in the Callback Properties dialog box

    Hello! There are CAD 7.6.3 for UCCE. In the Callback Properties dialog box for personal CallBack displays the Customer's Current Time in GMT 0 and the data format of 12 hours.
    How to display in this window, the time is GMT +3 and change time in 24-hours format?

    Hi,
    Please check your local time format settings by the following steps:
    1. Click the Time in the right bottom corner taskbar.
    2. Click Change date and time settings.
    3. In Date and Time window, click Change data and time.
    4. In Date and Time Settings window, click Change calendar settings.
    5. In Customize Format window, switch to Time tab.
    6. Change the Short time format as H:mm instead of h:mm tt, set the Long time as H:mm:ss.
    7. Click OK to save the setting to have a try.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Updating Firefox from 5.0 to 5.0.1, the dialog box said my profile was missing. What should I do about that?

    ''locking - duplicate - https://support.mozilla.com/en-US/questions/849470''
    I use an iMac with OS 10.6.8, and Firefox 5.0.
    When trying to upgrade Firefox to 5.1 it attempted, but I saw a dialog box that said it could not because my profile was missing. I did not know I had a Profile Box. What do I do to create one?
    I want to upgrade to FF 5.0.1. I use FF daily, particularly I keep my calendar in Firefox only.
    Is there a solution for my problem?

    I forgot to mention also that when I tried to delete this icon, the trash eternally acted like it was emptyint the trash, but the progress bar was not progressing.  I suppose that is because the file size is too large (812 MB).

  • "Open pdf in Preview" opens extra dialog box

    From any app, when I select PRINT: Open pdf in Preview, the Preview app opens and correctly displays the desired page or file but... it also opens the "Open" dialog box allowing me to select a file to open. I simple click on CANCEL but this is an annoyance. Anyone have an idea how I go about tracing down the cause of this strange behavior? The Console reports the following 2 lines:
    1/13/13 8:49:39.978 PM MTLAgent[370]: Injecting MTL into com.apple.Preview...
    1/13/13 8:49:40.005 PM MTLAgent[370]: warning: failed to get scripting definition from /Applications/Preview.app; it may not be scriptable.

    Pahu, thank you. After reading your reply, I found a discussion thread called "preview opens fileopen dialog each time it starts", and the complete answer was there. Basically, just open System Preferences – iCloud, and uncheck "Documents & Data". I did get a message that all corresponding data on my Mac would be erased but the data would remain in iCloud for use on iPhones, etc. Since I don't keep any "documents & data" on iCloud (I only keep contacts, calendar, notes, etc. -- those are separate from documents & data), I accepted this. My problem was immediately fixed.
    Thanks so much.

  • Installing 5.0.1 updating 5.0, I received a dialog box that said my Profile was missing. Wht do I do now?

    I have an iMac, operating OS 10.6.8. I have using Firefox for years, most recently updated to 5.o. Tonight as I worked, a dialog box appeared saying I could upgrade to Firefox 5.0.1. I said the equivalent of OK, and it appeared that the installation was going on, but suddenly a dialog box said my Firefox Profile was missing and 5.0.1 could not be installed.
    I did not know I had a Firefox Profile, nor where it was stored.
    Please tell me what to do. I use Firefox for my Calendar. Should I abandon my Calendar on Firefox. I would prefer not to abandon it, because I am easily able to search with Firefox immediately after I use the Calendar.
    In short, what should I do to upgrade to 5.0.1?

    Firefox 5.0.1 and 3.6.19 contain changes that apply to the OSX operating system. Other OS's can update, but you will not receive an automated update notification. My Firefox 5.0 on Windows also is not yet recognizing an update to 5.0.1 using Help > About Firefox > Check for updates.
    *See: https://developer.mozilla.org/devnews/index.php/2011/07/12/firefox-5-0-1-and-3-6-19-compatibility-updates-now-available/
    Look at the Release Notes for each of the new versions; click on "What's New in Firefox" to expand that section for each version. <br />
    '''SPECIAL NOTE to OSX users with Firefox 3.6.18: Read carefully about the change in Firefox 3.6.19'''.<br />
    *Release Notes Firefox 5.0.1: https://www.mozilla.com/en-US/firefox/5.0.1/releasenotes/
    *Release Notes Firefox 3.6.19: https://www.mozilla.com/en-US/firefox/3.6.19/releasenotes/

  • Dropdownbox scroll bar closes the dialog box

    All,
    I have a dialog box and a matrix layout with some controls inside of it.
    I have set autoClose = true in the dialog box so that if I click away I would close it
    my matrix layout has a dropdownbox. if I click on the scroll bar, then it closes my dialog box. if I use the mouse wheel, it stays open. is this a bug or is there a work around to this? this happens every time I click on the vertical scroll bar
    Similarly, if I have a date picker and I click on the datepicker to open the calendar, then the dialog closes. this event only closes the dialog the first time. if I open the dialog and click on the date picker then it works fine.
    any feedback is appreciated.
    thanks
    Sergio

    Hi Sergio,
    It could be that the the Dialog somehow interprets the click event to happen outside the Dialog and thus closes it. Try to bind event listener to controls in the Dialog and then in that event handler call evt.stopImmediatePropagation() and evt.preventDefault(). Example:
    "datePicker".bind("click", jQuery.proxy(function(event) {
         event.stopImmediatePropagation();
         event.preventDefault();
    }, this));
    I think I could reproduce your problem with DatePicker in Firefox but not in Chrome. With Dropdown I couldn't reproduce it. Here's a jsbin explaining it:
    JS Bin - Collaborative JavaScript Debugging&lt;/title&gt;  &lt;link rel=&quot;icon&quot; href=&quot;http://static.jsbin.…
    Regards,
    Kimmo
    Message was edited by: Kimmo Jokinen

  • How to open subscribe dialog box when clicking ics link

    I would like to create a web page containing all our shared calendar links so my users need only to click a link which will open iCal, have the "subscribe" dialog box pop up and have the calendar URL auto filled.
    I've gotten as far as opening the ics file with iCal but am stuck on how to force the "subscribe" box to automatically open.
    For example, I would want the link: http://sharedcalendars/home/scott/calendar.ics
    to open iCal, pop up the "subscribe" box and auto fill the URL field with http://sharedcalendar/home/scott/calendar.ics .
    My users are lazy and complain to great lengths about having to manually type the URL of each shared calendar.
    Any Ideas?

    mouse listener on the tree, see if the click count is 2 and what node it clicked, open the dialog. MouseEvent can give you the click count and x/y coordinate, JTree can tell you what node is at that coordinate.

  • Entourage 2004 - Authentication Dialog Box

    Hello there,
    After clicking Entourage 2004 (connecting to an Exchange Server 2007) from the Dock, it launches and presents the authentication/security dialog box (Account Information) to authenticate. If you click Cancel, you are practically bypassing the authentication process while still reading any off line e-mails and what not.
    Is it possible present the authentication/security dialog box before opening Entourage, so if the credentials are right, Entourage should open, if not it should quit to protect E-mail/Calendar/Contacts...
    Are there any other means to secure Entourage?
    Thank you

    Further testing has implicated the use of the Yosemite San Francisco Font from 'wellsriley' at GitHub. Placing the display version of the font into the ~/Library/Fonts folder will trigger the problem. Removing the font will immediately end the problem.
    'wellsriley' notes that "System Alert dialogs render as [a-in-a-box] when installed improperly", meaning if the fonts are installed into the ~/Library/Fonts folder. This problem was not evident in 10.10.1 from my experience. Instead, it is advised by the developer to only install the fonts into the root /Library/Fonts folder.
    My solution for now is to simply remove the fonts and not use them. Problem solved.√

  • Any way to see ICONS in Open and Close Dialog boxes?

    Is there any way to see ICONS in Open and Close Dialog boxes, instead of just lists of items names?
    I know you can preview one at a time, but I'd love to see all my artwork as picture icons, just as you can in a finder window.
    Windows does this, but not OSX that I know of. Is there a third party app that enables you to see icon view in the Open and Close Dialogs?

    Thank you Steve Jobs. I guess that feature has been added in Leopard. Now there really is nothing that I'll miss from Windoze.

  • Open dialog box....

    Hi Everyone,
    I have designed a form in which user has to input the path where he wants to save his report.
    Like c:\test.PDF
    what i want to do is that when user click a button againts this field a dialog box should appear in which he can select the location, like in Notepad File > Open or File Save.
    and after selecting the path and closing the box the path should be display in the text field which i have provid to my user. Is it possible to attach the default file extension automatically in the text box?
    like if user have written c:\test it should be automatically converted into c:\test.PDF? Any Idea?
    How is this posible in Developer 6i. I will be very thankful if someone can help me solving this problem.
    Regards,
    Imran

    use GET_FILE_NAME - it's documented in the help - client server only

  • I am trying to open CR2 files from a Cannon EOS 1DX camera in Photoshop CS6 and I have already updated the Camera Raw Plug in but Photoshop is still giving me the cannot open files dialog box? Help?

    I am trying to open CR2 files from a Cannon EOS 1DX camera in Photoshop CS6 and I have already updated the Camera Raw Plug in but Photoshop is still giving me the cannot open files dialog box? Help?

    Canon 1DX support was added to ACR in version 6.7, 7.1.  An updated CS6 should be at level ACR 8.6.  If your ACR is not at level 8.6 try using CS6 menu Help>Updates.  If that does not install ACR 8.6 try downloading the ACR and DNG 8.6 converter and see if ACR 8.6 will install into your CS6.
    Adobe - Adobe Camera Raw and DNG Converter : For Windows
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh

  • When I try to open photoshop I get a "help adobe improve it's produts" dialog box every time and it freezes

    When I try to open photoshop I get a "help adobe improve it's produts" dialog box. No matter what I do, I get this box when I try to open a file in photosop never opens although it appears to be

    Hi Steadyalberta,
    Something might be preventing Photoshop from being able to save your selection on the dialog window properly. You might try right clicking and choose Run as Administrator on the Photoshop icon when launching (Windows) or test if the behavior persists when using a newly created admin user account.
    Hope that helps,
    - Dave

  • Why doesn't firefox close out when I'm done with it and close it; when next I try to open firefox again I get a dialog box telling me firefox is open and to close it or restart my computer? I'm tired of doing that one of more times a day.

    1. This happens at least once a day, and sometimes multiple times. Today it's happened twice, thus far. My home page is FoxNews.com and if I leave it up overnight or for longer periods during the day firefox doesn't allow the refresh of the home page it just goes to yahoo 404--error can't find the webpage. Then when I enter FoxNews.com it adds a /error to the url and doesn't allow me to go to MY homepage. So I close firefox and then if I try to reopen it and then I get the dialog box saying firefox is open and to close it or restart my computer. Very aggravating. 2. Also the Adobe flash drive update always fails. 3. Webpages get in loops and fail to load to the point I have to stop and refresh or close out and reopen.

    One situation in which Command+w or Ctrl+w might not work is if the "focus" is in a plugin such as the Flash player used on Youtube after you interact with the player controls. Firefox will continue to send the keyboard input to the plugin until you move the focus back to the page. Does that account for any of the problem?

  • In javascript how to invoke save as dialog box ,which saves .pdf files only

    Through javascript i generated a save as dialog box. the main problem is , it is only saving .html and .doc files by default. how to restrict it to save only .pdf files.
    the code i used is
    function SaveFile(fname)
    document.execCommand('SaveAs', null, fname)
    <input type="button" value ="save" onclick="SaveFile('');">
    /**********************************************************************/

    this is actually a Java forum its slightly different from javascript
    but try this not sure if it helps
    <input type="button" value ="save" onclick="SaveFile('.pdf');">

Maybe you are looking for