assaf

Forum Replies Created

מוצגות 15 תגובות – 31 עד 45 (מתוך 70 סה״כ)
  • Replies
  • assaf
    משתתף
    למה לעבוד עם אופיס 64 ביט?

    גם מיקרוסופט לא ממליצה על זה בחום:
    https://support.office.com/en-us/article/Choose-the-64-bit-or-32-bit-version-of-Office-2016-2dee7807

    assaf
    משתתף
    לא, אתה צריך פריוריטי בגלל הפיתוח הנוסף.
    assaf
    משתתף
    כפי שרשמתי – אתה צריך לרכוש מ-fbc תוסף
    מצ״ב קישור לסרטון הדגמה

    assaf
    משתתף
    לחברת fbc יש פיתוח שיודע לעבוד עם המדפסת של dymo
    לא יקר במיוחד ועובד מצוין.
    • in reply to: STRCAT
    assaf
    משתתף
    יש למישהו רעיון איך לפתור את זה?
    assaf
    משתתף
    הסתדרתי!

    תודה רבה על העזרה!! :laugh:

    assaf
    משתתף
    הפעלת CHECK-FIELD לשדה

    CHECK-FIELD
    CHECK-FIELD triggers perform verification checks on the value specified for a column. Note that the value must have been inserted or updated by the user. The check will not be performed if the user simply moves the cursor through this column, without making any changes in it (even if the value was filled in by a trigger after record retrieval).
    CHECK-FIELD triggers should be used when you wish to restrict the values that may be specified (in addition to the validation checks built into the system). The error/warning message is specified in the sub-level form (Error and Warning Messages). It should be assigned a number greater than 500.

    Example 1: The CHECK-FIELD trigger for the TYPE column of the PART form is: ERRMSG 4 WHERE :$.TYPE NOT IN ('O','R','P');
    This trigger restricts the part type to O,R, or P. If any other value is specified, the user will not be able to exit the column, and an error message will be generated: “Specify P (part), R (raw material) or O (other).”
    Example 2: The CHECK-FIELD trigger for the TQUANT column of the ORDERITEMS form warns the user if the quantity specified in the current column of the current form is less than zero (“The designated quantity is a negative number!”):
    WRNMSG 105 WHERE :$.@ < 0;

    assaf
    משתתף
    המודול בתשלום נוסף.
    לקבלת מחיר תוכל לפנות לאשבל או לבית התוכנה איתו אתם עובדים.
    • in reply to: STRCAT
    assaf
    משתתף
    כן, חשבתי על זה כבר.
    אני בודק את הכיוון..
    תודה
    • in reply to: REFRESH
    assaf
    משתתף
    סביר להניח שפה מקור הבעיה:

    PRE-FORM
    Performs operations before a form is opened

    • in reply to: TTS
    assaf
    משתתף
    אפשר גם להריץ ללא batch אבל בשביל זה צריך תוכנה כמובן
    לדוגומא:
    https://github.com/muquit/mailsend
    • in reply to: TTS
    assaf
    משתתף
    תפתח את services.msc, תאתר את Tabula Task Schedulerd -> Properties
    בלשונית Recovery אתה יכול להגדיר כמה פעולות במידה והוא נופל.
    אפשר לצורך העניין להכין קובץ batch שישלח התראה במייל.
    בהצלחה
    • in reply to: STRCAT
    assaf
    משתתף
    מישהו?
    • in reply to: REFRESH
    assaf
    משתתף
    מתוך ה-sdk:

    Form Refresh
    Generally, the data retrieved in any given form are relatively static. That is, changes are usually made by one user at a time. Sometimes, however, the data displayed in a form are highly dynamic — updated periodically by the system. In the former case, it is enough to retrieve records once; in the latter, a periodic refresh of the form is in order.
    If you want a form to be refreshed periodically by the system, you need to fill in the Refresh Form form, a sub-level of the Form Generator form. Indicate the number of seconds that should pass without user input between one form refresh and the next. Also indicate whether all existing records should be retrieved during the refresh (this is important if new records have been added since the last update) or only those that were retrieved previously. The form refresh works per node on the form tree. That is, it only affects the specific form for which it is designated; it does not affect any sub-levels. As the automatic refresh involves access to the server, it should be used sparingly and with caution. When it is employed, the TIMEOUT constant is disabled.
    Additional ways of forcing a form refresh are:
    Include the REFRESH command in a form trigger.
    To refresh all retrieved records following a Direct Activation, include
    :ACTIVATEREFRESH = 1 in the PRE-FORM trigger of the form in question.
    assaf
    משתתף
    אתה יכול להגדיר את זה באמצעות bpm:
    כספים > רכש (כספים) > תשלומים > העברות בנקאיות > ניהול תהליך להעברות בנקאיות

    לדוגמא, חוק לסטטוס סופית:
    כאשר התעודה עוברת לסטטוס זה
    שלח דואר אל שדה במסך -> איש קשר (או) מס. לקוח
    צרף מסמך ״הדפסת העברה בנקאית (מכתב לספק)״

    תצטרך לבדוק כמובן את ההגדרות של הספק / איש הקשר ולוודא שיש כתובת מייל מעודכנת + דגלים מסומן לאיש הקשר הרלוונטי.

מוצגות 15 תגובות – 31 עד 45 (מתוך 70 סה״כ)