Standard Object Library - Calendar class

How can I create a calendar to insert dates in my form. Where do I get this Standard Object library?
Patrick

I think you'll be better off asking this question in the Developer Forms forum, which you'll find Forms. Peopledo visit both but that's your best bet for answers to Forms-specific questions such as this.
Cheers, APC

Similar Messages

  • Standard object library stndrd20.olb for Forms 6i

    I am looking for standard object library stndrd20.olb, which comes with forms 6i. Anyone can tell me where I can find or download it? Also I need PL/SQL library calendar.pll.

    It's on the Forms And Reports Demos CD

  • LSMW Standard object for class

    hi,
    I am trying to upload class data through LSMW standard object,0140,
    but while specifying file step it is giving error , No logical path has been specified.
    how to solve this problem.
    Regards

    I repeatedly do this with LSMW by recording method. (recording done once and using repeatedly)
    The recorded template is
    EQUNR  KLART  CLASS_01  STDCL_01
    If it is the case of Functional Location TPLNR in place of EQUNR.
    May try this way.
    Regards
    Jogeswara Rao

  • Adobe Photoshop 8.0 Object Library for PSE 8 ?

    Hi
    I want to write a program to loop over all tags and copy the associated fotos to folders named with the tag-name. By this way I have a good structure to select the fotos on stick / DigiFrame.
    I'm a Unify TeamDeveloper developer, so it's no problem for me. But: in TD I can generate the COM classes to access PSE. I think the right object library for this is Adobe Photoshop 8.0 Object Library.
    I have a complete installation of PSE 8 on my computer but this Object Library is not present.
    Does Adobe Photoshop 8.0 Object Library not serve for PSE8? Where can I get it?
    the one I have is Adobe Photoshop Elements 8.0 Media Client 1.0 Type Library. There are some methods like GetTags. But what is the input parameter tagIds? The return is a object. But the Media Client has no class Tags.
    I also searched google, perhaps already exists a plugin for such a export. But I found nothing.
    Can anybody help me?
    Best regards
    Thomas

    I have found a solution (psedbtools).

  • How to create a Calendar Class in Universe.

    I want to create a Calendar class which will further contain Year,Quarter,Month,Day,Week Objects which can be used at report level.
    In our database we have different dates in " DD/MM/YYYY:hh:min:ss " format.
    I would like to know if this can be used to create a new Calendar Object or do I need a different table in DB like Calendar look up table provided in sample efashion universe?
    Help appreciated.

    Hi,
    Sorry for the delay in coming back - I had no access yesterday.
    I am not sure what you mean. If you have a lookup table, then you create views/aliases of this table for each of the dates you want to use it for.
    So f your transaction record contains original date and paid_date
    you would create a
    original_date_view as select * from calendar_lookup
    paid_date_view as select * from calendar_lookup
    these views could then be joined to the orginal_date and paid_date fields in your transaction table.
    In the universe you would then expose 2 classes, which contained the same objects.
    Original_date
    Date,
    Day,
    Month,
    Year
    etc
    Paid_date
    Date,
    Day,
    Month,
    Year
    etc
    If you are not using the lookup then you would have to code each date object based on the transaction date field
    So Day in orignal_date would be to_char(txn.original_date, "dd")
    while Day in Paid_date would be to_char(txn.paid_date, "dd")
    Hope this helps
    Alan

  • Problem using standard libraries in C++ class

    Hi
    I am new to JNI. I am having problems using standard C++ library.
    My java code looks like
    public class JavaSide {
    public native void sayHello();
    static {
    System.loadLibrary("NativeSideImpl");
    public static void main(String[] args) {
    JavaSide app = new JavaSide();
    app.sayHello();
    and My NativeSideImpl.cpp code is
    #include <stdio.h>
    #include "JavaSide.h"
    JNIEXPORT void JNICALL Java_JavaSide_sayHello
    (JNIEnv *env, jobject obj)
    cout<<" Hello";
    I am compiling this on solaris 5.8 using the following command
    CC -G -Kpic -I/usr/java/include -I/usr/java/include/solaris NativeSideImpl.cpp -o libNativeSideImpl.so
    when I run my java program using
    java JavaSide
    I get the following exception
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/oracle/temp/libhello.so: ld.so.1: java: fatal: relocation error: file /home/oracle/temp/libhello.so: symbol __1cDstdEcout_: referenced symbol not found
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1397)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:832)
    at HelloWorld.<clinit>(HelloWorld.java:6)
    The program works if I replace cout with printf() .
    My LD_LIBRARY_PATH does include the path where of the C++ standard libraries.
    Any help would be much appreciated
    Thanks in advance..

    Well, cout was just a a simple example. I was having problems with using the std C++ libraries, e.g ostringstream . and likes .
    I tried using the -lCstd in the compile option and it worked.

  • How can I refer to the PhotoShop Object library dynamically depend on the release of PhotoShop?

    Recently, I make a program, now I face a big program:
    I make the program by visual basic and photoshop script , but my client have different release of Photoshop, for example : photoshop 7.0 cs and cs2. I know every release of PhotoShop have ist own Object library, but in visual basic 6.0, I can only refer to one PhotoShop Object library. for example: if I refer to Photoshop 8.0 Object library, if my clients release of Photoshop is 7.0. there will be a error message : Run-time error '429 ( cant create object) Run-time error '430(Class does not support Automation or does not support expected interface), How can I refer to the PhotoShop Object library dynamically depend on the release of PhotoShop?
    my email is : [email protected] .
    any suggestion?

    Please read, and reply back here with information https://forums.adobe.com/thread/1499014
    -and try some steps such as changing browsers and turning off your firewall for downloads

  • Is it possible to lose all calendar settings on exchange server if you delete the Library/Calendar file?

    I set up on Office 2011 for mac calendars for multiple direct reports that I have given access to a deligate. She will put info into the calendar and it will show up on her side, but not mine, and vise versa. All on Exchange 2007 server. So I read a piece that said to delete the Library/Calendar files and it will reconnect as it sees there is not one. 
    Now I have no calendar or appointments. What to do.
    Bye the way the reason I was doing this was I was tired of Office and was migrating back to iCal and Mail.app

    hargate2338 wrote:
    OK fromsouth.
    Is the CalDAV account information specific to me or would it be specific to the author of the calendar who initially sent out the invite?
    Will all the petinent updating and manipulating permissions remain as they were intended per the original invite?
    Many thanks again.  I was hesitant to post thinking I was missing something simple and standard.  Thanks for your quick and courteous response.
    You are welcome.
    Since shared information is temporary yours (temporary while being shared) you should be fine. CalDav is just underlying exchange protocol. So as long as you can see that info shared -CalDav is just a delivery vehicle.
    As far as permissions - yes they are going to stay. Thousands of us share for example Google calendars, cause Google integrated calendars sync in IOS mail. The question is just as simple as if your exchange supports it and if they(your IT) are going to allow your ipad/iphone connect to it.(Make sure to get their instructions if your exchange requires specific setup)

  • Form Builder 6.0 object library

    Hello,
    I created an object library in Form Builder 6.0, which I have
    used to develop two forms.
    The other member of my team wishes to use the same object
    library. When she loads it from my directory, it loads OK, but
    when she subclasses any of her objects nothing happens. I can
    see the red arrow on the object indicating that it was
    subclassed but the changes are not registered on the layout
    editor nor the form when it runs.
    Can anyone help?
    null

    double click the read arrow and it should turn black. A black
    arrow is a sub-classed item with the sub-class applied, red
    indicates sub-classed item with the sub-class not applied.
    Rasheed Ghany (guest) wrote:
    : Hello,
    : I created an object library in Form Builder 6.0, which I have
    : used to develop two forms.
    : The other member of my team wishes to use the same object
    : library. When she loads it from my directory, it loads OK, but
    : when she subclasses any of her objects nothing happens. I can
    : see the red arrow on the object indicating that it was
    : subclassed but the changes are not registered on the layout
    : editor nor the form when it runs.
    : Can anyone help?
    null

  • Problem with object Library

    Hi
    I created object library containing some Objects and property classes.While implementation of the objects(using smart class) and property class (using property palette) to canvas or LOV,some properties not appeared to be inherited after applying smart class or property class.
    These are specially BG color and FG color.But it is working fine with some object and not working with some others.
    Can any body help me in figure out the problem.
    I am using Form builder 10g.
    Thanks in advance
    Mandeep

    i did not mean the ruler and the grid.
    There is a "forms property" called Coordinate System.
    You find it under the physical node in the property palette of your form module.
    What is the Coordinate System and important, what is the Real unit?

  • ID CS3 - Objects from Object Library change unexpectedly, not wanted!

    Hi,
    Our production group has experienced this on several occasions. We create catalogs, so need a number of objects in our object library... boxes, charts, price points, icons, logos... trouble is that sometime after I set them up, they change unexpectedly. No one is updating the objects.
    For instance, our standard box below charts is supposed to have a .5 pt. 50% black rule. At times when we drag it into a document, it comes in as 1 pt. 100% black! Not good! I need to have these objects flawless, for consistency, and just so everyone in the dept. doesn't have to remember sizes, screens, etc.
    We work from three templates (inside pages, back cover, front cover)... is there an overriding object style which I may need to turn off? Or what?
    Thanks for your help, and I'll be happy to answer any questions to help get to the bottom of this!
    Mary Sargeant

    Thanks David. I think you've got it!
    Now here's the next question. I've revised all of our templates, our object styles are all set, as well as paragraph and character styles.
    I have instructed the staff to use the new templates-- however we use some of our old pages, so we will be dragging in items (objects, text) from old layouts onto the new templates. Won't these old styles populate the style panels... and is there a way I can get the new styles to override the old? (Aside from re-naming them all).
    Mary

  • Discussing Calendar class

    I had a quickie utility program to write for a friend of mine and seeing as how I am incredibly new to Java I came here to look for answers. Doing a search on adding to days in an object of the Calendar class, I've made a loose obersvation based on answers.
    What I needed to do for my program was to simply increment the days. The answers I found on the forum were to use Calendar.add(Calendar.DATE, 1). However, the issue I found was the month was not being incremented and since this was a quick and dirty little utility, i didn't want to have to write a whole bunch of other code to check the date in order to increment the month.
    Or am I missing something?
    A note on the program I wrote. It was a simple command line program and the first argument was the beginning date, and the second argument was the ending date in the format of "mm/dd/yy". Also keep in mind there is other processing and code, I'm only posting what I did with the object of Calender class.
    What I did with my program was the following:
    ********** Begin Code Snippet **********
    Date bdate = new Date(Date.parse(args[0]));
    Date edate = new Date(Date.parse(args[1]));
    Date cdate = new Date(Date.parse(args[0]));
    Calendar begindate = Calendar.getInstance();
    begindate.setTime(bdate);
    Calendar enddate = Calendar.getInstance();
    enddate.setTime(edate);
    Calendar currdate = Calendar.getInstance();
    currdate.setTime(cdate); // currdate was init to begin date and will be the variable incremented
    /* other processing goes here */
    numdays = enddate.get(Calendar.DAY_OF_YEAR) - begindate.get(Calendar.DAY_OF_YEAR);     
    for (int i = 0; i <= numdays; i++)
         currdate.add(Calendar.DAY_OF_YEAR, 1);
         month = currdate.get(Calendar.MONTH) + 1;
         day = currdate.get(Calendar.DAY_OF_MONTH);
         year = currdate.get(Calendar.YEAR);
         dateString = month + "/" + day + "/" + year;
         System.out.println(dateString);
    ********** End Code Snippet **********
    Now, this works in that when I print out the dateString, the month is incremented and the day of the month gets reset to the first day when a new month is started.
    The purpose of this post is to discuss why this is wrong. Now, for the purposes of the little utility program I wrote, this is more than sufficient because all dates concerned were within the same year. (07/09/01 to 12/31/01 to be exact.)
    However, I decided to play around with this and enter dates that would span the New Year. This did not work because the variable "numdays" ends up being in the negative and the for loop does not process properly.
    Other than that issue, why is it wrong to increment the Calendar.DAY_OF_YEAR? Why is it recommended that the Calendar.DATE field is incremented? And what other processing must be done to get the month to roll over into the next month when the date changes from the 30th (or 31st or 28th, or 29th for leap years) to the 1st?
    -- Jayne

    Hi !
    Just wanted to say few things. First Calendar class's add method is an abstract method
    only (check API specification). Which means its not a concrete method and does NOTHING. You should instead use GregorianCalendar's add method . Secondly months and years do get incremented. You have to be careful because months start from 0 to 11 and not from 1 to 12.
    Here is a piece of code(a method) that adds 7 days to a dateString, you can try out :
         public void getDate(String dateStr)
              GregorianCalendar dateNextWeek = new GregorianCalendar();
              SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMdd");     
              try {
                   dateNextWeek.setTime(formatter.parse(dateStr));          
              } catch (Exception ex) {
                   ex.printStackTrace();
              int day = dateNextWeek.get(Calendar.DAY_OF_MONTH);          
              dateNextWeek.add(Calendar.DATE, 7); //adds 7 days
              System.out.println("day = "
    + dateNextWeek.get(Calendar.DAY_OF_MONTH));
    //month begins from 0
              System.out.println("Month = " + dateNextWeek.get(Calendar.MONTH) + 1);
              System.out.println("Year = " + dateNextWeek.get(Calendar.YEAR));                    
    Hope it helps u !
    regards
    Prasanna

  • Standard Object Libraries

    Hi everyone,
    I am new in the Form 6i environment and I would like to use some smart classes for interface development. I am not able to find that. The smart class is unabled in the menu of the object library and I am not able to find the STNDRD20.OLB suggested in the Oracle on line help topics.
    Any suggestion is very appreciated.
    tantica

    The STNDRD20.OLB comes with the 6i Form Demos and is saved in the $ORACLE_HOME\TOOLS\DEVDEMO60\DEMO\FORMS folder. Good luck.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by tantica ():
    Hi everyone,
    I am new in the Form 6i environment and I would like to use some smart classes for interface development. I am not able to find that. The smart class is unabled in the menu of the object library and I am not able to find the STNDRD20.OLB suggested in the Oracle on line help topics.
    Any suggestion is very appreciated.
    tantica<HR></BLOCKQUOTE>
    null

  • Template vs object library

    hi all
    i want to know that
    designing forms using template is better than using object library
    or not?
    how could i make an object library and use it?
    if you have any idea please guide me.
    thanks

    "The problem with OL is, that you cannot maintain your OL after creating it"
    Huh? Of course you can maintain an OL after creating it, as long as you know how...
    To add an item to the library, just drag it in from a form.
    To remove an item from the library, just select it and press delete.
    To edit an item you have to be sneaky - drag it from the library into a form, select "Copy" when it asks you what to do, update the properties you want to change, delete the original item from the library and drag the revised item into the library.
    Now to go back to original question about what to use, there's very little to choose between them, but I'd go for Object Libraries because of "smartclasses". If you have, say, a checkbox in your object library, you can mark it as a "smartclass". Now, when you place a checkbox in the layout editor you can right-click on it and the "smartclass" appears in the menu. Very quick and easy way of ensuring all items pick up standard properties.

  • Is the standard C++ library provided in Solaris 9 thread-safe?

    Hi,
    I cannot find any documentation anywhere that says that the standard C++ library in Solaris 9 (provided by Rogue Wave) is thread safe.
    I have seen evidence that makes me think it is not - however, I was wondering if anyone could provide any insight. If they are not, where could I obtain the libraries that are thread safe?
    The libraries of interest are:
    /lib/sparcv9/libCstd.so.1 &
    /lib/sparcv9/libCrun.so.1
    Thankyou in advance.

    Whether the library is thread safe depends on what you mean by thread safety. Except for the 8 standard iostream objects (std::cin, std::cout, etc.), simultaneous accesses from multiple threads to all objects of standard library types must be synchronized by the user. E.g., it's not safe to read or write the same container object (e.g., std::vector, or std::string) from multiple threads at the same time. The C++ localization library imposes some additional restrictions because of its interactions with the global C locale.

Maybe you are looking for