Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: awhitsel
  • Order by date
  1. awhitsel

    Upgrading Access database to VB6

    I wrote an application using Access 2002/XP, and my supervisor wants to have it upgraded to Visual Basic 6 with a SQL Server 2000 back-end. Is there a program or utility available that can automatically do this, or will I be stuck in re-writing the entire program from scratch. Please advise...
  2. awhitsel

    Error messages in Lotus Approach on Windows XP machine

    I have a user who is experiencing two errors with an application written in Lotus Approach version 9.8. The application is currently housed on Windows XP machine. The errors are: (1) Can not find the memo and picture plus file for C:\Lotus\Work\Approach\Cymaster.dbf (2) Warning...
  3. awhitsel

    Problem creating MDE file

    I opened up the database in Access 2002 and tried compiling the code, but the "Make MDE File" option is still disabled.
  4. awhitsel

    Problem creating MDE file

    I am working with another person on creating an MDE file out of a Access 2000 database. The program was written in Access 2002 using a default Access 2000 format. Whenever my co-worker tries to compile the database as an MDE file, the option is disabled. When the database is opened in Access...
  5. awhitsel

    Unable to edit SQL Server tables in Access database

    I have an Access database which I recently upsized to SQL Server using the Upsizing Wizard. When I link to these tables in another Access database, the tables open up OK, but the data is read-only. I can look at the tables in SQL Server, and they are read-write there. Is there a way to move...
  6. awhitsel

    Changing signature and by-line on letter automatically (CR 8.5 file)

    We have a large number of CR 8.5 files that involve a picture of someone's signature and their by-line being placed in them. We have recently had several cases of employee turnover in our organization and some of those people have had signatures on those letters. Is there any way to actively...
  7. awhitsel

    Stored procedure as a data source

    Can a SQL stored procedure be used as a data source for a Crystal Reports 8.5/9 file, and if so, how do you establish the connection between the report and the procedure? Please advise. Thank you.
  8. awhitsel

    Using Crystal Reports dsr file without using ODBC

    So, does that mean if we want to access the SQL Server database without using a DSN, we would need to connect to an ODBC connection?? How do we connect to the SQL Server without using a DSN?
  9. awhitsel

    Using Crystal Reports dsr file without using ODBC

    I have an application written in VB5 that contains two CR9 report files imbedded as designer (.dsr) files. We have discovered that these CR9 files are linked to the SQL Server database using an ODCB connection. Is there any way to link the database to these two reports without using an ODBC...
  10. awhitsel

    Changing data source dynamically in runtime

    I have an application written in VB 5 using Crystal Reports 9 for a couple of reports. In the code I am using the Report.Database.LogOnServer to set the DSN and database that the CR9 report is looking off of. We would like to be able to change the DSN and database between a production and test...
  11. awhitsel

    Setting new value in text box

    Yes, any oddball characters that appear need to replaced with either a letter or a number. I tried doing an update query on my end for replacing the characters, but it went nowhere. Please advise. Thanks.
  12. awhitsel

    Setting new value in text box

    The carat was randomly placed in the text box as a result of an encryption module that was run earlier in the program. The conditions are that the resulting encrypted character must either be a letter or a number - no oddball characters. I am writing a correction module to handle this problem...
  13. awhitsel

    Setting new value in text box

    I want to be able to change a value in a text box, but I am getting a run-time error 2448 (You can't assign a value to this object.) Here is the code that I am currently using (the current value of the text box is a carat (^), and I want to change it to a letter A): Select Case PER1ID_11Value...
  14. awhitsel

    Error while accessing database tables

    Another update: My co-worker is getting the out of range error again.
  15. awhitsel

    Error while accessing database tables

    An update on this situation: One of my co-workers got this same error. She is now able to access the tables, however, I am still receiving the error. I also receive the error when accessing the Permissions tab for the database properties. After that, I receive an error stating that it could...
  16. awhitsel

    Error while accessing database tables

    I am receiving an error while attempting to access the tables portion of one of my databases. Error text follows: Title Bar: SQL Server Enterprise Manager Error: [red circle with white "X"] Error 0: Numeric value out of range (with an OK button) Does anyone know how to resolve this? Software...
  17. awhitsel

    Searching for specific text file

    I'm using Access 2002. Will this work for what I'm using now?
  18. awhitsel

    Searching for specific text file

    I am currently writing an application for importing text files into an Access database using import specifications. I wait to be able to do the following: 1. Allow the user to enter the name of the text file, with the full file location, folders and all. 2. Split the file into two parts since...
  19. awhitsel

    File Sharing

    Your best bet is to split the database in half, place the half with the data at a central location, and place the half containing the forms that users will be working off of on each user machine, and link the tables on the user's machine to the tables at the central location. The maximum amount...
  20. awhitsel

    Selecting a printer other than default

    Will this method work if I am not using the CRViewer control to look at the document before I print it. I just want to be able to print it out with no whistles and bells -- just click the print button, select and accept the printer selection, and the report gets printed out. Please advise...

Part and Inventory Search

Back
Top