![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Bug Reports Post about errors or bugs encountered. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Sub App_Start
con.New1 cmd.New1("", con.Value) Form1.Show End Sub Sub Form1_Show Con.Open("Data Source = " & AppPath & "\notexistfilename.sl3") cmd.CommandText = "select * from xxxxx order by yyyyy" cmd.ExecuteTable("table1",0) End Sub I found this by accident.. when you type the not exist file name to open, an error message will show up and ask you to continue or not. If you ask no, it will be in debug mode forever. Stop function is useless. The only way is quit.. But this only happen if the codes are placed under : Sub Form1_Show Is this bug or not? |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Debug library | agraham | Additional Libraries | 10 | 10-15-2008 03:13 PM |
| V6-not-optim, V6-Debug, and V6-optimised give not the same nested FOR-NEXT execution | dan kabestan | Questions & Help Needed | 1 | 01-04-2008 07:17 PM |
| debug and watches | dennishea | Questions & Help Needed | 1 | 12-27-2007 05:08 PM |
| Debug problem | Gale Johnson | Bug Reports | 4 | 08-14-2007 07:44 PM |
| hung when using search in help file while in debug mode | adukes | Bug Reports | 2 | 07-02-2007 05:37 PM |