• sambasiva rao paupuleti
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
hii
 what is the meaning of the error"Field expression not allowed for generic Sobject" plz give me clear explanation. 
HI to all,

 public Boolean hasNext
        {
        get
                { 
            return myaccts.getHasNext();
        }
        set;
    }
        public void next()
        {               
         myaccts.next();
        acctlist=myaccts.getrecords();       
    }

Here i'm not able to understanding difference between hasnext and gethasnext()..
Please explain and help me ..
Thanks and Regards,
Samba shiva rao..