The SQL seems correct to me. Are you sure both fields are of the same type and length?
Another way to get the same result is:
select fg.contact, fg.LastName from final_aig fg left join aig_errors ae
on fg.contact = ae.contact where ae.contact is NULL
order by
fg.lastname
Hi Pamela,
Just looking at the code you posted, where do you use the API? To get the number of logical drives? But you're not using this number in the code bellow.
Apart from others' ideas I think you're probably moving focus out of the grid and thus lots of other extra events occurring.
Marcia Akins posted a way to validate records in a grid on a different web-site.
Tamar,
Thanks a lot for the link to your paper. I'll study it in details tomorrow, but I have to admit, I didn't know about nested joins. I always use JOIN with ON condition following right away.
Hi Bryan,
To console you a bit I've seen some Debugger problems and even posted a thread on another forum about it. The thread then turned into a complete joke starting with "Now we're in trouble. If there's a bug in Debugger how are we suppouse to debug it with Debugger that has bug in it?" :)...
Usuaally the first error indicates some network failure. Are you writting this file on the Network? What kind of Network do you have - NT or Novell? So I agree with dgrewe here. Make sure the file is not opened with the same name.
In the code that does the assignation simply add code I posted as the last line.
Or you can use SelLength approach as shown by others, but then you would need to pass an object reference to your editbox into the procedure.
I'll try to play with AllowCellSelection property. In this particular form I can not really move editbox out of the grid, though, of course, for editing I have an Editbox on the form. I may try to use only first 250 chars instead and replace editboxes back with textboxes in the grid.
I'm afraid...
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.