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.
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 =...
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...
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...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.