please help me!!!
-
i cant run my program, there's an error: Type 'BOOK_Locator.Dataset1' is not declared in codes: Friend WithEvents DataSet11 As BOOK_LOCATOR.DataSet1 i have connected my database in connection wizard properly but why there's an error in it? how can i fix?
-
i cant run my program, there's an error: Type 'BOOK_Locator.Dataset1' is not declared in codes: Friend WithEvents DataSet11 As BOOK_LOCATOR.DataSet1 i have connected my database in connection wizard properly but why there's an error in it? how can i fix?
Don't put a useless subject like "please help me". Almost every thread here is about someone needing help, so it doesn't do anything at all to distinguish the thread from others. Don't repost the same question. Especially not so soon after the previos one.
--- single minded; short sighted; long gone;
-
i cant run my program, there's an error: Type 'BOOK_Locator.Dataset1' is not declared in codes: Friend WithEvents DataSet11 As BOOK_LOCATOR.DataSet1 i have connected my database in connection wizard properly but why there's an error in it? how can i fix?
make sure of the spelling of the Object name.....otherwise try Clean Soloution from the Bulid Menu
-
i cant run my program, there's an error: Type 'BOOK_Locator.Dataset1' is not declared in codes: Friend WithEvents DataSet11 As BOOK_LOCATOR.DataSet1 i have connected my database in connection wizard properly but why there's an error in it? how can i fix?
in codes, there is BOOK_LOCATOR.DataSet1 and you got error like 'BOOK_Locator.Dataset1'.So may be this because of case sensitive..Check for that too...Otherwise, take a fresh dataset and try once.