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 Chriss Miller 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: jjames
  • Content: Threads
  • Order by date
  1. jjames

    Thank you to vladk

    Just wanted to say thanks to vladk for posting the solution to his own question re: thread222-1059341. Had the same issue today and my client wanted a new executable yesterday. Your solution, I'm sure, saved me hours of grief.
  2. jjames

    Function to return a rating

    I need a function that will return a number which is an index into a array of color values. These colors represent a rating, Red = Bad, Yellow = Ok, Green = Good, etc. There are 7 possible values that can be returned. For purposes of illustration... 1 = Red 2 = Lt Red 3 = Redish Green 4 =...
  3. jjames

    Downgrade to 8.5

    Hello, I've written an application in VB 6 that integrates Crystal Developer 9.0. Much to my dismay, I've learned that because of Unicode issues, reports built in 9.0 will not run on most computers with 95/98 and ME. I've tried the solution suggested by BO but could not get it to work. I've...
  4. jjames

    Trouble with DBF file in Crystal Reports

    I am trying to create a report (CR9) based on several dbf files. These files were created and are maintained by a CA Visual Objects application. I've connected to these tables using all types of relevant drivers including DAO/Excel. In each case I get the full list of dbf files to choose from...
  5. jjames

    Error when reading .dbf file in VB6

    I'm trying to import data from several dBase tables. I am able to read all the files successfully except one. I get the following error when trying to read this table.... [Microsoft][ODBC dbase Driver] External table is not in the expected format. This table has an associated .fpt file which...
  6. jjames

    INSERT Query without FROM clause with WHERE clause

    I am having a problem with the following Update query INSERT INTO MyTable (Field1, Field2, Field3) VALUES('Data1', 'Data2','Data3') WHERE 'Data1' NOT IN (SELECT Field1 FROM MyTable) It seems to expect a FROM clause but the data I want to insert does not come from a table, query, etc.
  7. jjames

    Embedded image moved to file: pic16468.pcx

    I've been asked to look at a Crystal report (8.5). The report has a graph. When you double-click on this rpt file Crystal Reports launches and gives the following message: Embedded image moved to file: pic16468.pcx At this point the entire system "locks up" and you have to kill...
  8. jjames

    Append ERROR when Date field is NULL

    I am merging several tables from 2 different Encore/Impact 4.0 databases using MS Access as the go between. Everything works fine when trying to append a record from 1 database to the other unless the source record has a date field value of NULL. I get the error... 'You tried to assign the Null...
  9. jjames

    Is there a way to access word mac

    Is there a way to access word macros through the Word Object Model. Any help is appreciated. Thanks.

Part and Inventory Search

Back
Top