2 forms to modify the same table at the same time

I have a block record multi and now we add more fields to the table. I thought I had
users press a button for a specific record in the block and then he would open another form (or something like that)
to set up a regular shape where they may enter these details).
But then I think two forms at the same time, changing the same table is going to be a problem.
right?
Is there a way to do what I want? I want the user to choose and to be able to change some things of 'a grid.
aka multi-record block and then be able to go to a non tabular entry in the details form. Is it possible to do?

then he would open another form (or something like that)

Could be another form, or just another block in a different window/canvas or even field in the same block using 'Reflect the elements' ('synchronize with' - property)

But then I think two forms at the same time, changing the same table is going to be a problem.

Not necessarily. If you use CALL_FORM or OPEN_FORM without having to open a new session it is no problem to do so. You just check that the modifications of the form "first" are recorded or posted at least before opening detailed form.

Tags: Oracle Development

Similar Questions

  • Detailed form Master in Apex - creating main records and details at the same time

    I m trying to create a master form / retail.
    The master is a simple standard form and below on the same page there is a tabular presentation containing the details.

    I am facing a problem when you try to save a new record from the master at the same time with new details.
    If I create a new record of the master and at the same time create detail records for this master (on the same page), when I submit that the foreign key of the details field is not filled in. So only one master record gets inserted into the table and record line is not inserted.

    When I have everything first create a master without a detail and edit this master and then add details so everything's allright (since the primary key field is filled out at the time).

    I just need to confirm that whether in the APEX form master detail, can save master and line record at the same time or is it as master must be registered the 1 and then line must be enterd and saved?

    Please let me know, if this functionality can be achieved in the APEX.

    Hello

    There was an error in the process of pl/sql, you referenced f01 (F01. COUNT) in the loop condition and which should have been f03, also you have assigned the wrong field to what should have been P3_DEPARTMENT_ID

    I fixed that. Also, I'm not 100% sure but I think in order to use the table in the column must be of type text or something (and not hidden), but I can't check now because of lack of time.

    A few mistakes during the presentation, but they are still due to constraints on the other fields.

    FOR I IN 1.APEX_APPLICATION. G_F03. COUNTY

    LOOP

    APEX_APPLICATION. G_F03 (I): =: P3_DEPARTMENT_ID;

    END LOOP;

    Concerning

    Bottom

  • Validation form column against the value of another Table

    Hello

    I'm new to this forum, so please bear with me a bit!  I only have a small amount of writing PL/SQL experience, and I've never written Javascript or JQuery before.  I am an Oracle DBA and I coding experience C and PERL, so I have a strong technical background.  But I need some advice on the best way to approach a problem.

    I have an application of data base in Oracle Apex (version 4.2) with a tabular form on a table: Let's say that #1 with the conditions of licence 1 a, 1 b, and1C.  I have to make sure that the value entered in col B is not greater than the value of a column in another table (for example table #2 pass 2 (a).  From a conceptual point of view, the amount of money available is in the #2 table, and my tabular form lines are an act of spending money (such as orders or invoices), so I have to make sure that we spend more that we have.  Who is?

    Does anyone have tips for the best way to do it?  I'm figuring that the biggest problem here is perhaps to account for people who enter multiple lines in the form of tables at the same time, right?  So, if a person is entered 3/invoices, I need a total to ensure that they do not have spend more than we have in the #2 table.

    I really appreciate your help!

    Best regards

    Laurie Baublitz

    Ah, I was not totally with you on this charge then. My validation works overall, but it totals the amount for each line, regardless of the task. Okay - who was not totally my solution but more a demonstration of the technique that you can use to validate your tabular presentation in this way.

    You could solve this issue with a safe collection, or with a table plsql where you add an entry for each task name and keep the amount stored in there.

    Anyway, it would be better for you to spend a little time on playback on the plsql collections or collections apex!

    Remember, this is a sample and you will need to take stock of it. The best solutions are those where you need to experiment with 8)

    DECLARE
      TYPE tt_taskamount IS TABLE OF NUMBER INDEX BY VARCHAR2(20);
      t_taskamount tt_taskamount;
    
      l_task VARCHAR2(20);
      l_amount NUMBER;
      l_max NUMBER;
    BEGIN
      -- F02 is the taskname
      -- F03 is the amount
      -- adapt to your situation!
      FOR i IN 1..apex_application.g_f02.count
      LOOP
        l_task := apex_application.g_f02(i);
        l_amount := apex_application.g_f03(i);
        IF NOT t_taskamount.exists(l_task) THEN
          t_taskamount(l_task) := l_amount;
        ELSE
          t_taskamount(l_task) := t_taskamount(l_task) + l_amount;
        END IF;
    
        -- it's not the best idea to perform a select each time and could be
        -- done better but for the sake of the example it's fine
        -- not too bad either if the rowcount is small.
        SELECT maxamount
          INTO l_max
          FROM table2
         WHERE taskname = l_task;
    
        IF t_taskamount(l_task) > l_max THEN
          -- returning will stop further processing and throw an error message as soon as a budget has been overrun
          -- it might or might not be required behaviour but that's up to you
          RETURN 'The max amount ('||l_max||') for task ' || l_task ||' has been exceeded. Reduce the total amount on associated tasks!';
        END IF;
      END LOOP;
    END;
    
  • How to display two dept details at the same time in the form of master-detail

    Hi Experts

    In Forms 6I, using the Scott schema, table DEPT & EMP has created a simple form of master-details relationships.

    Currently when user Dept Block shows all lines dept and EMP block display data based on the selection of deptno.

    It's only a deptno both.

    If the user in the No. 10, block EMP Dept will display all the data related to 10

    If the user moves to 20 Deptno, block EMP will display all the data related to 20.

    And so on.

    But our requirement, what happens if we want to see the 10 and 20 at once (both several deptno)

    Thank you

    Thanks for your information.

    In fact, our requirement is only to display data, he own be no matter what update of data/insertion.

    So below and working for our requirement

    • Remove relationship
    • Additional box on master block.
    • Write code cursor on the box selection - which will fill/clear data block information based on the checkbox selection on block Master.

    Oracle Apps training: how to display two Department employee details at the same time in the master/detail relationship

  • Update database with several form fields with the same name

    If I've made good progress on my CF photo album project, but now I meet a problem.  Once I downloaded a collection of photos and them inserted in my database, I bring up a page that is actually an array containing the thumbnail of each image, some info on it and the description of the photo.

    The table is inside a < form > tag, and the description is a < textarea > tag.  I have many text boxes that I have pictures, so there may be any number (within reasonable limits).  I'd like to be able to type a description for each picture in each text box rather than having to do one at a time, and then click the button submit to update my file.

    Each text box has the same name, so I had the idea of adding a hidden form field that held the photo ID, then on the processing page, I might have a < cfloop >.  My problem is that I can not understand how to associate each photo with the corresponding description ID, especially if we consider that some of the descriptions may be empty.

    Is there a good way to do this?

    As you probably understand, giving all your textareas eponymous means that when the form is submitted, you get a value that is a list of the contents of each text box comma-delimited.  If none of the commas are typed in the text box, you have a problem.

    My preferred method is to include some sort of identifier as part of the name of the form field.  Since you have ID photo available, I would use those.  This would give your names textareas as description_111, description_112, etc.

    When the form is submitted, I loop through the form.fieldnames list.  If the first 12 characters are 'description_111', I can remore 12 characters to get the id.  I also have the content of the text box using the array notation.

  • Insert multiple form fields into the table DB 1.

    Hey everybody. I'm having this problem by inserting several products in the products table by using a form. Here's the form.

    = Start of form =.

    < name cfparam = "URL. Default BusinessID"=" "/ >"

    < cfquery name = "qBusiness" datasource = "wyi2" >
    SELECT BusinessID, last
    Business
    WHERE BusinessID = #URL. BusinessID #.
    < / cfquery >

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title > < cfoutput query = "qBusiness" > #BusinessName # events < / cfoutput > < / title >
    < link href = "css/wyi.css" rel = "stylesheet" type = "text/css" / > "
    < / head >
    < body >
    < action = "events_process.cfm cfform? "BusinessID = #BusinessID #" method = "post" >
    < table border = "0" cellspacing = "0" cellpadding = "2" >
    < b >
    < td > < table >
    < td align = "center" > < table > BusinessID
    < td align = "center" > < table > Discription
    < td align = "center" > < table > price
    < /tr >
    < b >
    < td > sale 1 < table >
    < td > < cfinput type = "text" name = "BusinessID_1" size = "5" value = "#URL. BusinessID #"> < table >"
    < td > < cfinput type = "text" name = "Discription_1" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_1" size = "5" > < table >
    < /tr >
    < b >
    < td > sale 2 < table >
    < td > < cfinput type = "text" name = "BusinessID_2" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_2" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_2" size = "5" > < table >
    < /tr >
    < b >
    < td > sale 3 < table >
    < td > < cfinput type = "text" name = "BusinessID_3" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_3" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_3" size = "5" > < table >
    < /tr >
    < b >
    < td > < table > 4 sale
    < td > < cfinput type = "text" name = "BusinessID_4" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_4" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_4" size = "5" > < table >
    < /tr >
    < b >
    < td > sale 5 < table >
    < td > < cfinput type = "text" name = "BusinessID_5" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_5" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_5" size = "5" > < table >
    < /tr >
    < b >
    < td > sale 6 < table >
    < td > < cfinput type = "text" name = "BusinessID_6" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_6" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_6" size = "5" > < table >
    < /tr >
    < b >
    < td > sale 7 < table >
    < td > < cfinput type = "text" name = "BusinessID_7" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_7" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_7" size = "5" > < table >
    < /tr >
    < b >
    < td > sale 8 < table >
    < td > < cfinput type = "text" name = "BusinessID_8" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_8" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_8" size = "5" > < table >
    < /tr >
    < b >
    < td > sale 9 < table >
    < td > < cfinput type = "text" name = "BusinessID_9" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_9" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_9" size = "5" > < table >
    < /tr >
    < b >
    Sale10 < td > < table >
    < td > < cfinput type = "text" name = "BusinessID_10" size = "5" > < table >
    < td > < cfinput type = "text" name = "Discription_10" size = "50" > < table >
    < td > < cfinput type = "text" name = "Price_10" size = "5" > < table >
    < /tr >
    < b >
    < td > < table >
    < td colspan = "3" align = "center" >
    < cfinput type = "submit" name = "eButton' value = 'Add all' >
    < table >
    < /tr >
    < /table >
    < / cfform >

    < / body >
    < / html >

    = End of form =.

    The database table 'Products' has BusinessID, ProductDiscription, ProductPrice, ProductID (primary key, auto-numbering).

    I wanted to add the products form how many ranks when filled. I tried a lot of cfif tag to insert only if a cert form field is defined and not empty, but no go. I looked in the forums to find someone with the same problem... no go. Everyone can see what I am doing wrong or am I doing more work so much that the CF is going?

    Without doubt, if one of the three fields for a given insertion is empty, you won't want to insert this straight line?

    If so, you can simply wrap your query to insert with conditional logic:

    ... your query goes here...

    Of course, you could better served by including also the validation of form, either in the form itself, with the help of JavaScript and/or CFFORM, or in your action before executing this code page.

    Dave Watts, CTO, Fig Leaf Software

    http://www.figleaf.com/

    http://training.figleaf.com/

    Read this before posting:

    http://forums.Adobe.com/thread/607238

  • Creating records from two Tables at the same time...

    I would be very grateful if someone could help with the following query.

    I have two Tables, Tbl1 and Tbl2. Tbl1 has the following columns: -.

    Tbl1_Unique_ID, Description

    Tbl1_Unique_ID is of type ' * number *' and ' * PK * ', Description is of type' * Varchar2 *'.

    Tbl2 has the following columns: -.

    Tbl2_Unique_ID, Description, Tbl1_Unique_ID

    Tbl2_Unique_ID is of type ' * number *' and is the ' * PK * ', Description is of type' * Varchar2 *' and Tbl1_Unique_ID is of type ' * number *', is a ' * foreign key *' and is the ' * primary key *' from Tbl1.

    While I can create a page to display and create folders in Tbl1, I'm not course coding required to view and create records Tbl1 and Tbl2 simultaneously, as well as regarding the two together at the same time.

    I know that it involves one ' * INSERT *' statement, but I have problems the correct SQL query.

    Can anyone provide any assistance will be appreciated.

    Have you tried to create a form master / detail page? Because it seems that is what you need...

  • Create the form for enrty of data such as oracle forms tabular block by ADF Table!

    Hi guru and Experts

    I need some solutions for Oracle JDeveloper11g which is very essential for me.

    + Q1. Is it possible to create a form master detail which block detailed will be a tabular as like oracle forms . If possible I such example? +

    Q2. How can I create a preview to the point like oracle forms overview at the point of tables?

    Q3. How can I add LOV/list items / check for a table/table column?

    Q4. If it is possible to insert a new record in the table of the ADF, so I need to save all your data by pressing a key SAVE event


    I wish you all already taken I want developed. Please give me a better solution.



    Thank you.
    Zed
    ====

    A correction to the above – if you want the table to be modified/inserted you cannot drag and drop as a master-detail, because the detail will be in read only mode.
    Instead first drag the captain and drop as a form of ADF
    Then, drag the details below and drop it as Table of ADF.

    You can drag since the operations node in the data control the operation createInsert to add a button that will add a new empty row to the table.

  • How do I move the two forms at the same time using the tool pen

    Screen Shot 2016-05-17 at 12.03.13 PM.pngI tried merging groups 1 2 and 3, so they can be handled together. I've grouped them and they merged, but when I try and move with the pen tool they move separately. For my project, I need to be able to change the shape of 12 and 3 using the pen tool, how would I go to do this?

    they set out like a vector Illustrator diagram, I've merged them there and imported, but they always move separately.

    Thanks in advance

    If you work with multiple masters and the tool pen, you use the Ctrl/Cmnd key to change the pen of a selection tool that resembles a small white inverted V. You can drag a selection around multiple points on a path and then hold down the SHIFT key and select more points on a different path. Once selected you release the Ctrl/Cmnd key and when you go near a selected vertex selection tool appears again, but this time it is a small black reverse V. and drag.

    If you want to transform these points then all you have to do is press Ctrl/Cmnd + t when they are selected and you will actually have a better tool paths of transformation you get in Illustrator.

    He is essentially on the functioning of the tool pen in Illustrator if you select the direct selection in artificial intelligence (the key) and then the pen tool (p key) and use the Alt/Option key to switch to the top to convert or Ctrl/Cmnd to direct selection points.

    BASIC Edition of masks stuff covered in the help files and explained in community resources, if you enter editing masks or change forms or the pen tool in the search help field at the top right of the AE.

    If you are using multiple forms on a single shape layer, you can do the same by providing that the forms are curves of Bézier or Rotobezier.

    If the paths of the form or masks are on separate layers, you are out of luck. There is no way to change the multiple paths on different layers at the same time. I don't expect that there is a way to do it. Here's a short demo:

  • [ADF, JDev 12.1.3] Fragment 3 sections (each with a grid + form): best solution to commit / rollback all changes at the same time?

    Hallo,

    I need to create a fragment like page2create.jsff in this picture http://digilander.libero.it/flattit82/OTN_FILES/TotalCommRoll.png

    You kindly could give me some advice on how to achieve the result shown in the picture?

    Could you a panel tabs help keep the 3 sections on the same page and making it simpler handling of commit / rollback as requested?

    Thank you

    Federico

    Hello

    Yes, you can use panelTabbed to create this type of layout and for the handling of commit or rollback

    1. If you want to commit and a rollback for all 3 tabs then place these buttons (Commit and Rollback) outside panelTabbed and allow the creation, update and deletion on all tabs at the same time, after completing the user operation can use commit or rollback for all tabs

    2. If you want to commit separate and operation of catering for the different tab, then create and modify mode disable other tabs except the active tab, and only after a commit or rollback in the current tab allow the user to navigate to the different tab

    Thank you

  • Insertion of records in two different tables at the same time?

    Hello everyone, I have question about inserting records in two different tables at the same time, I'm looking for is by the way a unique id, which is created in the first statement insert to the second insert statement. Example of this problem:

    < cfquery name = "addRecords1" datasource = 'test' >

    Insert Into Table1 (name, Date, age)

    Values (< cfqueryparam cfsqltype = "cf_sql_char" value = "#arguments.) "Name # ' >.

    < cfqueryparam cfsqltype = 'cf_sql_date' value = '#arguments. "Date # ' >.

    < cfqueryparam cfsqltype = "cf_sql_int" value = "#arguments. Age #"(>); "

    Select SCOPE_IDENTITY() as RecID;

    < / cfquery >

    < cfquery name = "addRecords2" datasource = 'test' >

    Insert into Table2(Company,City,Date,ID)

    Values (< cfqueryparam cfsqltype = "cf_sql_char" value = "#arguments.Company #" >,)

    < cfqueryparam cfsqltype = "cf_sql_char" value = "" #City # ">,"

    < cfqueryparam cfsqltype = 'cf_sql_date' value = "" #Date # ">,"

    ( < cfqueryparam cfsqltype = "cf_sql_int" value = "How to pass RecID to insert in this table?" >).

    < / cfquery >

    In this example, I'm inserting records in table 1 and creation of IDENTITY SCOPE as RecId. I would like to pass this id and insert it in my table 2. This Id, I'll use in my second table as an identifier. If anyone knows anything about this please let me know. Thank you.

    );
    

    QueryName - DOT - ColumnName, so it should be:

    );
    

    HTH,

    ^_^

  • I'm on Windows 10. A works fine until the update. How can I make Adobe Acrobat Reader (free verision) my default DC? Seems that the default value is E pdf and when I change the default in the flashes of screen reader and forms are in the same format. I ha

    I'm on Windows 10. A works fine until the update. How can I make Adobe Acrobat Reader (free verision) my default DC? Seems that the default value is E pdf and when I change the default in the flashes of screen reader and forms are in the same format. I rather Acrobat format if possible. Thank you

    Hello

    Could a right click on the PDF file > open with > choose program by default and select CD player as default PDF Viewer.

    You can do it from the control panel as well.

    This would make CD player as default PDF Viewer.

    Concerning

    Sukrit diallo

  • Steps: we received the file in PDF format and has been invited to modify the form.

    Steps: we received the file in PDF format and has been invited to modify the form.


    My colleague edited in Livecycle es4.


    When we sent the document to them, they asked to have the title marked as H1, as it is currently labeled as content.


    In live cycle, unknowledgable about how we change it.


    We then took the file is saved as a word document in their exported to PDF via adobe DC


    my changes and referred.


    Once they have received the file they are unable to put anything (all data in the document where it will also prompt) using the player



    We are not writing this on the central computer, but that's what we have...



    Acrobat reader ix 11.0


    Adobe live cycle ss4 11.0



    Thank you...

    It is urgent need please reply as soon as possible

    Hi barbarac80529448,

    Please see this KB doc. helps LiveCycle | Working with the forms, it might help you in the installation of PDF form in Adobe LiveCycle.

    Kind regards

    Nicos

  • Can I update several forms with the drop-even at the same time

    I have 20 + forms that have a menu drop-down together.  Each shape has between 1 and 15 cases of this drop-down list.  The values in the drop-down list are updated on a frequent basis.

    Currently I have an identical JavaScript Document named "UpdateDropdowns" in each shape.

    function update_dropdowns()

    {

    aList var = [' ', 'A', 'B', 'C' "];

    Add any other choice dropdown in the var aList in the specified format
    getField("TradeNameDropdown1").setItems (aList);

    getField("TradeNameDropdown2").setItems (aList);

    Add any other drop down menus added to the form in the specified format

        // Open Log Console (Ctrl-J), enter update_dropdowns()  (Ctrl-Enter)

    }

    There are more than 30 choices in my current iteration of unelistede var, but for brevity, I have listed only the 3 examples to illustrate my JavaScript.

    Currently when I update the drop-down list, I followed these steps

    1. Open form
    2. Open the Document UpdateDropdowns JavaScript
    3. Add the additional values
    4. Select and copy the var aList update
    5. Close the JavaScript Document
    6. Update the form in the Console log
    7. Repeat for all forms (collage in the new aList var to ensure compliance)

    Is it possible to update all my forms at the same time without having to go through this process of form with form?

    Well done, you must create a new Action (under Tools - Wizard of the Action), add to that a command run JavaScript with your code (no need to function definition, just the code itself), and then add a Save command, and then run it on your files and finished...

  • modify an existing table to selectively the partition interval range

    I'm using Oracle 11.2.0.3.

    I have an existing table that has parition interval range.

    example:
     
    create table Log( ts date, level  varchar2(20), scr varchar2(2000))PARTITION BY RANGE (TS)
    INTERVAL( NUMTODSINTERVAL(1,'DAY'))
    Currently, we have the log of the table that is the partition of the range by day and we drop old parition to a week. However, we want to change this to persist the records in the table of WHICH = LEVEL "IMPORTANT."

    What is the best way to achieve this?

    >
    Is it possible to modify the existing interval partition table to add partition in the list?
    >
    Only using the DBMS_REDEFINITION to do online. And that always involves the creation of a "provisional" table

    If you have a window of failure just to create a new partitioned table the way you want to and INSERT the data into it. You should be able to use a DEC to do if you want. You may not use swap partition since all data must be physically moved.
    >
    Can we do list-interval partition table i.e. (with partition interval as partition sup)?
    >
    No - subpartitioning of interval is not currently supported.

    Here is the code example of a partitioned table by using the RANGE-interval LIST. It uses a VIRTUAL column, but you can ignore it for your use case

    DROP TABLE mytable;
    
    CREATE TABLE mytable
    (
    CREATION_DATE TIMESTAMP(6),
    LAST_MODIFIED_DATE TIMESTAMP(6),
    CREATION_DAY NUMBER(2) GENERATED ALWAYS AS (TO_NUMBER(TO_CHAR(CREATION_DATE, 'DD'))) VIRTUAL
    )
    PARTITION BY RANGE (LAST_MODIFIED_DATE) INTERVAL(NUMTOYMINTERVAL(1, 'MONTH'))
    SUBPARTITION BY LIST (CREATION_DAY)
       SUBPARTITION TEMPLATE
       ( SUBPARTITION days_1_5 VALUES (1,2,3,4,5)
       , SUBPARTITION days_6_10 VALUES (6,7,8,9,10)
       , SUBPARTITION days_11_15 VALUES (11,12,13,14,15)
       , SUBPARTITION days_16_20 VALUES (16,17,18,19,20)
       , SUBPARTITION days_21_25 VALUES (21,22,23,24,25)
       , SUBPARTITION days_26_31 VALUES (26,27,28,29,30,31)
       )
    (
       PARTITION prior_to_2013 VALUES LESS THAN (TO_DATE('2013-01-01', 'YYYY-MM-DD'))
    )
    

Maybe you are looking for

  • Notes on Mac guard immediately crashing

    Whenever I try to open the application Notes on my Mac, it remains open for about a half second, then crashes. Sometimes a problem report will appear saying "Notes quit unexpectedly" and that a report has been sent to Apple. The app works fine on my

  • Satellite Pro A10 comes with: error IDE #0, PXE-E61media test failed

    I recently bought a used Toshiba Satellite pro A10.When I received it, it was working and being a noob I tried to install a network card and create a wireless network with my desktop using XP when it did not work I plugged my ethernet (from my deskto

  • Can I use Windows 8 in my current computer?

    I have an old computer with xp. I ran a check to see if my computer would except windows8. He failed. I have all my information on the discs in the case of a computer crash. I have a program that completely erases the hard drive. I would then be able

  • Confirmation of seeks developer newbie BB

    Hey guys,. I am a computer science student and I got the task to develop an application for a mobile device. Because I have a Bold 9000, it was the logical choice. I studied Java and I am familiar with the eclipse IDE. I downloaded and installed the

  • Info Contacts Edit of blackBerry Smartphones on computer - transfer back to Storm 9530?

    Is it possible to change the contact information on your computer, then transfer it to your blackberry storm 9530? Thank you!