Search results

  1. M

    Which Event

    On one of my form, I have inserted a MS graph. This graph draws a pie chart and the data is base on the result of some queries. The problem is it takes a little time for the form load (mainly because the graph). I don't know use what event to notify that the graph finish loading. Also when I put...
  2. M

    Problem With Nest Query

    I have a nest query as below: SELECT field1 FROM table1 WHERE field1 NOT IN ( SELECT field2 FROM table2 WHERE field3 = TRUE ) This query run fine as long as the second query ( the inner query ) have return at least one record. But there is still a case where the second query does not...
  3. M

    Set a breakpoint does not pause a program

    In my program, I try to set breakpoint at my command button but when I click on the button, it did not pause at the line I set the breakpoint. Then I close my program and open Northwind database and set some other breakpoint, this time it works. Anyone please tell me what wrong with my program.
Back
Top Bottom