› פורומים › אפיון ופיתוח פריוריטי › שימוש בטריגרים
- This topic has 5 תגובות, 2 משתתפים, and was last updated לפני 13 שנים, 11 חודשים by PriorityDev.
- Post
- Replies
-
- נובמבר 21, 2010 בשעה 2:32 pm
שלום, VILLEOלהלן הסבר מ-SDK על כל הטריגרים.
PRE-FIELD
Performs operations as the user enters the form column.
CHECK-FIELD
Performs verification checks on a value specified for a form column.
POST-FIELD
Performs operations once form column check is successful.
PRE-LINE
Performs operations/checks as the user enters the line.
PRE-INSERT
Performs verification checks before a record is inserted into the database.
POST-INSERT
Performs operations once a record is successfully inserted.
PRE-UPDATE
Performs verification checks before a record is updated in the database.
POST-UPDATE
Performs operations once a record is successfully updated.
PRE-DELETE
Performs verification checks before a record is deleted from the database.
POST-DELETE
Performs operations once a record is successfully deleted.
PRE-FORM
Performs operations before a form is opened.
POST-FORM
Performs operations when a form is exited, provided there were insertions, updates or deletes in the form.
CHOOSE-FIELD
Creates a list of values from which the user can choose when filling in a specific field (for short lists).
SEARCH-FIELD
Creates a list through which the user can search for the needed value of a given field (for long lists).- נובמבר 21, 2010 בשעה 2:39 pm
כלומר, POST-INSERT ו-POST-UPDATE מופעלים ביציאה משורת מסך (כמובן שגם ביציאה מהמסך אם עדיין נמצאים בשורה, אבל לא בתזוזה משדה לשדה).ואילו POST-FORM מופעל ביציאה מהמסך.
אם אני מבין אותך נכון, מק"ט ברמת שורה יש לבדוק ברמת שורה (או בטריגרים של שדה – POST-FIELD, אבל אז צריך לדאוג לכל שדה בנפרד) .
- נובמבר 21, 2010 בשעה 4:14 pm
- נובמבר 21, 2010 בשעה 7:31 pm
לגבי מקרה ספציפי שלי אשר בשאלתי אז
1 אני בודק נתונים לא בטבלת יסוד (PART) אלה בטבלת PATTERNS
2 מסך מוצרים PART הוא מסך של שורה אחתבגלל זה אינני רואה הבדל משמעותי בין טריגרים
POST-FORM וPOST-INSERT
חשוב שהודעת הזהרה תקפוץ אם יוצאים ממסך "מוצרים" ללא לקשר מוצר לתבנית לפק"עVILLEO
- נובמבר 22, 2010 בשעה 11:08 am
כפי שכבר אמר לך godmode, בטריגרים של POST אתה נמצא לאחר העדכון. ראה את הסבר שלו.
- יש להתחבר למערכת על מנת להגיב.