Is there any function exist in peoplecode which stops the processing of whole component?

Showing Answers 1 - 13 of 13 Answers

Sakthivel Rajendran

  • Mar 22nd, 2006
 

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.

  Was this answer useful?  Yes

Aparna

  • Apr 17th, 2006
 

i think its "cancel" method of CI, that can be used to completely stop the processing of Component.

  Was this answer useful?  Yes

pradeep

  • Apr 21st, 2006
 

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

 ill get back soon with the ans.

 pradeep

  Was this answer useful?  Yes

Priya Kasinat

  • Jul 17th, 2006
 

Thinktime functions will stop further processing of the peoplecode.

  Was this answer useful?  Yes

Mamta Priya

  • Mar 9th, 2007
 

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

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions