Trouble with saving data with 1 to 0..1 relation

I have following simple data model: a parent entity which has 2 relations to 2 child entities called ChildA en ChildB. The type of relation is 1 to 0..1.
I have a (saved) record which has only a childA relation and execute following code (with button when record is shown):
screen.Parent.ChildA.deleteEntity();
screen.Parent.setChildB(new myapp.ChildB);
screen.Parent.ChildB.BProp1 = "test";
screen.Parent.ChildB.BProp2 = "test";
screen.Parent.ChildB.BProp3 = "test";
screen.Parent.ChildB.deleteEntity();
screen.Parent.setChildA(new myapp.ChildA);
screen.Parent.ChildA.AProp1 = "final";
screen.Parent.ChildA.AProp2 = "final";
When I hit save afterwards, I get:
What am I doing wrong?
This is what's going over the wire:
--batch_1c90-fa5c-f201
Content-Type: multipart/mixed; boundary=changeset_0c72-4e38-ea49
--changeset_0c72-4e38-ea49
Content-Type: application/http
Content-Transfer-Encoding: binary
POST ChildAs HTTP/1.1
Content-ID: 1
DataServiceVersion: 3.0
Accept: application/atomsvc+xml;q=0.8, application/json;odata=fullmetadata;q=0.7, application/json;q=0.5, */*;q=0.1
Content-Type: application/json;odata=verbose
MaxDataServiceVersion: 3.0
{"AProp1":"final","AProp2":"final"}
--changeset_0c72-4e38-ea49
Content-Type: application/http
Content-Transfer-Encoding: binary
MERGE Parents(13) HTTP/1.1
Content-ID: 0
DataServiceVersion: 3.0
If-Match: W/"X'000000000000273C'"
Prefer: return-content
Accept: application/atomsvc+xml;q=0.8, application/json;odata=fullmetadata;q=0.7, application/json;q=0.5, */*;q=0.1
Content-Type: application/json;odata=verbose
MaxDataServiceVersion: 3.0
{"ChildA":{"__metadata":{"uri":"$1"}}}
--changeset_0c72-4e38-ea49
Content-Type: application/http
Content-Transfer-Encoding: binary
DELETE ChildAs(13) HTTP/1.1
Content-ID: 2
DataServiceVersion: 3.0
If-Match: W/"X'000000000000273D'"
Accept: application/atomsvc+xml;q=0.8, application/json;odata=fullmetadata;q=0.7, application/json;q=0.5, */*;q=0.1
MaxDataServiceVersion: 3.0
--changeset_0c72-4e38-ea49
Content-Type: application/http
Content-Transfer-Encoding: binary
DELETE Parents(13)/$links/ChildB HTTP/1.1
Accept: application/atomsvc+xml;q=0.8, application/json;odata=fullmetadata;q=0.7, application/json;q=0.5, */*;q=0.1
MaxDataServiceVersion: 3.0
--changeset_0c72-4e38-ea49--
--batch_1c90-fa5c-f201--
paul van bladel ==independent enterprise application architect== http://blog.pragmaswitch.com

Hi Paul,
It is unusual for you to be posting a question you normally answer them :)
I decided to run some tests based on your example out of curiosity.
I got to test 'C' here is a workaround but crucially also not a single transaction.
myapp.AddEditParent1.TestEditC_execute = function (screen) {
var parent = screen.Parent,
child = parent.ChildA;
child.deleteEntity();
screen.details.dataWorkspace.ApplicationData.saveChanges()
.then(function (res) {
var childA = new myapp.ChildA();
childA.AProp1 = "final-C";
childA.AProp2 = "final-C";
childA.AProp3 = "final-C";
parent.setChildA(childA);
That got me thinking that actually the result of you code is an update in the end really ;)
myapp.AddEditParent1.TestEditD_execute = function (screen) {
screen.Parent.ChildA.AProp1 = "final-D";
screen.Parent.ChildA.AProp2 = "final-D";
screen.Parent.ChildA.AProp3 = "final-D";
So that was test D which obviously worked!
I think it is a bug.
Cheers
Dave
Dave Baker | AIDE for LightSwitch | Xpert360 blog | twitter : @xpert360 | Xpert360 website | Opinions are my own. For better forums, remember to mark posts as helpful/answer.

Similar Messages

  • Problem with Save data with report

    Post Author: ramprosoft
    CA Forum: General
    Hi,
    I am new to CR and using Crystal Reports XI with SQL Server 2000.
    I'm not able to remove the saved data in a report. I have played around different options, but unfortunately I'm not able to remove the data. I have checked variouse places in web above this issue not able to find a solution, so decided to open a new post. The problem is :
    I have created a simple report and saved with-out data (1st version) the file size was 16KB. After few changes I have saved the same report with Data, the file size become 1065 KB. Its perfect and I can view the report in Report Viewer. Great Stuff!. Now the Testing completed, I would like to move this report to production environment, I notice that I'm unable to remove the data. I have played around various tricks like below, but it didnt work well.
    Trick 1:
    Uncheck: File->Options->Reporting (tab)->Save Data With Report.
    Check: File -> Options -> Reporting (tab)->Discard Saved data on Open,
    Uncheck: file-> Report Options -> Save Data With Report.
    File -> Save Data with Report (Not selected)
    Opened the report and try "save" and also tried "save as", still the size is 1065.
    Trick 2:
    I enabled all "Save Data with report" feature. Deleted all the rows in the table related to the query, previewed the report and Saved the report with "Save Data with report" featuer. But now, the funny part happen, the file size increased to 1070kb, instead of reducing. Worst Stuff!!!
    Trick 3:
    Updated the latest version of Patch and tried above tricks, still i'm not able to remove the data.
    Appreciate, if you could help me to fix the problem.
    thanks in advance

    Post Author: salmanq
    CA Forum: General
    Hi, This
    post is very informative, however I would like some specific information. If
    someone can help me then please send me a private message. Best Regards,
    Wholesale Pages UK Dropshippers
    | Wholesale Suppliers
    Australia Wholesalers and
    Dropshippers | Dubai Property and Real Estate

  • Use of "with master data & with out master data" at DTP update level

    Hello experts,
    In DTP, I check "with out master data". When I try to send corresponding transactional data, It is showing SID related error. Can anybody suggest what is the use of "with master data & with out master data" at DTP level.
    Thanks in advance,
    Zakir.

    HI
    HI in DTP level If you set this indicator, the system terminates the update of the request if no values are available for a data record.
    Load the relevant master data before you load the transaction data.
    If you set this indicator, the system terminates activation if master data is missing and produces an error message.
    If you do not set this indicator, the system generates any missing SID values during activation.
    In DataStore maintenance, if you do not set the SIDs Generation upon Activation indicator, the No Update without Master Data indicator in the DTP has no effect.
    thx
    vijju

  • Reinstall Mac OS X Lion with saving data

    Hello, I want to reinstall Mac OS X Lion with saving my programms, docs and photos. What should I do then? I know that Time Machine backups data with the  system. But Ineed to backup my files and then on clear system I want  to restore this backup. Please reply with the steps which should I do. And where should I download original Mac OS X Lion image?
    PS I bought MacBook Pro with pre-installed Lion.
    Thanks in advance.

    Yes there is/are.
    Removing and rebuilding a malfunctioning Recovery HD partition « Der Flounder
    By the way it is NOT self deleting. Something deleted it, you or something else.
    Just to check open Terminal and type diskutil list then hit the enter key. If there is an entry for "Apple_Boot Recovery HD" of 650MBs then you do have a recovery HD partition.
    Once you recreate the Recovery HD I would do one of 2 things, or both of them.
    1) Use the Lion Recovery Disk Assistant to create a USB thumb drive of the recovery HD file. that way you will always have a way to boot your Mac and do maintenance or Reinstall Lion.
    2) follow this link
    10.7: How to get a full Lion install disc for a new MacBook Air or Pro - Mac OS X Hints
    to create a Real Lion Install USB thumb drive.
    If you do # 2 you can forget about # 1. But me being me I have both.

  • How to get 'exit event' script to execute again when form file with saved data is re-opened?

    I have created an Adobe Dynamic XML Form using LiveCycle Designer with many fields / subforms that are ‘visible’ or ‘hidden’ dependent upon the options selected from various Drop-Down Lists. The form has also been save-enabled. Users can successfully complete the form and save a copy with the data that has been input.
    The problem I have is that when the saved file is re-opened the ‘hidden’ fields / subforms which were previously made visible by selection of the appropriate options from the Drop-down Lists are now NOT displayed. However if you make the same selections from each of the Drop-down Lists AGAIN the hidden fields / subforms are displayed and do contain the data that was entered.
    The problem appears to be that the script which determines whether a field / subform is ‘hidden’ or ‘visible’ is an
    <event activity="exit" name="event__exit">
    which is followed by
    if (this.rawValue == "0")- (i.e. the value of the Drop-down List)
    sfCompanyDetails.presence = "visible";
    sfRecruitmentAgency.presence = "hidden";
    etc, etc
    and, therefore, it is not executed again when the saved file is re-opened.
    Can anyone please advise how to achieve this?

    Moved from Adobe Connnect Forums.

  • Saving Data with Indicator

    Hello.
    I have this VI which saves data. Kindly see the attached. In actual application I am saving a lot of data. I want to create an Indicator that when I push the SAVE button, an Indicator will pop-up and will tell the user how many percent is being saved, i.e. 10%....35%.....80%....100% Complete.....
    This is just to make sure that the data being stored in the memory is completely saved.
    Thanks for any advise.
    regards,
    Attachments:
    saving data.vi ‏53 KB
    Default.txt ‏1 KB

    Hi
    Sorry for the late reply. I dont really know where and how to use the Microsoft Active-X Control. I wish someone can send me an example VI for my guide.
    Instead, I just made a pop-up Time Indicator (Thanks to NI.). Please see the attached. In this example the the user needs to wait for about 10 seconds while the data is being save or updated. This VI is not the Actual status or actual progress while the data is being written to the file. This is what i hope to learn.
    Attachments:
    saving data2.vi ‏61 KB
    Progress bar.vi ‏16 KB

  • Need help with saving data

    I recently started studying in IT at college, and I think I have the basics in Java programming, however we haven't
    been taught how to save data in our apps, so everytime i close my app, I lose all changes.
    I went through Sun's IO tutorial, as well as a few tutorials online and I made a small application to practice saving my
    Objects, however I can't seem to get it to work. I was hoping someone could look at my code and tell me what seems
    to be my problem.
    There are 3 classes in my project. The Base class makes a List that holds objects of type Person. the UIPerson class
    has 3 buttons (Add, Save, Load) and a JList. When clicking on Add, it adds a new Person in the base and is shown in
    the JList. The saving and loading is what I have trouble with.
    UIPerson :
    public class UIPerson extends JFrame implements Serializable{
         private JFrame jFrame = null; 
         private JPanel jContentPane = null;
         private JButton jbAdd = null;
         private JButton jbSave = null;
         private JButton jbLoad = null;
         private JList list = null;
         private Base base = null;
         public static void main(String args[]){
              UIPerson personList = new UIPerson();
         public UIPerson(){
                   base = new Base();
                   Container pane = getContentPane();
                   setSize(288, 309);
                   setVisible(true);
                   jContentPane = new JPanel();
                   jContentPane.setLayout(null);
                   jbAdd = new JButton();
                   jbAdd.setBounds(new Rectangle(24, 59, 58, 24));
                   jbAdd.setText("Add");
                   jbAdd.addActionListener(new java.awt.event.ActionListener() {
                        public void actionPerformed(java.awt.event.ActionEvent e) {
                             String Name, famName;
                             Name = JOptionPane.showInputDialog("Enter Name", null);
                             famName = JOptionPane.showInputDialog("Enter Family Name", null);
                             base.addPerson(new Person(Name, famName));
                             list.setListData(base.listPerson());
                   jbSave = new JButton();
                   jbSave.setBounds(new Rectangle(19, 106, 69, 34));
                   jbSave.setText("Save");
                   jbSave.addActionListener(new java.awt.event.ActionListener(){
                        public void actionPerformed(java.awt.event.ActionEvent e){
                             try{
                                  FileOutputStream fos = new FileOutputStream("temp.dat");
                                  ObjectOutputStream oos = new ObjectOutputStream(fos);
                                  oos.writeObject(base);
                             catch(Exception ex){
                                  System.out.println("Save Failed");
                   jbLoad = new JButton();
                   jbLoad.setBounds(new Rectangle(23, 154, 70, 29));
                   jbLoad.setText("Load");
                   jbLoad.addActionListener(new java.awt.event.ActionListener(){
                        public void actionPerformed(java.awt.event.ActionEvent e){
                             try{
                                  FileInputStream fis = new FileInputStream("temp.dat");
                                  ObjectInputStream ois = new ObjectInputStream(fis);
                                  base = (Base)ois.readObject();
                                  list.setListData(base.listPerson());
                             catch(Exception exc){
                                  System.out.println("Load Failed");
                   list = new JList();
                   list.setBounds(new Rectangle(133, 47, 139, 151));
                   jContentPane.add(jbAdd);
                   jContentPane.add(jbSave);
                   jContentPane.add(jbLoad);
                   jContentPane.add(list);
                   pane.add(jContentPane);
    }Base :
    public class Base implements Serializable{
         private ArrayList<Person> list;
         public Base(){
              list = new ArrayList<Person>();
              list.clear();
         public void addPerson(Person person){
              list.add(person);
         public void deletePerson(Person person){
              list.remove(person);
         public Person[] listPerson(){
              Person tab[] = new Person[list.size()];
              list.toArray(tab);
              return tab;
         public Person getPerson(Person person){
              ListIterator<Person> iterator = list.listIterator();
              Person current = null;
              while (iterator.hasNext()){
                   current = iterator.next();
                   if (current.equals(person))
                        return current;
              return null;
    }Person :
    public class Person {
         private String name, familyName;
         public Person(String name, String familyName){
              this.name = name;
              this.familyName = familyName;
         public String getName(){
              return name;
         public String getFamilyName(){
              return familyName;
         public String toString(){
              return name + " " + familyName;
    }I'd appreciate any help that could be given.

    My probelm is with my save/load funtions only, sorry for the extra code. Everytime i press on save or load, they
    throw an IOException. Heres the code I specifically wanted viewed to know if there are any mistakes in it.
    Save Button :
    jbSave.addActionListener(new java.awt.event.ActionListener(){
              public void actionPerformed(java.awt.event.ActionEvent e){
                   try{
                        FileOutputStream fos = new FileOutputStream("temp.dat");
                        ObjectOutputStream oos = new ObjectOutputStream(fos);
                        oos.writeObject(base);
                   catch(FileNotFoundException ex){
                        System.out.println("(Save)File Not Found Exception");
                   catch(IOException ex){
                        System.out.println("(Save)IOException");
         });Load Button :
    jbLoad.addActionListener(new java.awt.event.ActionListener(){
              public void actionPerformed(java.awt.event.ActionEvent e){
                   try{
                        FileInputStream fis = new FileInputStream("temp.dat");
                        ObjectInputStream ois = new ObjectInputStream(fis);
                        base = (Base)ois.readObject();
                        list.setListData(base.listPerson());
                   catch(FileNotFoundException exc){
                        System.out.println("(Load) File not found exception");
                   catch(IOException exc){
                        System.out.println("(Load) IO Exception");
                   catch(ClassNotFoundException exc){
                        System.out.println("(Load) Class not found exception");
         });

  • My dynamic form - issue with saving data (urgent-i would greatly appreciate any help)

    Hello,
    I have some problems with this dynamic form (created in livecycle)  http://www.pathology.ubc.ca/Academic_Activity_Data_Form_Jan_4_2013.pdf .  It doesn't save data unless I add a' new row' to any of these tables.   There are a few text fileds and if I type anything in there data won't be saved unless I trigger it by adding randomly a table row.  This is big problem as this form will be used for updates and if I want to change any of my entered records I will always have to remember to 'add a new row' otherwise just adding/changing text won't be saved. This might sound confusing but you will understanding what is going on if you type in your name and save the form and then type in your name, add a table row and save the form (first case won't be saved second will).
    I would greatly appreciate any help.
    Debbie

    Hi Marco Russo ,
    = CALCULATE (
        SUM ( [measure] ),
        PARALLELPERIOD (
            SAMEPERIODLASTYEAR ( DateTime[DateKey] ),
            0,
            QUARTER
    I have used the above DAX function it is working fine and i have applied same for Year , Quarter and Month 
    But when i remove month filters (Slicer) and Year filters in Power view report
     it is showing total Year values for Year and Quarter values
    for Quarter etc..
    Like below i am getting 
    Last Yr Month Amt   Current Yr Month Amt   Last Yr Qtr Amt   Current Yr Qtr  Amt    Last Yr     Current Yr
     10000                     30000                              10000                30000
                        30000       30000
    but i need Blanks in report if i am not selecting any filters
    thanks,
    Sreeni

  • Problem with saving data in text file in Application server

    Hello Experts,
    I am trying to save a text file in application server.When I text file have less that 60000 (i.e 59999) records, it saves the file successfully, but if records in text file (saved in application server) is more than 60000 (i.e 60002), it creates a new file at the 60000th record with the continued records.
    Can anyone please advise, why it is creating a new file if records are more that 60000. I tested it with 59000 records in my internal table and it is working fine. I have not given any restriction in my program to create a new file if records are more than 60000.
    The logic I implemented is the following:
    *Open file
      open dataset g_accnt_file for output in text mode encoding utf-8.
      if sy-subrc = 0.
        clear g_header_record.
    *Building header record for Accounting Validation file
        concatenate gc_hdr_desc
                    gc_filetype
                    gc_sequence
                    gc_idntf_refresh
                    gc_cmpny_idntf
                    gc_accnt_id
                    sy-datum
                    sy-uzeit
                    gc_linde_group
                    sy-sysid
                    gc_not_used into g_header_record separated by
                                               gc_deliminator.
        transfer g_header_record to g_accnt_file.
    *Move Cost center data to file to create a detail record for Accounting
    *Validation file
        loop at gt_csks into gs_csks.
    *Remove leading Zeros
          call function 'CONVERSION_EXIT_ALPHA_OUTPUT'
            exporting
              input  = gs_csks-kostl
            importing
              output = gs_csks-kostl.
    *      Overlay gs_csks-kostl with space.
    *      SHIFT gs_csks-kostl RIGHT DELETING TRAILING gc_space.
    *Prepare Cost Centre String
          perform prepare_costcentre_string.
    *Prepare detail record with Company Code & Cost Centre
          perform prepare_detail_record.
          clear:g_detail_record,gs_csks,g_coa.
        endloop.
    *Move Order data to file to create a detail record for Accounting
    *Validation file
        loop at gt_aufk into gs_aufk.
    *Remove leading Zeros
          call function 'CONVERSION_EXIT_ALPHA_OUTPUT'
            exporting
              input  = gs_aufk-aufnr
            importing
              output = gs_aufk-aufnr.
    *      SHIFT gs_aufk-aufnr RIGHT DELETING TRAILING gc_space.
    *Prepare Order String
          perform prepare_order_string.
    *Prepare detail record with Company Code & Order
          perform prepare_detail_record.
          clear:g_detail_record,gs_aufk,g_coa.
        endloop.
    *Move WBS data to file to create a detail record for Accounting
    *Validation file
        loop at gt_prps into gs_prps.
          call function 'CONVERSION_EXIT_ABPSP_OUTPUT'
            exporting
              input  = gs_prps-pspnr
            importing
              output = g_wbs_element.
    *      SHIFT g_wbs_element RIGHT DELETING TRAILING gc_space.
    *Prepare WBS Element String
          perform prepare_wbs_string.
    *Prepare detail record with Company Code & WBS Element
          perform prepare_detail_record.
          clear:g_detail_record,gs_prps,g_coa.
        endloop.
    *Building trailer record for Accounting Validation file which will
    *contain the total number of detail records in file
        concatenate gc_trail_desc
                    g_total_count
                    into g_trailer_record
                    separated by gc_deliminator.
        transfer g_trailer_record to g_accnt_file.
    *Close file
        close dataset g_accnt_file.
        if sy-subrc = 0.
          message s036(/lig/fi).
        endif.
      endif.
    endform.                    " SELECT_DATA
    Edited by: Matt on Sep 30, 2010 11:02 AM - added   tags

    Hi Pankaj,
    Can u check the concatenate statement with one more data. Check the no of lines for a single file.
        concatenate gc_hdr_desc
                    gc_filetype
                    gc_sequence
                    gc_idntf_refresh
                    gc_cmpny_idntf
                    gc_accnt_id
                    sy-datum
                    sy-uzeit
                    gc_linde_group
                    sy-sysid
                    sy-subrc
                    gc_not_used into g_header_record separated by
                                               gc_deliminator.
    Regards,
    Amitava

  • Need help with saving data and keeping table history for one BP

    Hi all
    I need help with this one ,
    Scenario:
    When adding a new vendor on the system the vendor is suppose to have a tax clearance certificate and it has an expiry date, so after the certificate has expired a new one is submitted by the vendor.
    So i need to know how to have SBO fullfil this requirement ?
    Hope it's clear .
    Thanks
    Bongani

    Hi
    I don't have a problem with the query that I know I've got to write , the problem is saving the tax clearance certificate and along side it , its the expiry date.
    I'm using South African localization.
    Thanks

  • Saving data with automatic time intervals

    Hi everyone
    I am a new user with LabVIEW (I just started using it 3 weeks ago) and I am having a problem with data recording and saving.
    Basically, what we want to do is to monitor data for four different variables countinuosly but saving them in automatic and specified time intervals. Specifically, we would like to save data countinuosly only for five minutes each hour. After the 5 minutes, only the saving function must be stopped for 1 hour then return to record for 5 minutes without shutting the major loop. Additionally, we would like to collect all the data in this way in one exel file per day for three weeks or more, so instead of creating a data file for each recording we would like to collect them in only one file per day.
    Finally, if its possible, we would like to extract the mean of the data for one day in a single file.  We are not interested in modifying the rate of data aquisition, we only want to focus on the saving rate. We tried many timed function (as Elapsed time, Time delay, Wait) and timed loops but it was impossible for us to syncronize different loops or to set up timing function for the saving issue without blocking the main loop work.
    Data are collected throught the "write to measurement file" function.
    any kind of help will be really appreciated!
    Here we submit our front panel and block diagram of our VI.
    Best regards
    Solved!
    Go to Solution.
    Attachments:
    Hypoxia 21-05-2014 Monitoring.vi ‏451 KB

    Use a shift register to keep track of your start time.  If the difference between the start time and the current time is less than 5 minutes, save the data.  If the time difference is an hour, save the new time as the start time.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Issues with Saving Data as PDF

    Hello,
    I have a PDF form, created in Acrobat, and uploaded into FormsCentral. Once a user fills it out and submits it, I save the record as a PDF. The downloaded PDF has a couple of issues:
    If there is a default value for a radio button field, the new PDF shows the default button AND the actual answer BOTH clicked on. This makes it very difficult to see what the actual answers are.
    One of the fields on the PDF is blank, even though it is a required field and data was entered by the user. If I click in the field, the text is visible. If I click away, the text disappears. I am also unable to print the text. The field happens to be the last field on the form. It is one of two essay questions that each take up a full page. The first question is fine. The second question has this issue. As far as I can tell in the original PDF, prior to import into FormsCentral, the two fields have identical properties.
    The workaround we discovered is to open the PDF in Acrobat, export the data to a .fdf file, then import the data back into the original, pre-FormsCentral PDF. That seems to solve both issues above, but is very cumbersome for our purposes. Any ideas on what the issue is? Any help would be most appreciated!

    Hi Josh,
    I did try downloading a few different responses into PDF, but have not seen a difference in the radio button display. I have tried both old records, as well as those we received yesterday. Is there a change that I need to make to the PDF?
    Regarding the text display issue, I have been observing the records we have been receiving, and the display issue is intermittent. Sometimes the text displays fine, other times not at all. Sometimes just the top portion of the paragraph is truncated. I have also seen issues occur in other, smaller paragraph-type fields on the form, not just the last two essay questions. I'm not sure if this helps. In addition, we received 2 records yesterday on another form that is similar to the one described above, and the text displayed perfectly. This form was actually created before the others that have had isuues. I will share that form with you, as well.
    Thank you again for your help on this!
    cheop

  • Saving data with applets please help

    Hello,
    I want to save some variables, so the user of the applet have his last configuration at the start of the applet.
    What can i use? Do i have to give the permission at the applet of writing and reading files on the user disc (how do i make that for ie, netscape or mozilla)
    Or it is possible to use cookies in my applet???
    Thanks a lot.

    Actually we had some luck using the server to store a cookie in the browser, in your case it could be size and position. Then when the web page with the applet is requested you can create the html page on the fly and include the values as applet parameters.
    Another approach is to have the server store the cookie information via a cgi-bin script or servlet, and have the applet ask for it via a cgi-bin script or servlet when it starts up.

  • Problem with saving data in database table.

    i have ceated on screen prgram...
    screen contains one text field of leth 40(type c)...
    if user enters some text in that and enters save button it will store in dbtable which is created by me(ztable)...
    but that text storing in big letters...even i enter the samll letters....
    i want to store as user enters in  fiels on screen
    woe can i do that?

    go to screen(painter) of that program and double clik on that field
    u will get a small screen there u check the upper/lower letters check box
    <b>Reward Points if USEFUL</b>

  • Problem with packet data with E5

    Last night every thing was OK, I was able to connect to internet using my phone
    but  today  I tried to connect  but I get this msg
    "packet data: packet data not available .check network services"
    I called the company  and they sent me the configuration and I saved it  but  nothing changed .....
    Any ideas ??

    Straight Talk with AT&T USA (APN: tfdata) or T-Mobile US (APN: wap.tracfone)?
    Lauraboop wrote:
    how this all this could happen just from taking out the battery.
    Well, you had to take out the battery while it was running. Then, a lot of fancy things can happen like a file-system corruption or just a SIM re-detection. The latter could load new configurations. The former would require the Nokia Software Recovery Tool on a Windows computer. Anyway, that is very, very rare – let us hope this is fixable by just changing the settings.

Maybe you are looking for

  • Can I delete contents of the history cache?

    I was trying to do a poor man's backup of a my wife's root folder (and all it contains) by simply dragging her root folder into a net drive I have mounted. It's worked before. And it's an expedient method until I settle on a real backup app. Half way

  • Query rgdng hiding reports in obiee

    Hi, I have a section having 5 reports.I want to show only those reports which returns data.I want to hide altogether the reports which don not return any data.I don't even want to display any no result message.Also I want all these reports in one sin

  • Conditional Format in Pivot Table

    Thanks in advance... I created report like below in pivot table _____Year 2009 ______Period 3 Name Mark Aju__ 100 Alex_ 75 Mick_ 80 Rabi_ 90 sam_ 80 from this report I need to highlight the entire row of 'Alex' and 'Sam' ... but its work in 'Compound

  • Button to pause parent swf AND open URL?

    i'm using Captivate for some online training. I want to be able to show the learner a button that will say 'click here for more info' but not have the swf pause. If there user doesn't click it, the swf keeps playing, if they do click it, I want the s

  • DST failed to fall back on Nov 4, 2007

    Our java version is 1.4.2_04-b04. We installed the DST OS patches 109809-04 and 108993-54. We also installed the tzupdater-1_0_0.zip. When we tested the starting DST, the system time jumped from 1:59 AM to 3 AM on March 11. This is correct. But for t