Search results

  1. S

    Out of stack space error :(

    I mostly suspect the problem is something with Office 365 as I have very similar error with 2 different apps for 2 users. What I mostly don't understand is why an App that worked perfectly for long time stopped working few days ago :(
  2. S

    Out of stack space error :(

    I don't know what difference between these two machines The working one is Office 16, the not working one is Office 365 Is it possible it looks for Different files in the Reference ?
  3. S

    Out of stack space error :(

    The working one is Office 16, the not working one is Office 365 Is it possible it looks for Different files in the Reference ?
  4. S

    Out of stack space error :(

    This does not reply to the question why it works perfectly on one machine and not on another one, and why it stoped working now after long time it worked with no issues
  5. S

    Out of stack space error :(

    I get this error for 2 different end users :( Both are using Office 365 2 different Apps One of them is an old user who had no problem till yesterday :( He's using Office 365 16.0.1.2527.21230 Is it something wrong with Office 365 ? Missing file ?
  6. S

    form based of recuresive query

    not sure why, as I calculate it for a specific Product (ProductID) in any case I have no other option as I must do some calcs based on all data I don't want to calc Q1 for all records but my main question is how should my query looks like O r should I make Q1 outside the record source ? Thanks
  7. S

    form based of recuresive query

    this is the first part (Q1) CalcQtyML...
  8. S

    form based of recuresive query

    I have a form that is based on a query The first query will calculate amount of material in product (AmountOfProduct * PercentOfMaterial) The second will take the first one and calculate the price and weight. (Query1 * MaterialPrice, Query1 * MaterialWeight) How can I do that ?
  9. S

    Connecting to MySQL table

    Please talk to me in a language I can I understand :LOL: What ODBC driver? How do I link to the MySQL db ?
  10. S

    Connecting to MySQL table

    How do I connect to MySQL table ? Never worked with MySQL Is it possible to temporary connect to the table or do I need to create a permanent connection?
  11. S

    Access Menu and ToolBar (Custom) disappear when opening Excel or Outlook

    One of my users have a big issue with this whenever he open Excel or Outlook the App Menu and ToolBar (Custom) disappear :( Any idea ?
  12. S

    CreateObject("MSXML2.ServerXMLHTTP") not working

    How do I update my Crypto API ?
  13. S

    CreateObject("MSXML2.ServerXMLHTTP") not working

    I get the same error, on .Send :(
  14. S

    Cut a part of long text

    Mid() was what I'm looking for :) Thanks
  15. S

    Cut a part of long text

    I'll clarify
  16. S

    CreateObject("MSXML2.ServerXMLHTTP") not working

    Though at the end process I will need to download files, reading the content will be great :) It's a simple one short line content with a version number
  17. S

    Cut a part of long text

    How can I copy a part of long text ? I know the start and end points I want to copy it into another place *** Edit *** The text I'm looking for is part of field data, not on form What I'm looking at the end is for any "FontStyle" other then Bold, Underline or Italic. They all should be...
  18. S

    CreateObject("MSXML2.ServerXMLHTTP") not working

    RunTime error -2147012739 Error support the secured channel (Translated from Hebrew)
  19. S

    CreateObject("MSXML2.ServerXMLHTTP") not working

    I'm using CreateObject("MSXML2.ServerXMLHTTP") for long time to automatically download files from my server recently I can't download getting an error with secured channel I get the error on .Send it does not netter if I send the file to get as HTTP or HTTPS the files are public so no need...
  20. S

    Export to PDF will result with blank sub reports :(

    Even if it won't fix the problem the user will see the PDF just a sec before he send it. Hopefully he won't send bad PDFs
Back
Top Bottom