PriorityDev

Forum Replies Created

מוצגות 15 תגובות – 211 עד 225 (מתוך 419 סה״כ)
  • Replies
  • PriorityDev
    משתתף
    IL
    בס"ד

    ניסיתי להכניס את הקוד לפרוצדורה, אותו דבר.
    כנראה שבפריוריטי ווינדוס זה כבר לא נתמך.

    PriorityDev
    משתתף
    IL
    כזה גם לא עובד:

    :PATH = 'C:\COUNTRIES.TXT';
    :STRSQL = STRCAT('SELECT * FROM COUNTRIES TABS ', :PATH, ';');
    RUN :STRSQL;

    PriorityDev
    משתתף
    IL
    בס"ד

    אגב, אשמח לקבל את ה-Programmer's Guide העתיק (:

    PriorityDev
    משתתף
    IL
    בס"ד

    ניסיתי להריץ ככה:

    :STRSQL = 'SELECT * FROM COUNTRIES FORMAT;';
    RUN :STRSQL;

    ניסיתי להוריד FORMAT;

    לא עובד.

    PriorityDev
    משתתף
    IL
    בס"ד

    ראיתי רק SQLRUN. יש לך דוגמת סינטקס של RUN כדי לנסות להריץ?

    PriorityDev
    משתתף
    IL
    בס"ד

    שלום, ר'ב יצחק.

    כרגיל, למדתי ממך משהו חדש.
    תודה.

    טוב ששוב אתה פעיל בפורום.

    PriorityDev
    משתתף
    IL
    בס"ד

    אצלנו בארגון הטמיעו AGILE.
    למידעטק יש היום מודול התממשקות עם AGILE.

    PriorityDev
    משתתף
    IL
    בס"ד

    שלום,
    שמות של כל הטבלאות נמצאים בטבלת CATALOG.
    אך, למיטב ידיעתי, לא ניתן לשרשר שם טבלה בשאילתת פריוריטי.

    אפשר לפתור את הבעיה בכלים של SQL SERVER.
    משהו מעין זה:
    http://stackoverflow.com/questions/20678725/how-to-set-table-name-in-dynamic-sql-query

    PriorityDev
    משתתף
    IL
    ההודעה בוטלה.
    PriorityDev
    משתתף
    IL
    בס"ד

    בכל יום יש 1440 דקות.
    אתה לא יודע לספור ב-Visual Studio כמה ימים עברו מתאריך עד תאריך?

    בד"כ יש פונקציות DATE מוכנות שמקבלות INT של מספר ימים/דקות מתאריך 1900 למשל והופכות אותו ל-DATE.
    לידיעתך, מתחילת 1900 עד תחילת 1988 עברו 32143 ימים.

    PriorityDev
    משתתף
    IL
    בס"ד

    שלום מיכאל,
    המספר שקיבלתה הוא מספר דקות שעברו מ-01/01/88 00:00.

    PriorityDev
    משתתף
    IL
    שלום אורן,

    האם אפשר לדבר איתך בטלפון?

    תודה,
    בברכה,
    מיכאל.

    PriorityDev
    משתתף
    IL
    מה שאתה רוצה לעשות הוא בלתי אפשרי לוגית.
    יש מסך הנקרא "מוצרים של לקוחות", שם תוכל לבצע את השאילתה הנדרשת.
    PriorityDev
    משתתף
    IL
    להחלן מה שכתוב ב-SDK:

    In certain cases, the message you want to send will be longer than a single line (i.e., message text continues into the Error/Warning Message (cont.) sub-level form). In such cases, the message text will be broken up into multiple lines.
    In order to control the appearance of line breaks within a message, include the following string in the message:

    Priority will treat any text that follows this string as HTML code. This enables you to include HTML tags such as line breaks in your message, affording you a greater degree of control over the appearance of text in the message.
    Example:
    The following e-mail is sent using the command: MAILMSG 605 TO USER :USER; Where warning message 605 contains the following: Service Call request number: was updated by Customer. and the Error/Warning Message (cont.) sub-level form contains the following:
    The resulting message is sent without using HTML tags: Service Call request number: ILSC123456 was updated by Customer. Customer: CRR Holding Company Date&Time: 18/10/08 14:28
    The second e-mail is sent using the identical command: MAILMSG 605 TO USER :USER; Where warning message 605 contains the string: And the Error/Warning Message (cont.) sub-level form contains the following: Service Call request number: was updated by Customer.

    After line breaks are inserted using HTML tags, the same message appears as follows: Service Call request number: ILSC123456 was updated by Customer. Customer: CRR Holding Company Date&Time: 18/10/08 14:28

    PriorityDev
    משתתף
    IL
    זאת שאלה יותר לפורום שימוש בפריוריטי.
    אבל מה שאתה צריך נמצא ב-
    מנהל המערכת > תחזוקת מערכת > משתמשי מערכת > קביעת מדיניות סיסמאות
מוצגות 15 תגובות – 211 עד 225 (מתוך 419 סה״כ)