Calendar-control for MS Word ?

I am trying to create a Word document, that will at various points contain a calendar-control, enabling the user to click a down-arrow, and choose a date which is then inserted into the text.
I am using MS Office 2004 on this MacBook, and find that the version of Visual Basic that is included does not contain this control.
I have investigated this on-line, and understand that the control is an ActiveX feature that is incompatible with OSX.
Is there any other means of doing what I am trying to achieve ?
(My apology if this is the wrong conference -- I cannot find another one that seems any more suitable.)

Hi Thought2,
Sorry, as far as I know currently there is no in-build calendar control, but there are quite lot of third party calendar control developed by communities also companies, try to search with key words: "windows store app calendar control", you would
be able to find some.
Hope this helps.
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Calendar Control for Windows store apps

    Im searching for a calendar control for windows store apps
    something like this, that when i select a day i get to see information about that day , like meetings and such 
    is there anything of sorts ? , free if possible.

    Hi Thought2,
    Sorry, as far as I know currently there is no in-build calendar control, but there are quite lot of third party calendar control developed by communities also companies, try to search with key words: "windows store app calendar control", you would
    be able to find some.
    Hope this helps.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Calendar Control for entering parameters

    I would like to use Xcelsius calendar components in my crystal reports 2008 report instead of the parameter window that normally is used.  Is there any way to do this?  I appreciate the help

    Hi Thought2,
    Sorry, as far as I know currently there is no in-build calendar control, but there are quite lot of third party calendar control developed by communities also companies, try to search with key words: "windows store app calendar control", you would
    be able to find some.
    Hope this helps.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Calendar Control for iPhone Developers

    Some days ago when we were developing an application for iPhone, we required a calendar view to show date specific data on it. Unfortunately we did not find any built-in control in Cocoa Touch UIKit. We were googling to find out any third-party solution but luck did not favored us on that as well. So we decided to create our own calendar control. You can find tutorials and download link here http://nrg.com.bd/blog/archives/36

    Hi Thought2,
    Sorry, as far as I know currently there is no in-build calendar control, but there are quite lot of third party calendar control developed by communities also companies, try to search with key words: "windows store app calendar control", you would
    be able to find some.
    Hope this helps.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SQL SSRS 2008 DateTime Calendar Control and Oracle 10g Data Source

    Hello. I am creating reports in SSRS 2008 using the calendar control for a date range. Let's say we select a start date of 3/3/2012. This parameter is sent into my SQL statement in the WHERE clause which is executed against an Oracle 10g database. All syntax has to be in SQL that Oracle understands, so no CONVERT or CAST.
    The format of the date is throwing an error "ORA-01843: not a valid month" when I try to use the following:
    SELECT *
    FROM TABLE
    WHERE STARTDATE >= TO_DATE('3/03/2012', 'MM/DD/YYYY')
    I get ORA-01722: invalid number when I try the following:
    SELECT *
    FROM TABLE
    WHERE STARTDATE >= >= TO_CHAR('3/03/2012', 'MM/DD/YYYY')
    I cannot find a way to format the date parameter in SQL Server SSRS before it gets to the SQL to be executed in Oracle.
    Please help.
    Thanks,
    Sunny

    920616 wrote:
    sb92075: I am showing you how Oracle renders the date if I do a simple select from the table from which I am trying to pull data. You are right, it sure doesn't prove anything other than how the date looks right out of the Oracle database, but hopefully, it will give a clue as to how I need my SSRS date parameter to work.
    Hans Forbrich:
    I get ORA-01722: invalid number when I try the following:
    SELECT *
    FROM TABLE
    WHERE STARTDATE >= TO_CHAR('3/03/2012', 'MM/DD/YYYY')
    Solomon:
    It works. The problem is getting the parameter '3/3/2012' into a usable format for Oracle.
    Let's assume an application is sending in '3/3/2012' which will be used in an Oracle query (no PL/SQL allowed, nor can I create functions, stored procedures, etc - only straight up SQL). How can I prepare the parameter to successfully do the compare on the Oracle Date field?
    12:50:23 SQL> select TO_CHAR('03/03/2012', 'MM/DD/YYYY') from dual;
    select TO_CHAR('03/03/2012', 'MM/DD/YYYY') from dual
    ERROR at line 1:
    ORA-01722: invalid number
    12:51:00 SQL> ed
    Wrote file afiedt.buf
      1* select TO_DATE('03/03/2012', 'MM/DD/YYYY') from dual
    12:51:20 SQL> /
    TO_DATE('03/03/2012
    2012-03-03 00:00:00

  • Calendar control

    I like the calendar controls for date fields in LCD. One of our editors however doesn't like that when he clicks on a date field the calendar pop up control appears outside the field and overlaps the adjacent field. I don't have a problem with it. But he thinks it is misleading and is insisting that I shorten the field so it appears that the pop up control is inside the field. The result is now I have to add a line object to fill in the gap left in the border which I think is unnecessary form clutter.
    I want to know if the way these calendar controls are set up bothers anyone else? If I remember right they used to be inside the field in earlier versions of LCD.

    Hi Karuna,
    Please post your question in
    ASP.NET forum where you could get better responses.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Click on calendar control in parameter prompt of viewer gets Jscript error

    Within SAP supplied CrystalViewer.  VS2008 web app, XIR2 Crystal Server, 11.5.3700 or 11.5.3300 libraries.  Although not a forum favored combination of tools, everything seems to work except calendar control within parameter prompts.
    IUSER_(machine name) or everyone has read and execute access for directory and subdirectories via IIS and Windows file system (suggestion from a more general problem post).
    I am able to fill in the date parameter text box and all works well.  Calendar icon properly displays to right of text box but it is followed on subsequent lines by :
    Business Objects X
    i
    i
    within the individual parameter box.
    Click on calendar icon to allow pick of date from calendar causes Jscript error.
    alan

    Hi Jonathon,
    Thank you for your quick response.  Response to you questions follows.
    Q:Does it work anywhere? 
    A:It doesn't work on any date parameter when executed in VS project.  (It does work with Crystal Developer XIR2 client.)  I am only using the viewer - not designing report within project.  Given that, can you suggest a test for calendar control outside of parameters to answer this question?  Sorry for my ignorance.
    Q:It is likely the combination of CR 2008 / XI R2 is not playing well, as you've indicated - they are not meant to. It could be missing runtime files causing issues. Is the CR 2008 runtime installed on the server as well, or only the XI R2 runtime?
    A: We have VS2008 but not CR2008 which is what I think you meant.  With VS2008 installed on development workstation accessing remote XIR2 server objects, a web app running on workstation has problem with calendar.  I am out of my league, but I am thinking the execution of a calendar control for a parameter would not need to call any Crystal libary which might mess things up, but the call is coming from an 11.5.3700 viewer which may be making the wrong call for a VS2008 base library that handles calendar control.  But, I am hoping instead that the problem is that it cannot find something it needs or that it does not have proper access to that something (which has been the cause of all the other problems I have solved).
    alan

  • Setting Presentation Variable with a Calendar Control

    I have a situation where I need to create a dashboard prompt on a Date field that allows the user to select a start and end date. Part of this requirement also requires that I capture those two values in two presentation variables - but I can't seem to figure out how to set a presentation variable in a dashboard prompt while still using the Calendar control for the date selection.
    I can't use a drop down list or anything else besides the Calendar pop up - Does anyone know how to go about setting a presentation variable while still allowing the end user to select dates via the Calendar control pop up?

    Hi
    in dashboard prompt, select control as calendar control but not drop down
    And if you want in between operation with presentation variables.. go through the following link...
    http://oraclebizint.wordpress.com/2008/02/26/oracle-bi-ee-101332-between-prompts-for-date-columns-using-presentation-variables/
    Regards
    Kishore Guggilla

  • Linking calendar control from Crystal Reports to Business View Manager

    I have a requirement to have 3 prompts on a crystal reports. First prompt will show list of all available regions from database and users will select a region.
    2nd prompt will be 2 calendar controls for from data and to date where users can either type the dates or select from calendar.
    Based on the value selected in first prompt and from and to date values entered in 2nd prompt I have to populate list of events in 3rd prompt.
    Is this possible in crystal. Any help will be highly appreciated. I am doing parallel research and if I find a solution I will post it.
    Regards
    Ash

    Moved to BV forums.

  • Calendar assignment in OAVH for '03' period control for calendar year dependent fiscal year.

    Hi
    We have a year dependent Fiscal Year in our client's system. It is a 5-4-4 Fiscal Year variant starting from March till Feb.
    While trying to create a new asset we faced an error "You cannot save this asset(Correct depreciation error)." I checked and found that the error is due to a missing calendar assignment in OAVH for the period control key '03' (Pro rata at mid-period) for our fiscal year variant. Till the last fiscal year it had been maintained, but for current fiscal year the assignment is not maintained.
    Can someone help me to understand how the calendar assignment is done in OAVH for a 03 period control key for a year dependent fiscal year like ours?
    I tried using the transaction OA84 (Generate Period Control), but it provides the calendar assignment for all other period control methods except for '03'. Is there some specific reason as to why OA84 does not generate for '03' period control?
    I checked the last fiscal year's assignments in OAVH for our fiscal year variant for '03' period control, but could not understand how it was configured, because it did not relate to the fiscal year variant assignment that we have done in OB29. Also, I even checked whether we need to enter the mid date of the periods, but that also was not done for the last fiscal year. I am unable to understand how the dates have been assgined.
    Given below is our last Fiscal Year's OAVH settings for '03' period control:
    FYV
    Period Cont
    Description
    Year
    Month
    Day
    Period
    AG
    3
    Pro rata at mid-period
    2014
    3
    17
    0
    AG
    3
    Pro rata at mid-period
    2014
    4
    18
    1
    AG
    3
    Pro rata at mid-period
    2014
    5
    16
    2
    AG
    3
    Pro rata at mid-period
    2014
    6
    16
    3
    AG
    3
    Pro rata at mid-period
    2014
    7
    18
    4
    AG
    3
    Pro rata at mid-period
    2014
    8
    15
    5
    AG
    3
    Pro rata at mid-period
    2014
    9
    15
    6
    AG
    3
    Pro rata at mid-period
    2014
    10
    17
    7
    AG
    3
    Pro rata at mid-period
    2014
    11
    14
    8
    AG
    3
    Pro rata at mid-period
    2014
    12
    15
    9
    AG
    3
    Pro rata at mid-period
    2014
    12
    31
    10
    AG
    3
    Pro rata at mid-period
    2015
    2
    13
    11
    AG
    3
    Pro rata at mid-period
    2015
    2
    28
    12
    Please advice.
    Thanks in Advance.
    Regards
    Ambarish

    Dear Ambarish,
    As it is a year dependent fiscal year variant, we should create the year for the variant via OB29, then generate the period via OA84.
    Best regards.
    Beam

  • What is the best practice for using the Calendar control with the Dispatcher?

    It seems as if the Dispatcher is restricting access to the Query Builder (/bin/querybuilder.json) as a best practice regarding security.  However, the Calendar relies on this endpoint to build the events for the calendar.  On Author / Publish this works fine but once we place the Dispatcher in front, the Calendar no longer works.  We've noticed the same behavior on the Geometrixx site.
    What is the best practice for using the Calendar control with Dispatcher?
    Thanks in advance.
    Scott

    Not sure what exactly you are asking but Muse handles the different orientations nicely without having to do anything.
    Example: http://www.cariboowoodshop.com/wood-shop.html

  • Date format for ipc calendar control in configuration UI

    Hi
    Does anyone know how to change the format of the date in the calendar control of the configuration UI? Currently when I try to configure a product in the b2c webshop or through SAPGUI, my date characteristics display in MM/DD/YY rather than DD/MM/YY. I have checked the usual suspects (default date format of WEBLOGIN user, logged in customer, my user) and all are set to DD/MM/YY. I could not find a setting in the XCM either.
    Can anyone point me in the right direction?
    Thanks
    Mike

    Hi Mike,
    Date display property is part of user settings for User ID.
    Go to transaction SU3
    Go to Default tab and adjust the date formats.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Script calendar control appearance

    I'm using Adobe LiveCycle Designer 7.0.
    I have a drop-down list that calculates a Date/Time value via a FormCalc script that fires on exit.
    The first three drop-down list items set fixed dates: today, 30 days from today and 60 days from today. The exit script works correctly for these three list items.
    I'd like to add a fourth drop-down list item called "any date". Selection of this list item would display the Acrobat calendar control so any date could be selected.
    Can the Acrobat calendar control be displayed in this manner?

    Hi Thought2,
    Sorry, as far as I know currently there is no in-build calendar control, but there are quite lot of third party calendar control developed by communities also companies, try to search with key words: "windows store app calendar control", you would
    be able to find some.
    Hope this helps.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Using 'Calendar' control type in prompt - not available

    Hi All,
    I am trying to setup a simple from and to date prompt that can be used in my reports to set the to and from date range for filtering the fact data that is returned. Following a number of blogs and articles on this it seems pretty straightforward. I have setup two static presentation variables on the rpd (startdate and enddate respectively) and I have started to create the prompt in answers that will be used by a number of different reports.
    My issue is that, all the articles I have seen indicate the use of the 'Calendar' control type when setting up the prompt. I however only have the following control type options for the prompt *(Edit Box, Drop Down List, Multi-Select)*. I do not see Calendar. Does this need to be initialized in any way to make it available .. ie move the calendar.js file somewhere so I can use the calendar control?
    example instructions: http://obiee101.blogspot.com/2009/03/obiee-between-dates-prompt.html
    Thanks,
    K

    Figured it out. The fields I was using in the prompts were character fields representing dates 'YYYY-MM-DD'. In order for the Calendar control option to become visible the fields selected as part of the prompts need to be of date or timestamp data type.
    Thanks,
    K
    Edited by: user_K on Apr 20, 2010 12:47 PM

  • How to make users to select the date from calendar control my making the date field read only in date time control in external list in sharepoint 2010

    How to make users to select the date from calendar control only, by my making the date text field read only (don't want to let users type the date) in date time control in external list in sharepoint 2010. I am looking for a solution which can
    be done through sharepoint desginer / out of the box.
    thanks.

    Congratulate you got the solution by yourself. I am new to a
    WinForms calendar component, I feel so helpless on many problems even I'd read many tutorials. This question on the
    calendar date selection did me a great favor. Cheers.

Maybe you are looking for

  • Mac mini and Photoshop

    I recently bought an Intel Core Solo mini (used, but only two months old) as a way to switch from PC to Mac. I'm an illustrator and regularly work on midsize Photoshop projects (20-40 MB). I had done some research and thought that a mini would be suf

  • Line chart legend titles - fixed length?

    Hi I use a number of line charts wherein I specify the title of the individual series via variables &var1. and so on. When I use more than 3 series in the chart, the 4th and following(up to 6) series titles are shown in '2nd' column' in the legend ti

  • Easy Question how-to use iDVD

    Hello, I open up iDVD and click "Create New Project" and then pick a theme from the theme menu ("Shelves/Extras"). I go to media and drop my .avi video in the "Drop Zone 1". When I go to the DVD Map, there is an "X" on the left hand corner of the fir

  • Tax collection at source (V V Urgent)

    Hi Plz tell me the how TCS on scrap sales will be accounted for in SAP system. what configuration has to be done for this ? please treat it as very urgent and all useful answers will be rewarded with high points. Looking forward for ur replies.

  • Large and Complex Applicaton development process in Apex

    Hi, Apex can scale well in terms of Data size, number of users etc. We are trying to decide if Apex is suitable for our next large and complex application (Large and complex in terms of quantity and efforts of work and business logic). We have alread