Recent content by amit.mataghare

  1. A

    Out of stack space error

    yup! deep recurssion is always a problem and even I always use long variable instead of integer. But this project was made around 5 years ago and users never had any problem till now since the variable is used to store value of a sequence started from 1 . sequence reached its value 32768...
  2. A

    Distortion in display of reports

    How can the size of font change with change in servers? (Both servers are similar in configuration apparently) Its actually .mde file which is moved on the test server and it is a non-editible file. So, on the new server no one would have made the change.
  3. A

    Distortion in display of reports

    The controls are displayed correctly on development server but not on test server. I cannot make changes directly on test server. I have to get them corrected on development server and then copy the file on test server.
  4. A

    Out of stack space error

    Hi All, I got around the problem. It had nothing to do with system memory but the VB code itself. The VB code after fetching values from database was converting the numeric values to integer whereas the value was 32770 greater tha 32767. The function where this conversion was used was...
  5. A

    Distortion in display of reports

    Hi I am am currently working on a MS Access database which contains reports. The display of reports on the server where I am working is correct. But when the same database when used from different server is able to generate reports with correct data , but with some distortion in the headings...
  6. A

    Out of stack space error

    No, I do not manage the system but by Infrastructure vendor. I do not have access to it. I developed the database and tested on test machine. But the number of users were very few-around 5. The users as told to me are between 50 and 80. The database was built using MS Access 2000 and...
  7. A

    Out of stack space error

    they log to the copy of database present in their folders Amit
  8. A

    Out of stack space error

    yes, there are two servers where actual copy is placed and each user connects through terminal service
  9. A

    Out of stack space error

    Bob, they do have a front end copy with them in their profiles. Also I have been told that they did not get this error all the time but quite often
  10. A

    Out of stack space error

    Hi , I have a Access database being accessed by more than 50 users in production. The software had been working without any glitches for more than 2 years now. The hardware was recently upgraded some 100 days back. But all of a sudden an error has cropped up in the application. The error code is...
Top Bottom