Search results

  1. S

    Out of stack space error

    I get this error on one end user's machine. I don't have this error on my machine nor any other machine the application installed on. Is there any way to identify where this error come from ? Thanks
  2. S

    Adding blank empty field to Continuous Form

    Thank you all for the help I guess I have no real choice but having a field on the table, that I don't really need :( All other alternatives will cause more problems, either for me or for the end users. I think this case can be closed, so it will be marked as solved.
  3. S

    Adding blank empty field to Continuous Form

    What do you mean exactly? If it's a calculated field I can't change it's value. Even if I add it to the query as Exp1: field I can't change it's value.
  4. S

    Adding blank empty field to Continuous Form

    I know how to use Calculated fields. It's not. I want to put data into it to calculate another field. I don't need to save the data I put in, just do the calculation and save the result into another field.
  5. S

    Adding blank empty field to Continuous Form

    If it's not a bound box everything you put in it appear on all records. Not what I want.
  6. S

    Adding blank empty field to Continuous Form

    How do I add a blank empty field to all records on Continuous Form. This field will be used to calculate another field, using the AfterUpdate event. As I read here the only solution is to add the field to the table :( Is it really? Thanks
  7. S

    SQL Query help

    After some tests I changed to Transform query. As I have only 3 MaterialTypeID it was easy to test Thank you all for your help
  8. S

    SelLength not working

    this code will case an error on the marked line. If I debug and let the code continue from next line it will select what I need. If I remove the error causing line (Or any other error causing line) it will select the entire text Me.MaterialName.SetFocus...
  9. S

    SelLength not working

    No it's not that
  10. S

    Google cloud assist

    Thanks I want to have an automatic backup routine for the end users
  11. S

    Google cloud assist

    something is definitely wrong with the key I'm using I'll appreciate any help with creating the authorization key Google reference is so unclear for me :(
  12. S

    Google cloud assist

    After giving up with GDrive (Almost) I want try using Google cloud for automatic backups I'm trying this code but I gen an "AccessDenied", "Anonymous Caller does not have storage objects" What is wrong with the keys ? With xmlHTTP .Open "GET", "https://storage.googleapis.com/MyBucket"...
  13. S

    SelLength not working

    I'm trying to select only part of the text (A text I'm searching for)
  14. S

    SelLength not working

    This is the most weird ever :banghead: If i cause an error by not moving the focus to that txtBox and then debug and move the focus there and let the code continue to run it will select what I'm looking for. If I let the code run as it should (move the focus to that txtBox) and then try to...
  15. S

    SelLength not working

    It means it select all text :( it work OK if the Text box is on the main form, but not on a sub form :banghead:
  16. S

    Working with GDrive

    I took it from Google API reference I just can't find any help to use XML with google
  17. S

    Working with GDrive

    Thanks Can't figure out what's not working :(
  18. S

    SelLength not working

    Not working :(
  19. S

    Working with GDrive

    What is nicer and easier ? Can you help me with this ?
  20. S

    Working with GDrive

    Yes, I know can't make it to work :(
Back
Top Bottom