Scott
|
| Posted: 06/09/2002, 9:12 AM |
|
Pages 56 - 65 show how to customize the Assigned By to display the name rather than the ID. I have followed the instructions and rechecked my code several times, but nothing displays in the Assigned by field.
Are the instructions correct in the tutorial? Is there a final version of the tutorial available that I can use to compare to my version? Thanks.
Scott
|
|
|
 |
Jim R
|
| Posted: 06/09/2002, 4:10 PM |
|
And I thought it was me. I followed it to a tee. I tried and retried but just couldn't get it. Here's the error messages I'm getting.
Source: CCDLookUp function
Command Text: SELECT emp_name FROM employees WHERE emp_id='4'
Error description: Data type mismatch in criteria expression. (Microsoft JET Database Engine)
I did change the data type to text like the tutorial recommended.
While I'm on the subject..I also tried, as the tutorial suggested, to change the font on the grid. That didn't work for me either.
Any help or suggestions?
|
|
|
 |
Chuck Parish
|
| Posted: 06/10/2002, 7:42 AM |
|
Hi Scott,
I have found numerous erros in the tutorial and some exclusions. To fix your problem, try changing the "Text" setting to "HTML" in the user_id_assign_to field properties.
The code that is created by the tutorial is changed to "html" instead of text so you have to tell the CCS to interpret it as HTML tags.
Let me know if it helps.
Chuck
|
|
|
 |
|