GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Peoplesoft  >  PeopleCode
Go To First  |  Previous Question  |  Next Question 
 PeopleCode  |  Question 9 of 30    Print  
Is there any function exist in peoplecode which stops the processing of whole component?

  
Total Answers and Comments: 7 Last Update: April 24, 2009     Asked by: Fundoo 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 22, 2006 01:08:15   #1  
Sakthivel Rajendran        

RE: Is there any function exist in peoplecode which st...

Hi

i think it is Error Function. Use the Error function in FieldEdit or SaveEdit PeopleCode to stop whole processing and display an error message. It is distinct from Warning which displays a warning message but does not stop processing. Error is also used in RowDelete and RowSelect PeopleCode events.


 
Is this answer useful? Yes | No
April 17, 2006 05:23:17   #2  
Aparna        

RE: Is there any function exist in peoplecode which st...
i think its cancel method of CI that can be used to completely stop the processing of Component.
 
Is this answer useful? Yes | No
April 21, 2006 06:42:01   #3  
pradeep        

RE: Is there any function exist in peoplecode which st...

im afraid both error and cancel are'nt anywhere near the ans.

ill get back soon with the ans.

pradeep


 
Is this answer useful? Yes | No
July 17, 2006 07:09:43   #4  
Priya Kasinat        

RE: Is there any function exist in peoplecode which st...

Thinktime functions will stop further processing of the peoplecode.


 
Is this answer useful? Yes | No
March 09, 2007 23:11:54   #5  
Mamta Priya        

RE: Is there any function exist in peoplecode which st...

Think-time functions suspend processing until the user has taken some action such as clicking a button in amessage box or until an external process has run to completion (example some remote process)

Following are Think time functions:

DoCancel

DoModal

DoModalComponent

Exec (only when Synchronous)

File attach functions

Prompt

RemoteCall

RevalidatePassword

WinExec(only when Synchronous)

WinMessage and WinMessageBox


 
Is this answer useful? Yes | No
October 22, 2008 14:53:59   #6  
suresh33.a Member Since: October 2008   Contribution: 2    

RE: Is there any function exist in peoplecode which stops the processing of whole component?
We have the docancle() function it cancle the current component when it Occurs
 
Is this answer useful? Yes | No
April 23, 2009 23:48:00   #7  
vasireddyanil Member Since: February 2009   Contribution: 4    

RE: Is there any function exist in peoplecode which stops the processing of whole component?
exit(1)
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape