0% found this document useful (0 votes)
10 views1 page

People Code Questions

The document outlines various concepts and differences related to PeopleCode, including system vs user variables, event sequences, and different functions like FieldEdit, RowInsert, and SQLExec. It also covers coding practices for security, handling messages, and working with data buffers. Additionally, it provides queries for retrieving maximum values and controlling duplicates.

Uploaded by

rambadrireddy09
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

People Code Questions

The document outlines various concepts and differences related to PeopleCode, including system vs user variables, event sequences, and different functions like FieldEdit, RowInsert, and SQLExec. It also covers coding practices for security, handling messages, and working with data buffers. Additionally, it provides queries for retrieving maximum values and controlling duplicates.

Uploaded by

rambadrireddy09
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

PEOPLE CODE

1. Difference between System variable and User variable.


2. Differentiate Scopes.
3. How do you comment the people code.
4. Events sequence.
5. Even segregations.
6. Difference between FieldEdit and FieldChange.
7. Difference between FieldEdit and SaveEdit.
8. Difference between RowInsert and RowDelete.
9. Difference between PreBuild and PostBuild.
10. Difference between SavePreChange and SavePostChange.
11. Difference between RowInt and RowSelect.
12. Difference between SearchInt and SearchSave.
13. How do you stop the current and further row (RowSelect).
14. Difference between MessageGet() and MessageGetText().
15. Difference between None() and All().
16. How do you move the values to levels (traversing code).
17. Difference between DoModel() and EndModel().
18. Difference between Transfer() and TransferPage().
19. How do you add the Translate values through online.
20. Difference between DoSave() and DoSaveNow().
21. Difference between SQLExec() and CreateSpl().
22. Difference between ScrollSelect() and ScrollFlash().
23. Why % mode, % page, % component.
24. How do you do security through coding (Why is user in roll).
25. Difference between CreateRecord() and CreateRowSet().
26. Difference between DataBuffer() and ComponentBuffer().
27. Difference between ActiveRowCount() and RowCount().
28. How do you hide scroll and gride.
29. Why SetCourserPosition().
30. Difference between MessageBox() and WinMessage().
31. How do you get/ how do you change the label for grid and scroll.
32. How do you send the mails (SendMail()).
33. How do you attach the documents / Differentiate attachment functions.
34. Select Max query.
35. Second Max query.
36. Second highest salary query.
37. How do you control duplicate values.

You might also like