Synchronize with Item Problem

Here's my frustration, please help!
I'm using forms 6.0 ( don't think its a version issue )
I have a table with a date column, I'll call it "MYDATE".
I have a form with two datetime text items.
I plan on using one for the date portion and one for the time
portion of MYDATE.
I figured I should synchronize the date item and time item
leaving the date item base table, referencing MYDATE.
I've tried this and other variations.
I've tried the synchronization both ways.
Here's what occures....
I enter the date... 01-JAN-1999 (the item is formatted dd-mon-
yyyy)
I enter the time... 0100 (the item is formatted HH24MI)
when I tab off the time item the date changes to the current
date. I'm assuming it's pulling this from the time item.
Anyone know how to do this?
null

Hi,
on view object editor screen, put your cursor on "Attributes" (left side of the screen) then click "NEW" button (on the right side of the screen), then fill in Attribute Name, check the "Map to column or SQL", and fill in query column. You are done.

Similar Messages

  • Synchronize With Item

    Dear All,
    I need to synchronize with item on diffierence data block in same form.
    How to do that ?
    best regards
    boris

    You can only synchronize items in one block.
    Do you really need the second block? If its just for the viewing tabular/"one row", then you could use the property "Number of records displayed" at item-level to show the synchronized items just once.

  • Why the "Synchronize with Item" property don't save?

    I created that table :-
    create table syn (col1 number , col2 number);
    and in forms 6i ..... I determinate col1 as the value for "Synchronize with Item" .
    http://img169.imageshack.us/img169/6258/synar6.png
    and when I test it in runtime , it work correctly and after I saved the data and get out of forms and went to database to ensure the data existing ... I surprised that the data in col2 not existing at all .... wholly empty
    SQL> select*from syn;
    COL1 COL2
    1
    2
    3
    4
    5
    6
    7
    8
    8 rows selected.
    why the item (COL2) don't save the data that inserted into it automatically by "Synchronize with Item" property ????

    i should use copy property not Synchronize ?That's meant for copying values from master to detail, so it would probably not work as you want within the same record. I think you should set the value of the secondary item in pre-insert and pre-update triggers, depending on what you're actually trying to accomplish?

  • Set Synchronize with Item property at runtime in Forms

    Hi,
    We have a requirement to set the "sychronize with item" property to null for one of the fields of seeded form during run time (this is to avoid modifying the seeded form which has the synchronize property of field A set to field B. We are planning to do this change in CUSTOM.PLL). I couldn't find any property in "APP_ITEM_PROPERTY2.set_property" which can suffice my requirement. I am working on Forms 10g.
    Please let me know if anybody has worked on similar requirement.
    Thanks,
    Shree

    Hello.
    You can perform this by using:
    set_tab_page_property('Tab_page_name', label,'your_desire_label');
    and for item set_item_property.
    More details on these built-ins and also some example can be found in Forms Builder Help.
    Regards,
    Alex
    If someone's answer is helpful or correct please mark it accordingly.

  • Synchronize with database problem

    Hi,
    I'm using JSF ADF BC, I have two tables in database, I've added new field to each, I go back to jdeveloper, and right click on both entities and click on synchronize with database, select new field that I've created and everything works fine, then I go to view object and here is the problem, in first view object I can add newly created and synchronized field like supposed (mapped to column or sql), but in the second view no matter what I do it is alway created as transient, I've tried deleting and synchronizing couple of times, changing properties, going to view row impl, view.xml, but it's always the same problem. Please can anyone help, I don't want to create whole view from scratch, every association, view link etc.
    Thanks in advance,
    Tomislav

    Hi,
    on view object editor screen, put your cursor on "Attributes" (left side of the screen) then click "NEW" button (on the right side of the screen), then fill in Attribute Name, check the "Map to column or SQL", and fill in query column. You are done.

  • Synchronize with Outlook Problems...

    I have a BB Curve, and MS Outlook with Windows XP on my desktop.  I no longer can synchronize my calendars between my BB and Outlook on my desktop...this used to work - but now when I try to synchronize, I get a message saying "unable to complete request".  All I am synchronizing is the calender (no contacts or anything else).  What can I try to do to fix this?
    Thanks.

    First, Have you moved any information in Outlook from memos, contacts, tasks, calenders, or e-mails into another folder, or a personal folder? 
    Solution Number 1
    1) Go to Backup and Restore in Desktop Manager. 
    2) Backup your blackberry.  Save the file on your desktop (it will include the date in the file name)
    3) Wipe your blackberry, go to "options", then "security options", then "general settings" press the menu button, and then select "wipe handheld", click "continue" and enter "blackberry", let it wipe and restart.
    4) Before you restore the data, synchronize again with Desktop Manager.
    5)  If the synchronization works, then it may have been a virus that is now wiped out. 
    6)  Restore data, open up desktop manager, go to Back Up and Restore and restore the file from the desktop.
    Solution Number 2
    If this does not work I would suggest it is a problem with Desktop Manager.  In that case I would open up Desktop Manager and click on "Synchronize"  Click on "Configuration" and then "Configure Synchronization", then checkmark "address book," a window will pop open, select "Microsoft Outlook", now look at the folder name, Make sure that is the correct folder name and location.  Do that for Calender, Memopad, and tasks.  Then click "OK".  Go to "Synchronize", then click "Synchronize now" 
    Message Edited by metroberry on 04-22-2008 01:55 PM

  • Problem with Item Validation

    Hello,
    I am running an advanced tutorial: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e13363/issue_track_ui.htm#BGBJCGIC
    and I have a problem with item Validation.
    Tutorial offers the following:
    You must manually create another validation to ensure that the Actual End Date is the same or later then the Start Date.
    To add a validation for the Actual End Date:
    1.Under Page Processing, Validations, click the Create icon.
    2.For Level, accept the default, Item level validation, and click Next.
    3.For Item, select Project Details: 50.P3_ACTUAL_END_DATE (Actual End Date) and click Next.
    4.For Validation Method:
    a.Select PL/SQL and click Next.
    b.Accept the default, PL/SQL Expression and click Next.
    5.For Sequence and Name:
    a.Sequence - Enter 50.
    b.Validation Name - Enter P3_END_AFTER_START.
    c.Accept the remaining defaults and click Next.
    6.For Validation:
    a.Validation - Enter:
    to_date(:P3_ACTUAL_END_DATE,:APP_DATE_FORMAT) >= to_date
    (:P3_START_DATE,:APP_DATE_FORMAT)
    b.Error Message - Enter:
    Actual End Date must be same or after Start Date.
    c.Click Next.
    7.For Conditions:
    a.Condition Type - Select Value of Item in Expression 1 is NOT NULL
    b.Expression 1 - Enter P3_ACTUAL_END_DATE
    8.Click Create.
    Is there a mistake in explanation? I did it 3 times already, very carefully! I ran the page, entered the date, which is After the Start date, and get the error message: Actual End Date must be same or After Start Date!!
    Thank you for your consideration...

    I got it solved. I don't know if this is documented(or a bug) but what I did was declare an exception and then raise it and put the form_trigger_failure into the exception handler rather than raise form_trigger_failure in the body.
    declare
    alreadyExists exception;
    begin
    -- select .....
    raise alreadyExists;
    exception
    when alreadyExists then
    message('.....exists');
    raise form_trigger_failure
    end;

  • N82 Problem of synchronization with PC Suite

    I just bought a N82 last week. And of course I want to synchronize my outlook address book into the new cell phone. How ever the poblem happened when I using PC Suite. The following is the details.
    Enviroment:
    Nokia PC Suite version 7.0.7.0
    PC OS - Windows XP SP2
    Outlook - version 2003 build 11.6568
    Problem description:
    I installed the PC suite, and connected with my N82 by USB line. The connection is OK. But synchornizing with outlook is always fail with a message. I tried to test some more functions with PC Suite. And the results are listed below:
    1. Backup and Restore. Works OK only for the N82 itself, which means I can backup address book, short message from my N82 and restore them to the cell phone from the PC. However, when I tried to restore the address book of my old 7360 to N82, it failed. Maybe the problem is caused by incompitable data format of different type of cell phone.
    2. Synchronization with outlook. It totally failed with a warning 'PC data synchroniztion software encounted a problem, the synchronaztion has been terminated.' I don't know what's wrong with it.
    3. Nokia Communication Center. Totally failed. I cannot synchronize my N82's address book and short message onto the PC. And also I cannot save the new contacts created on the PC back into N82. Similar with short message. When I create a new message on my PC and try to send it through N82. It failed.
    4.Nokia Image Store. Works OK. I can download my graphics and videos onto PC.
    That's all for my test. The biggest problem is that all the way I can find to get the address info from my old phone to new N82 cannot work. I really don't want to input hundreds of lists one by one.
    In order to avoid any conflicting with other software, I also try to install the PC suite with a total clear XP system. The result is the same. I really don't know what's wrong, can anyone help me? Thanks a lot.

    HI telemann,
    If i tried to sync, it synched properly, if i try to send SMS it sent properly, more vitally, it was reflecting on both PC and on the phone. When i tried to create a new contact Test, it was created and saved successfully on the phone
    In XP SP-2, 32 bit i can do above things without any problems
    You can try to create new settings on PC Sync and check and also make sure that all your calender and contact entries are proper and do not have any spcl character, unwanted blank space, if calender entries are there check their end dates and sync settings etc., Hope it should work without any issues ... Best of luck

  • "Synchronization with your WinRT failed for 1 items." error from exchange server

    My client uses exchange 2007/2010 servers. In case of a 2007 exchange server, I get an email when I setup my client to synchronize
    with the server:
    Microsoft Exchange was unable to send the following items to your mobile device. These items have not been deleted. You should be able to access them using either Outlook or Outlook Web Access.
    Item Folder:
    Contacts
    Item Type:
    IPM.Contact
    Item Created:
    12/5/2014 6:20:07 AM
    Item Subject:
    Test Test
    This error comes for all the contacts present for the user on the exchange server.
    I traced all the commands and responses in fiddler and there is no sync error for any of the sync/ping commands. Any idea what might
    cause this error?

    Hi Ashish,
    Kindly refer to the below KB, might help
    http://support.microsoft.com/kb/2563324
    It speaks about Update Rollup 4 for Exchange Server 2007 Service Pack 3.
    Kindly check and share your inputs, if this worked for you.
     Thanks & Regards
    John Chris

  • I have had my ipad in Mexico for 3 weeks. For the first two weeks it worked great. Suddenly I can't access my itunes, my ibooks, facetime, etc. At first I thought the problem was with items I was trying to purchase but it is more than that. Ideas???

    As i stated initially, everything worked great for two weeks. The first problem I noticed was not being able to open Itunes. It would seem to load, click to a blank screen, and then go back to my icon page. The problem has spread to include anything that I want to browse and purchase, such as apps. Last night I found I could not use facetime either. Also I cannot use my NPR app. It downloads but when I touch an article I would like to read, the screen goes black and then returns to my original icon page.Not knowing what anything has to do with the problem, I have noticed that there are several apps that are in the process of being updated but will NOT update: Pinball Wizard, ibooks, Where's My Water, The Daily, and Pandora Radio. I am in Morelia, Mexico. We have a good internet provider. That does not seem to be the problem. When I purchased my Ipad, I was told that it was usable internationally. Is that the problem?  Any suggestions or advice? All will be appreciated. Thanks!

    As i stated initially, everything worked great for two weeks. The first problem I noticed was not being able to open Itunes. It would seem to load, click to a blank screen, and then go back to my icon page. The problem has spread to include anything that I want to browse and purchase, such as apps. Last night I found I could not use facetime either. Also I cannot use my NPR app. It downloads but when I touch an article I would like to read, the screen goes black and then returns to my original icon page.Not knowing what anything has to do with the problem, I have noticed that there are several apps that are in the process of being updated but will NOT update: Pinball Wizard, ibooks, Where's My Water, The Daily, and Pandora Radio. I am in Morelia, Mexico. We have a good internet provider. That does not seem to be the problem. When I purchased my Ipad, I was told that it was usable internationally. Is that the problem?  Any suggestions or advice? All will be appreciated. Thanks!

  • Problem - Synchronize with Database

    Need some help if anybody is out there
    JDeveloper 10.1.3.4
    Java 1.5
    BC-JSF
    I checked out my project and it worked just fine.
    Since i have altered one of my tables, I need to synchronize my entity object.
    I start the synchronization action - Synchronize with Database , and as usual, my new column is added .
    Also, the wizard is offering to remove and create some key constraints , one of wich I added but others are SysC00...
    After synchronization, my application doesn't work.
    The error I'm getting is -
    500 Internal Server Error
    javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' in bean of type null     
    at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:274)     
    at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124)     
    at com.sun.faces.el.impl.ArraySuffix.isReadOnly(ArraySuffix.java:236)     
    at com.sun.faces.el.impl.ComplexValue.isReadOnly(ComplexValue.java:209)     
    at com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:266).....
    The strange thing is that this happends when I try to run/open any page of my application, even if it does not use the entity I have synchronized.
    If someone has any ideas...
    Thanx,
    Lana

    This is a bug for Jdev about naming of pagedef.
    Try this:
    1.Delete your form components what you have in the Structure and then just re-drag them into your jspx page.

  • Query in item problem

    Hellou everybody.
    I need your help. I am using forms 6i and i have a block with some non DB items. But items are synchronize with DB items for viewing results. I use this items for diplaying results from DB tables. In enter query mode i write condition in this text items and execute query.
    My problem is that i have text item which is VARCHAR2 type and I need to enter the condition for example > 1000. But i don't know how to convert this field to number. When i execute query under char type it not work properly (other result). I tried to change data type to number but i can't because it's not alowed to mixed types.
    select * from table_name where pag_cis > 100 - i need this
    select * from table_name where pag_cis > '100' - i have this
    Can you help me???

    You may use the set_block_property procedure built-in and the 'default_where' property so as to execute the query using the contents of your item (with the name of column , of course).
    Afterwards , you navigate to the db items block (with go_block('blockname')) and execute the query (built-in 'execute_query').
    Hope it helps
    Sim

  • BUG: JDev 10.1.3 ADF BC Synchronize With Database not available

    I am using the "Business Components from Tables" wizard to create my ADF model.
    If I specify a package that is 3 nodes deep (a.b.model) then JDev creates a structure that looks like this...
    Applications
    --MyApplication
    ----Model
    ------Application Sources
    --------a.b.model
    If I specify a package that is 4 nodes deep (a.b.c.model) then JDev creates an extra level in the Navigator like this....
    Applications
    --MyApplication
    ----Model
    ------Application Sources
    --------a.b.c
    ----------model
    The side effect of this extra level is that the "Synchronize With Database" option is no longer available when bringing up the context menu for either the "a.b.c" node or the "model" node.
    Bob

    The problem appears to not be with the Wizard.
    Instead, the problem is tied to the Navigator Flat Level control.
    If I increase the flat level to a point where the entire package appears in a single Navigator node, then the "Synchronize with Database" context menu item is available.
    If the flat level is decreased to a point that the package splits into multiple Navigator nodes then the context meny item is no longer available.
    Bob

  • Monitors with Gradient Problems?

    Hi All,
    Further to my recent post "monitor screen display terrible!"
    Finding a monitor without spending a lot with excellent picture quality is proving differcult! I have tried a Philips 22" monitor Model 220CW9FB and now a BENQ T900HD 18.5 WS monitor all not as sharp with good contrast as my 4 year old G5 iMac. Also has a gradient problem e.g. as you get up off your chair and continue to look down at the screen the white background of the screen turns light blue then darker and colored parts turn white!? Also looking at an angle to the side anything light blue turns a light brown!? Then as I'm viewing something as in Apple Discussions each box of replies alternate white then light blue and so on but looking at normal distant as you type each box are white. You have to lean back in your chair, twice the distance back to actual see the blue box then white box!?
    What's that all about? I have noticed this on the new 20" iMacs too but the three new 24" iMacs are great just like my Rev A G5 iMac of 4 years. Are these inferior screen problems anything to do with them being TN panels as I've just read about?
    I really don't know where to go from here as the screen quality is important. I'm use to the great screen quality of my old G5 iMac and don't want to go down in quality for the sake of moving from a Mac PowerPC to an Intel Core 2 Duo even though I need this for EyeTV hybrid and all the features of iLife '09 etc.
    I don't want to spend a huge amount for an Apple display as I might as well get the entry level 24" iMac. The main reason for not getting the new iMac is I don't like the glossy screen, although today I heard there is an option for a 24" matt screen... any truth in that? Then again will I be able to return the new Mac mini I've only had for 6 days for a 24" iMac?
    Other suggestions seen here is turning my G5 iMac into a stand-a-loan monitor or maybe a 20-year-old CRT 19" TV I have can be used as a monitor and if so what connections are needed? Any ideas on these options?
    So buying the new Mac mini has created a lot of unexpected problems. I thought as asked about before getting it was told any monitor would have the same picture quality as my old G5 iMac, but after the fact found out this is not the case.
    Thanks for the read & any ideas/thoughts much appreciated...

    AFAIK Hmmm Googled "As Far As I Know"... So far I've tried three monitors (all with gradient problem) so it looks like you are correct. I'll try a couple more today as if I need to return my Mac mini with Philips monitor need to do soon for a 24" new iMac even though the Mac mini is not at fault. I'll have to get use to the glossy screen. While writing this an item "iMac or MacBook display too glossy? Apply inexpensive non-glare LCD protective film" has appeared in MacDailyNews.
    http://macdailynews.com/index.php/weblog/comments/20561/
    Thanks for the idea using my G5 as a monitor but maybe quite an involved process?
    It's a shame in all my research before buying a monitor no salesperson mentioned TN display panels. Mind you since the problem no salesperson has said they know about TN display panels or better monitors, just saying any monitor will work with the new Mac mini. Very frustrating!

  • Had 3G, moved to 3GS.  Backed up 3G and restored 3GS from backup with no problem.  When I want to add songs, I get itunes message that the new iphone is synced to another computer and now wants to erase everything.  How can I add music?

    Had 3G, moved to 3GS.  Backed up 3G and restored 3GS from backup with no problem on a Dell computer.  But now when I want to add songs, I get itunes message of death that the new iphone is synced to another computer and now wants to erase everything.  How can I add music without erasing everything on my new iphone?

    Yes, I was aware of this but the phrase "Any items imported from audio CDs or acquired from other sources will not copy from your device to the iTunes library." is what worries me.  Will this eliminate my Notes, Calendar Events, etc or will it apply mostly just to the music?

Maybe you are looking for

  • Where can I find a full manual for final cut pro 6?

    I'm trying to learn final cut because I haver an amature film making contest I'd like to enter and that would give me quite an edge, considering most of the intries will be using movie Could someone help me find a full manual or something that would

  • Sign into icloud box won't go away

    As soon as I power on my ipad mini, the sign into iCloud dialogue box pops up.  I type in the password, but it pops up with the box again as if I didn't type anything in.   I've tried holding the home and power buttons simultaneously to restart it, t

  • Terms of Payment with Posting key 09

    Hi, My client is a construction company which undertakes customer projects. Scenarios of retention amounts are very common in construction industry. We have a scenario where in at the time of sales invoiceing the amount of the invoice gets divided in

  • AV Adapter for iPad2 mirrors the Internet?

    Hello, community. I'm considering buying an iPad2 and I'm wondering whether I'll be able to show my students the different internet sites we use in an ESL class using the AV Adapter. Anticipated thanks for your help.

  • Can i sort my pictures by date in fotostream?

    Can U sort my pictures by date in fotostream?