Help with setting/get variables in app

Hello

I have an application that behaves as follows:

1. the user connects.
2. the user is presented with a list of projects; user clicks a project to drill down for this project.
3. the user is presented with project information that includes 4 separate lists tasks grouped by week. So there are tasks for the current week in what is more task for 3 weeks on.
4. the user can change the talks or create new ones for each of the 4 weekly groups.

Given that, on the home page for a project I have set up a report and the form for each weekly group. I also have an element for the project as well as each weekly group id id. Here, the goal is that when a user clicks on the 'create' button, they can create a new task for a group of the weekly. However, this does not work.

For the first group of weekly when I click on 'create' I am presented with the form to fill out for the task. All the information is there, including the correct id for this weekly group so that the task is assigned to this property. However, when I save I get an error that says that this identifying particular is set to null.

For the next three groups when I click on 'create' I give myself the same thing as above, but without the weekly group id. Even if I put it and record things, I get the same error.

So, I wonder what I did wrong in the flow of the app. I put these variables too early, too late? Am I really not pick up their despite what I see on my screen? I missed some foundations of the Apex here?

Thanks in advance for your time and help.

Jon

It should be

: ASK = "CREATE";

'CREATE' is the name of the create"" button.

CITY

Tags: Database

Similar Questions

  • Need help with setting up in checkbox in interactive reports

    I need help with setting up in checkbox in interactive reports, I use this statement a query

    SELECT apex_item.checkbox

    (

    1, ROLEID,

    'onchange = "spCheckChange (this);". ',

    : F_ROLEID_LIST,.

    ':'

    ), del.

    ROLEID, ROLEDESCRIPTION

    OF EBA_ROLES

    When I run it I get the following

    < input type = "checkbox" name = "f01" value = "1" onchange = "spCheckChange (this); ' / > instead of the checkbox

    Do I need to configure anything else

    Aditya Gupta wrote:

    I need help with setting up in checkbox in interactive reports, I use this statement a query

    SELECT apex_item.checkbox

    (

    1, ROLEID,

    'onchange = "spCheckChange (this);". ',

    : F_ROLEID_LIST,.

    ':'

    ), del.

    ROLEID, ROLEDESCRIPTION

    OF EBA_ROLES

    When I run it I get the following

    instead of the checkbox

    Do I need to configure anything else

    This is one of the most frequently asked questions in this forum. Set the column attribute the text to display as Standard report column and not display text (special escape characters).


    Always include the information referred to in these guidelines when you ask a question and if you use APEX 5.0, State, if you develop using the pages or the view of the component designer.

  • Help with loop of Liquid web app

    Hello

    I need help with a list of web app for a custom blog items.  Rather than having to categorize each post using the 'Actions' box (which they often forget), I think it would be much more user-friendly for our customers to have just a dropdown categories menu.  Can someone help out me this code, or to provide a more elegant solution?  The loop and the work of IF statement, but I'm having problems with rendering of the element in the IF statement.  When I copy the code of the object model in the IF statement, it restores.  However, I had much rather use a template because it is better - and I would like to know what I'm doing wrong.

    {module_webapps id = filter 'Blog' = 'all' render = "collection" collection = "messages" sortType = 'date' template =""}
    {% for section in posts.items %}
    {% If item.category contains 'Food' %}
    {module_webapps id = filter 'Blog' = 'item' itemID = "{{item.itemid}}" template="/Layouts/WebApps/Blog/list.html" "}
    {% endif %}

    {% endfor %}

    Thank you!

    Jeff

    Hi Jeff, what's going to happen with what you do is your make a collection of all the web of elements app and if you match foods your rendering module of a single element.

    First of all who will soon use your deduction limit to 75 module upward on this page/model until you know.
    Second, think about why you need to make the module again? You have the item data because you can get the itemid, then why you not only made the rest?

    Finally...

    If you make collection = "" which means that you use the collection that you have you don't need not make = 'collection. " "If you have deleted the template =" "and collection =" ' make = 'collection' means that it will be available in your layout to the list as a collection, rather then one.

  • Need help with StumbleUpon in Windows RT app.

    Original title: stumbleupon help

    Does anyone know how to get stumbleupon to work properly here?  I tried the app and it you cannot drag or change pages. I also tried pinning the page to start and use, but you can edit the pages of interest to this way or the other. Someone knows how to make it work?

    BTW I have uninstalled and reinstalled the application several times and it still does not work.

    Hello

    You are facing problem with StumbleUpon app in Windows RT.

    It seems to be a problem with the application. Let us try the steps in the article Microsoft Help and following check if it works for you.

    What to do if you have problems with a soft:

    http://Windows.Microsoft.com/en-us/Windows-8/what-troubleshoot-problems-app

    I suggest you to check with the support of the App to get help. Click on the link App support in the following link from Microsoft.

    http://apps.Microsoft.com/Windows/en-us/app/StumbleUpon/eb0a5bc4-90ff-44F5-85a9-b9d285153905

    Please do not hesitate to visit our Web site for any help related to the Windows operating system.

  • Help with the session variable PHP CS5.5 - Please

    Hi all

    I am needing a little help with the help of a session variable, and I hope someone can point me in the right direction.

    I created a PHP page that uses the Dreamweaver 'User authentication' feature and the basics of this works very well, to direct a user to the correct page depending on whether they are or are not a valid user. I want to customize the page 'user valid' with people, user name entered in the authentication of the user table... a seemingly simple task using a session variable, but I just seem not to be able to make it work!

    The generated code for the AU on page 1 is the following:

    <? PHP

    Validate request to connect to this site.

    If (! isset {})

    session_start();

    }

    $loginFormAction = $_SERVER ['PHP_SELF'];

    If (isset($_GET['accesscheck'])) {}

    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];

    }

    If (isset($_POST['txtfirst_name'])) {}

    $loginUsername = $_POST ['txtfirst_name'];

    $password = $_POST ['txtsurname'];

    $MM_fldUserAuthorization = "";

    $MM_redirectLoginSuccess = "member_update.php";

    $MM_redirectLoginFailed = 'login.php ';

    $MM_redirecttoReferrer = false;

    @mysql_select_db ($database_panto, $panto);

    $LoginRS__query = sprintf ("SELECT firstname, name OF web_access WHERE firstname = %s AND family name = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $panto) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username'] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    }

    ? >

    First of all, the text highlighted in red above seems to be setting the session variable that I need. Is this correct?

    If so, what is the code that I need to put on page 2 to use this session variable? or

    I have to do something else on the page 1 to correctly assign the session variable?

    Would be very grateful for your expertise

    Mark

    It seems that you put the columns incorrectly in the user authentication server behavior. This is the SQL query that checks the credentials of the user:

    $LoginRS__query = sprintf ("SELECT firstname, name OF web_access WHERE firstname = %s AND family name = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    You are looking for first name and last name, while you should look for the user name and password of the user.

    $_SESSION ['MM_Username"] is a session variable that stores the login name of the user. To use it in a page, all that is needed is the page start with session_start(). You can then echo the value to display.

    If you want to display the person's true name, you must create a recordset in the second page, use of $_SESSION ['MM_Username'] to search for the first name and the patronymic. Alternatively, you can change the code like this (I copied only part of it):

    $LoginRS__query = sprintf ("SELECT firstname, surname OF web_access WHERE firstname = %s AND password is %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $panto) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    $row = mysql_fetch_assoc ($LoginRS);

    $_SESSION ['full_name'] = $row ["FirstName"]. ' ' . $row ['name'];

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    You can then use $_SESSION ['full_name'] in a page which begins with session_start().

  • Need help with the procedure variable

    Hi guys,.

    I try to get the list of the TableName of a specific table and store it in a variable and use this variable to LOOP and remove specific data in the table. Here is my code, maybe that will be clearer...

    This procedure within a package

    PROCEDURE DeleteData (parCONTR_NBR IN VARCHAR2)
    AS
    v_TableName CMSR_MAPPING. TABLE_NAME % TYPE;

    BEGIN
    Extract the names of the tables
    SELECT TABLE_NAME
    IN v_TableName
    OF CMSR_MAPPING
    WHERE TABLE_TYPE <>'W '.
    AND ORDER_SEQ <>' 0'
    ORDER BY ORDER_SEQ DESC
    ;

    -Loop on the name of the table
    FOR v_Index in 1... v_TableName.Count LOOP
    -Check that the table name and remove from the respectable table -.
    CASE v_TableName (v_Index)
    WHEN "CMSW_CONTR" THEN
    REMOVE FROM CMSW_CONTR
    WHERE CONTR_NBR = parCONTR_NBR;
    WHEN "CMSW_AMNDS" THEN
    REMOVE FROM CMSW_AMNDS
    WHERE CONTR_NBR = parCONTR_NBR;

    END CASE;

    END LOOP;

    END;

    When I run it, I get the following compile on this line error of TO v_Index IN 1.. v_TableName.COUNT LOOP:
    PLS-00487: Invalid reference to the variable 'V_TABLENAME '.

    Can someone help with this? What I'm doing wrong here?

    Like this?

    /* Formatted on 5/20/2011 12:37:05 PM (QP5 v5.149.1003.31008) */
    CREATE OR REPLACE PROCEDURE DeleteData (parCONTR_NBR IN VARCHAR2)
    IS
    BEGIN
       FOR c IN (  SELECT TABLE_NAME v_TableName
                     FROM CMSR_MAPPING
                    WHERE TABLE_TYPE != 'W' AND ORDER_SEQ != '0'
                 ORDER BY ORDER_SEQ DESC)
       LOOP
          -- Verify the table name and delete in respectable table --
          --( I always hate when my tables aren't respectable !)
          CASE c.v_TableName
             WHEN 'CMSW_CONTR'
             THEN
                DELETE FROM CMSW_CONTR
                      WHERE CONTR_NBR = parCONTR_NBR;
             WHEN 'CMSW_AMNDS'
             THEN
                DELETE FROM CMSW_AMNDS
                      WHERE CONTR_NBR = parCONTR_NBR;
          END CASE;
       END LOOP;
    END;
    

    Obviously I don't have your data and do not know exactly what is the whole procedure
    but you could not do?

    /* Formatted on 5/20/2011 12:49:07 PM (QP5 v5.149.1003.31008) */
    CREATE OR REPLACE PROCEDURE DeleteData (parCONTR_NBR IN VARCHAR2)
    IS
    BEGIN
       DELETE FROM CMSW_CONTR
             WHERE CONTR_NBR = parCONTR_NBR
                   AND EXISTS
                          (SELECT 1
                             FROM CMSR_MAPPING
                            WHERE     TABLE_TYPE != 'W'
                                  AND ORDER_SEQ != '0'
                                  AND table_name = 'CMSW_CONTR');
    
       DELETE FROM CMSW_AMNDS
             WHERE CONTR_NBR = parCONTR_NBR
                   AND EXISTS
                          (SELECT 1
                             FROM CMSR_MAPPING
                            WHERE     TABLE_TYPE != 'W'
                                  AND ORDER_SEQ != '0'
                                  AND table_name = 'CMSW_AMNDS');
    END;
    

    Published by: pollywog may 20, 2011 12:49

  • Problem with Javascript and ActionScript setting / getting variable timing

    Hello world

    The course

    I created a training course, which will run standalone on our intranet for internal staff. Despite the (known) limitations, I use Javascript to validate the form and open a window of e-mail, for the staff member to click Send confirm that they have completed the course. Without a web server or LMS to use, what seems easiest to obtain confirmation of completion of the course. The form itself works very well and we have tested it with some members of staff.

    I created a slide in Captivate that contains the form of confirmation with a "submit" button. I added a next button, which appears disabled until the user submits the form successfully.

    The problem

    When the user clicks on send, I call a conditional Action as follows:

    • If 1 = 1 (i.e. always do this)
      • Javascript call for:
        • Validate the form
        • If it is valid
          • Open e-mail window
          • Set m_VarHandle.Confirmation_Email = 1
    • If Confirmation_Email = 1
      • Select the next button

    Unfortunately, by filling out the form correctly and clicking on send, the next button is not enabled (the fine again active button). On further testing, it seems that the Javascript has finished running before ActionScript moves on the next decision. So when he checks the value of Confirmation_Email it has not yet been fixed and the next button is not enabled.

    Any ideas how I can fix this problem?

    Thank you

    Sarah.

    Hello world

    I bypassed this problem as follows.

    • Added a Clickbox that appears for 0.5 seconds with a break
    • Created a disabled button is visible in the output, which is displayed for 0.8 second
    • Updated the timeline, so that the next button (active) appears after 0.8 seconds for the rest of the slide
    • Added a second Clickbox located to 1.0 second with a break at the end of the slide (2.0 seconds)
    • Updated Javascript code to set cpCmndResume to 1 when the form is validated successfully

    This results in the desired behavior:

    • The slide plays up to 0.5 seconds and stops due to the first Clickbox
    • The user can fill out the form at their leisure and submit.
      • If the validation fails, the user must correct the form and click on submit
      • If the validation is successful, the reading recovery
    • When playback is resumed, he passes the 0.8-second mark. The following disabled button disappears and the next active button appears. Playback continues until the second 2.0 mark then paused because of the second Clickbox
    • The user can click on Next at their leisure

    Thanks for all the reading - hope it will be useful!

    See you soon

    Sarah.

  • Need help with setting the value of the variable in the callable statement in the OPS

    Hi all

    I use a callable statement in my code, I put the value as below.

    String updateStmt = "BEGIN TEST_PKG. MAIN_PROCEDURE ("+

    ":1)" +

    "; END; « ;

    CallableStatement cstmt is getDBTransaction (.createCallableStatement(updateStmt,1));.

    cstmt.setString (1, empRow.getLinenum () m:System.NET.SocketAddress.ToString ());

    but the problem is when the value of 1 is NULL, I'm not able to call the procedure, it is not inserting data into the table, but when the value of 1 is not null, it is able to call the procedure and inserting the data correctly.

    Please help me urgent.

    Hello

    Please make changes as below

    If (empRow.getLinenum (). ToString ()! = null)

    {

    String updateStmt = "BEGIN TEST_PKG. MAIN_PROCEDURE ('+': 1) «+»; END; « ;

    CallableStatement cstmt is getDBTransaction (.createCallableStatement(updateStmt,1));.

    cstmt.setString (1, empRow.getLinenum () m:System.NET.SocketAddress.ToString ());

    }

    Also check out the link Oracle Application Framework Dilip Articles: education prepared - controller

    Thank you

    Dilip

  • help with Set-CustomField

    I need to add 5 Custom field in CSV file. At the moment I am able to add one field at a time using the script below. It's a problem because it takes all day to update the records of 600 mV.

    foreach ($f in (import-csv v:\customfield.csv)){get-vm $f.Name |)) {Game-CustomField-name "Project Code" - Code value $f.Project}

    v:\customfield.csv

    Name

    Project code

    Up to the

    Cost (per year)

    Cost (advance)

    Dv01

    555

    Perm

    $5.00

    $1.00

    Can someone help me change this sur-liner to make all the values at once?

    At the bottom, is it possible to change the "project code" in the script above to a variable say $d run this one-liner once and have any custom field created and filled at once

    foreach ($f in (import-csv v:\customfield.csv)){get-vm $f.Name |)) {Game-CustomField-name $d - value $ f. $d}

    OK, think I misunderstood you slightly.

    $fields = "Project Code", "Until", "Cost (Yearly)", "Cost (Upfront)"
    $vms = Get-VM
    foreach ($f in (import-csv v:\customfield.csv)) {
       $vm = $vms | Where { $_.Name -eq $f.Name }
       foreach ($cf in $fields) {
          $vm | Set-CustomField -name $cf -value $f.$cf
       }
    }
    

    I don't think it's possible to do so without an inner loop. It will get even all values y in one shot.

  • Help on setting level Variable of severity Foglight V5

    Hello

    I created a custom Foglight rule that fires when the memory of hash reached a record variable that is defined.  The Condition is:

    condition = (avg (#memory_sort_hash_mb) for 5 minutes # > = registry ("Memory_SortHash_Critical"));

    The rule works very well, however I am having a problem displaying the value of memory.  I tried different ways of determining the scope to get the value, but I think that because it is an average value, it gives me problems.  Here's how I'm defining it as a Variable of severity level:

    Scope.get ("memory_sort_hash_mb")

    I can't get a return value of "null" However, no matter what I try.

    Any help would be appreciated!

    Thank you

    Paul

    Hi Paul,.

    In your Variable to the severity level, you can use the same form as a condition.

    You can get the current value of the metric of "memory_sort_hash_mb" with:

    #memory_sort_hash_mb #.

    Kind regards

    Brian Wheeldon

  • Need help with loop and variable

    Hi all.

    I'm almost there with this, but I'm stuck on one last question.

    I am a loop in XML to choose the images to display, with the title and ID (which is used in the link).
    Everything works now except the itemID. This used to work, but now the ID is the same for all containers/links on the page.

    Code is attached below, and the function is the image.addEventListener.
    The itemID variable is that doesn't change is not to reflect the individual elements.

    Please please help.

    Thank you very much


    Hello

    You can try to use logic you used in your posted previous sample. Use the event.currentTarget.id to get the ID of the Image.

    image.addEventListener (MouseEvent.CLICK, function(e:Event):void
    {
    var imgId:String = e.currentTarget.id;
    var url: URLRequest = new URLRequest (" http://localhost/youtubeDownloader-debug/index.cfm?video=" + imgID).
    navigateToURL (url, "_blank");

    });

    You can also use the property 'data' of the Image to store the value you want and use the same property to get the value in the event listener.

    I hope this helps.

  • ADF11g: Need help with the Session Variables

    Hello
    I have a login page for my application.

    I need to use the username on the other pages as well as in custom java files.

    Currently in the java files custom when I access the user ID by using the backingbean object I get value as null.

    Can someone help me please in the varaible session UserID property so that I can use it throughout my application.

    Help, please...


    Thank you

    Hello

    You can define a bean managed with some properties as username and post in the session scope. When the user is loged in, you can set the value in your extended managed bean in session.

    Hope this helps

    Joseba

  • Help with setting level and hard drive space allocation

    I use a Macbook Pro, aged 1 year, 200 GB of HD.  When I first installed the merger about a year ago, I think I have too much space allocated for the merger.  I allocated 100 GB (basically split the Mac HD).  I use many more apps in XP Pro as on the Mac side.  Now, I met two problems:

    1. I'm running out of space on the side Mac (went to update the Mac OS software recently and I was told I couldn't because of the lack of space; need to 9 GB and had only 4 GB of available). Then, I went to Fusion update (am currently uses version 1.1.3) and following the instructions of PDF of VMWare, went to duplicate virtual machine and could not do. Windows XP virtual machine uses 110 GB according to Get Info, so it's too big to duplicate.

    When I check the size of the virtual C drive on side Windows that indicates that I use GB 49 of the 100 assigned and a bit more 50 GB is unused space.  I know that I do not understand the virtual machines and, apparently, I thought it was just too much space on the windows 'side' is actually space on the Mac 'side' so. Don't know if it is correct or not.  Anyway, it seems to me that I was able to allocate less space to the virtual machine, and then have the space to reproduce?  Is this correct?  If so, how do I?

    2. assuming that the above problem can be straightened out, can I just install the latest version of the merger by the instructions by VMWare PDF file?

    Any help much appreciated and thanks in advance,

    Win

    Yes you can upgrade now if you want and you can download the latest (including 2.0.4 at present) version of the Web Site from VMware and is a free update for users of Fusion 1.x and it uses Fusion 1.x serial number.

    I'll get back to you later today on what else can be done to limit the growth, however, preventing you from upgrading.

  • Need help with the text variables

    I have a directory to which is more than 300 pages long.

    Each entry begins with a photo in a built-in framework shaped like a cat fall, followed by a space en dash and then the name, company, address, e-mail, etc.. Essentially, we have a photo hanging to the left and on the right information.

    The name is the last name in capital letters, first name and middle name propercase. I've defined a character style "Dict Head" and used in a paragraph style as style nested through 3 characters.

    Then, I defined a two text for the instance variable first and last instance on the page of the character style "Dict Head". I have a hyphen between the two variables (the goal is at the head of the race be "AAR - ABE," for example). The application, however, includes space en with three letters.

    I did a GREP search for space en with the applied character style and replaced it with himself, and < None > character style applied and which does not seem to get rid of. My current title looks like this " AAR - ABE." With invisible on I see the en space is still there.

    I deleted the text variables, exported a. File INX, opened soft and recreated the text variables and the spaces are still there.

    I'm open to suggestion.

    Ken

    It seems ID brings together up to three regular characters with which nesting style... (Okay - just tried and the original en-space is also considered to be a 'character' for this number of three.) No matter what... read more, please)

    You can not delete a character with your search and replace nested style. Try it - ID can be found but not change it to [anything].

    Possible workaround would be to not use the style nested to mark the names and put the character marker using a GREP search and replacement style.

  • Hard drive controller is released on the PC need help with setting up new controller

    I have a HP with a built NVidia controller on the mobo.  The controller was an error and I am installing an Adaptec 2120SA on the system controller.  The computer sees the controller and it tries to start the operating system but has problems it BlueScreens and it blue screens quickly so I do not see the error code.  but I think it's because I don't have the drivers of the controller installed in the operating system.  I really don't want to reload the workstation.  Is it possible to install the drivers of the controller without starting the operating system I tried three other PC and they all have the same questions. as the driver for the controller is not there.  The OS is Vista Home Premium 64-bit.  The PC is no longer under warranty and a replacement MoBo is too much money.

    Thanks in advance for your help.

    Hi arjaywolverine,

    There is a way that can be attempted to identify the problem and we'll see if it helps.
    You need to extract the driver file from hard drive controller on a floppy/flash your motherboard CD drive, and then you restart the computer with the Windows Vista operating system DVD.

    1. turn on your computer and insert the CD or the DVD of Windows Vista.
    2. on the page install Windows, do not click on install now. Instead, click on repair your computer. The System Recovery Options dialog box appears.
    3. click load drivers and it prompts you to insert your floppy disk or USB key.
    4. navigate to the correct device and click Ok.

    Once the drivers are installed correctly, remove the DVD and diskette. Restart the computer and who should do it.

    Hope this information is useful.
    Karena R - Microsoft Support
    --------------------------------------------------------------------------------------------------------------------
    Visit our Microsoft answers feedback Forum and let us know what you think

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

Maybe you are looking for

  • Secondary display in video calls

    If we are in the middle of a video call, a secondary screen appears when we open another app or tab, then we can see people even if Skype is not our main tab. I accidentally turned off the secondary screen and I want to open it again. I search everyw

  • How can I get rid of game Center and the gargowitsch process?

    My Mac are dedicated to work. I games have never played on them and never will. Everything about that I want to go. There is this annoying bit of software called "garguillo" who insists on talking to the outside world and I need to find a solution fo

  • PC Companion said "no Xperia backup was found on your computer.

    Hello Just got a replacement M4 Aqua (as previous phone had the problem of the infamous "microphone has stopped working", and before putting my SIM card and MicroSD card in the phone again, I did a full backup using software Sony PC Companion.)  I ca

  • Sqlite in statement PendingOperation prepare

    Hi all My code snippet is: Instruction mstatement = null; URI uri = URI.create (DBPath);sqliteDb = DatabaseFactory.openOrCreate (uri); mStatement = sqliteDb.createStatement (strQuery);mStatement.prepare (); My problem is that I get the error message

  • BlackBerry App RAM optimizers?

    I see that there are a lot of RAM available to the BB world optimization programs. Is it worth a download, or they are just pretexts for advertising? I am interested because I often get errors of memory on the Bold 9700, especially when loading Web p