Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9161381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:57:19+00:00 2026-06-17T13:57:19+00:00

Based On : Blackberry Wiki Screen With my full code : My Full Code

  • 0

Based On : Blackberry Wiki Screen
With my full code : My Full Code

If i user onscreenready function to PASS MY PARAMETER from page A like this :

ondomready: function(element, id) {
    if (id == 'UPDATE') {
            UPDATE_initialLoad(element, params);
    }
}

For pages that I would give / throw parameters (Let’s just say page B), how do I win or get results / parameters provided by the previous form. I want to make a form update the data in the form, and will be filled all the time throwing fieldnya parameter data.

Im using like this in my Page B :

function UPDATE_initialLoad(element, params) { 
    setTimeout(UPDATE_loadAfterTimeout,100);
}

function UPDATE_loadAfterTimeout() {
    var id                  = data_id
    var nmDepan             = data_depan
    var nmBelakang          = data_belakang
    var phone               = data_phone
    var email               = data_email

    document.getElementById('txtID').value = id
    document.getElementById('txtNMDEPAN').value = nmDepan
    document.getElementById('txtNMBELAKANG').value = nmBelakang
    document.getElementById('txtPhone').value = phone
    document.getElementById('txtEmail').value = email      
}

But result is failed…

Please help me

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:57:20+00:00Added an answer on June 17, 2026 at 1:57 pm

    You’ll want to push data to the page:

    bb.pushScreen("myPage.html", "UPDATE", myParams);
    

    Then this will fire when the page is loaded:

    ondomready: function(element, id, params) {
        if (id == 'UPDATE') {
            UPDATE_initialLoad(element, params);
        }
    }
    

    Make sure to pass the parameters to your delayed function:

    function UPDATE_initialLoad(element, params) { 
        setTimeout(UPDATE_loadAfterTimeout(params),100);
    }
    
    function UPDATE_loadAfterTimeout(params) {
        var id                  = params['data_id'];
        var nmDepan             = params['data_depan'];
        var nmBelakang          = params['data_belakang'];
        var phone               = params['data_phone'];
        var email               = params['data_email'];
    
        document.getElementById('txtID').value = id
        document.getElementById('txtNMDEPAN').value = nmDepan
        document.getElementById('txtNMBELAKANG').value = nmBelakang
        document.getElementById('txtPhone').value = phone
        document.getElementById('txtEmail').value = email      
    }
    

    I hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Based on a configuration setting I'd like to direct users to a This site
What is way to connect to SOAP based web service from Blackberry Application. Every
Based on Blackberry , Andriod and iPhone ... what are the various screen resolutions
Based on this tutorial I have built a page which functions correctly. I added
From what I understand, Blackberry Java Runtime runs micro-java runtime. Which is based on
I have a blackberry APP using the camera feature. The code base comes from
Based on an answer from a candidate I have a confusion regarding the functioning
Based on the answer for this question What's the difference between CompositionBatch and catalogs?
Based on this article I was able to get the FullName to work rather
Based on this question I've created a small application which is catching all debug

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.