Advertisement

05.15.2008 at 09:46PM PDT, ID: 23407405
[x]
Attachment Details

cursor moveNext and movePrevious

Asked by PsychoDazey in Adobe Flex

I am using flex builder 2.  I have a cursor containing a number of records...I created buttons that will move to the first or last record of the cursor, depending on which one you click.  The code I am using is:
public function moveFirst():void
{
    while (! myCursor.beforeFirst)
  {
     myCursor.movePrevious();
   }
GetDetails();
}
public function moveLast():void
{
while (! myCursor.afterLast)
{
myCursor.moveNext();
}
GetDetails();
}

The problem is that the cursor seems to go one past the last record or one before the first record...so when it calls the GetDetails function it is trying to pass in a Null value.  I need it to stop at the first or last active record...not the beforeFirst or afterLast.Start Free Trial
[+][-]05.15.2008 at 11:11PM PDT, ID: 21580354

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.16.2008 at 06:42AM PDT, ID: 21582568

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.18.2008 at 01:31AM PDT, ID: 21591955

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.18.2008 at 08:29AM PDT, ID: 21593003

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.18.2008 at 08:56AM PDT, ID: 21593108

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Adobe Flex
Sign Up Now!
Solution Provided By: hobbit72
Participating Experts: 1
Solution Grade: A
 
 
[+][-]05.18.2008 at 10:36AM PDT, ID: 21593372

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906