ekendricks
Posts: 34
|
| Posted: 10/04/2006, 9:54 AM |
|
Using CCS 3.0.4.12 SQL 2005 ASP
In one of my applications (not all of them) , the program is now crashing (closing) when I try to type a period (.) in the event code. If I write the event in say notepad, copy and paste into the application, it works.
I have tried re-installing the application.
ie: Total = CitationLog. (This is where it crashes... The problem is NOT specific to the
sample below, but ANYWHERE in the application I try to insert code)
Dim Total
Total = CitationLog.DataSource.Recordset.RecordCount
If Total = 1 Then
CitationLog.TPR1.Visible = True
Else
CitationLog.TPR1.Visible = False
End if
Thanks
Ernest
|
 |
 |
matheus
Posts: 386
|
| Posted: 10/04/2006, 10:38 AM |
|
Try disable autocomplete.
Tools >> Options >> (First checkbox) Enable autocomplete. Try use disabled.
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
WKempees
|
| Posted: 10/04/2006, 10:41 AM |
|
if not solved, contact support !
Walter
|
|
|
 |
Ernest
|
| Posted: 10/04/2006, 10:50 AM |
|
Thanks.......
That took care of the crashing.....
Ernest
|
|
|
 |
|