Home » Developer & Programmer » Forms » why the "Synchronize with Item" property don't save (database 10g , forms 6i , windows XP SP2)
icon5.gif  why the "Synchronize with Item" property don't save [message #316377] Thu, 24 April 2008 19:23 Go to next message
Hany Freedom
Messages: 256
Registered: May 2007
Location: Egypt
Senior Member

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 attached the MODULE6.fmb file that explain what I mean practically .
  • Attachment: MODULE6.fmb
    (Size: 40.00KB, Downloaded 1052 times)
Re: why the "Synchronize with Item" property don't save [message #316732 is a reply to message #316377] Mon, 28 April 2008 02:10 Go to previous message
sinida1984
Messages: 83
Registered: September 2007
Location: India
Member
Hi

I think Synchronize with item is for just displaying data based on some fields. If u need to save it into database u need to give 'copy value from item' property to col1.

Regards
Sinida
Previous Topic: add items to list item
Next Topic: How to make update property false for single line
Goto Forum:
  


Current Time: Mon Feb 03 05:06:36 CST 2025