קודים לתקשור עם מערכת טלפונית דרך אקסס
-
@גבאי
היה לי שגיאת כתיב
תיקנתי כעת -
@amp-Software-0 תודה רבה רבה
אין לי מילים להודות לך
למעשה לא הצלחתי עדיין להתגבר על הבעיה שהוא משמיט את האפסים יש לך רעיון איך לפתור את זה? או שאני יסדר באקסס עצמו שיוסיף 0 -
@גבאי
יכול להיות שזה יעזור לךFunction importListAllInformation() strtoken = "0770000000:1234" Set xhrRequest = CreateObject("Msxml2.ServerXMLHTTP.6.0") sURL = "https://www.call2all.co.il/ym/api/DownloadFile?token=" & strtoken & "&path=ivr/EnterID/ListAllInformation.ini" xhrRequest.Open "GET", sURL, False xhrRequest.Send Set oStream = CreateObject("ADODB.Stream") oStream.Open oStream.Type = 1 oStream.Write xhrRequest.ResponseBody DoEvents filePath = CurrentProject.Path & "\ListAllInformation.txt" If Len(Dir(filePath)) Then Kill filePath oStream.SaveToFile filePath oStream.Close filePath = CurrentProject.Path & "\ListAllInformation.txt" DoCmd.SetWarnings False TableIsExists = Not IsNull(DLookup("Name", "MSysObjects", "type in(1,6) and Name='ListAllInformation'")) If TableIsExists Then DoCmd.RunSQL "DELETE * FROM ListAllInformation" DoCmd.TransferText acImportDelim , "", "ListAllInformation", filePath, True, , 65001, acImportText Kill filePath MsgBox "בוצע בהצלחה", vbInformation, "בוצע" End Function
-
@תן-חיוך-1 תודה רבה על העזרה
זה עושה לי שגיאה (שיניתי את המספר מערכת כמובן)
-
אריה@
משום מה הורדת נתוני האזנה של כל החודש האקסס נתקע ולא זז וכן עשיתי הורדת נתונים עם המודול ymtImportFileFromServer וביקשתי להוריד את קובץ LogPlaybackPlayStop.2023.ymgr מהשלוחה שלו ואחרי קצת נהיה מסך שחור ונתקע -
-
-
אני הורדתי את הקובץ באקסס ועבד לי מצוין, עכשיו כשאני מנסה להריץ אותו בסביבת אקסס 2017, הוא לא מזהה לי את WebStatusCode
האם יש גרסה אחרת שצריך לעדכן או להוריד או להגדיר? -
אני מקבל את השגיאה הבאה בקלאס WEBREESPONSE:
-
מעונין להוריד את קובץ ApprovalAll.ymgr הקובץ גדול האם יש הגדרה באקסס בכדי לזרז אתת מהירות ההורדה
-
-
@עמוד-הימני-פטיש-החזק זה לא עובד לשרת הרגיל