Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Please Help me............. Pin
ThatsAlok29-Nov-05 1:59
ThatsAlok29-Nov-05 1:59 
QuestionReceiving events from an iframe in a CDHtmlDialog Pin
Florian Schaper27-Nov-05 19:17
Florian Schaper27-Nov-05 19:17 
Questionprint an MS-Access table Pin
Ankush Mehta27-Nov-05 19:13
Ankush Mehta27-Nov-05 19:13 
AnswerRe: print an MS-Access table Pin
vikas amin27-Nov-05 23:27
vikas amin27-Nov-05 23:27 
AnswerRe: print an MS-Access table Pin
Ankush Mehta27-Nov-05 23:38
Ankush Mehta27-Nov-05 23:38 
AnswerRe: print an MS-Access table Pin
S Douglas28-Nov-05 19:36
professionalS Douglas28-Nov-05 19:36 
AnswerRe: print an MS-Access table Pin
Ankush Mehta28-Nov-05 21:34
Ankush Mehta28-Nov-05 21:34 
GeneralRe: print an MS-Access table Pin
S Douglas28-Nov-05 21:59
professionalS Douglas28-Nov-05 21:59 
Ankush Mehta wrote:
First argument must be zero(print all).


Yup that’s why I mentioned it; your first argument is 1 which is print selection, in other words the currently selected record. Change that argument to a 0.


Ankush Mehta wrote:
per VBA documentation second & third arguments(from page, to page) should be omitted


Im no where near a complier to test this but if 1 is causing an error try -1.


Ankush Mehta wrote:
Can u possibly suggest me how to have the number of tables and their names in ms access database.


You can query Acces for tables i.e.
SELECT MSysObjects.Name FROM MSysObjects WHERE (((MSysObjects.Name) Like "Table Name"
or simply
SELECT MSysObjects.Name FROM MSysObjects

Hows that?



ZeePain! wrote:
This seems like one of those programs that started small, grew incrementally, building internal pressure, and finally barfed all over its source code sneakers. Or something.

thedailywtf.com[^]
GeneralRe: print an MS-Access table Pin
Ankush Mehta28-Nov-05 22:51
Ankush Mehta28-Nov-05 22:51 
GeneralRe: print an MS-Access table Pin
S Douglas28-Nov-05 23:45
professionalS Douglas28-Nov-05 23:45 
QuestionProblem in getting TooTip from ToolBar Pin
rajan.msmy27-Nov-05 18:49
rajan.msmy27-Nov-05 18:49 
QuestionGetProcAddress Problems :( Pin
Bobamagoo27-Nov-05 18:01
Bobamagoo27-Nov-05 18:01 
AnswerRe: GetProcAddress Problems :( Pin
sunit527-Nov-05 18:55
sunit527-Nov-05 18:55 
GeneralRe: GetProcAddress Problems :( Pin
Bobamagoo27-Nov-05 19:28
Bobamagoo27-Nov-05 19:28 
AnswerRe: GetProcAddress Problems :( Pin
Gavin Taylor27-Nov-05 19:05
professionalGavin Taylor27-Nov-05 19:05 
GeneralRe: GetProcAddress Problems :( Pin
Bobamagoo27-Nov-05 19:25
Bobamagoo27-Nov-05 19:25 
GeneralRe: GetProcAddress Problems :( Pin
Gavin Taylor27-Nov-05 20:26
professionalGavin Taylor27-Nov-05 20:26 
QuestionLog off Window Pin
trunghd27-Nov-05 16:55
trunghd27-Nov-05 16:55 
AnswerRe: Log off Window Pin
Cool Ju27-Nov-05 17:14
Cool Ju27-Nov-05 17:14 
GeneralRe: Log off Window Pin
trunghd28-Nov-05 17:01
trunghd28-Nov-05 17:01 
QuestionISO DVD / CD Burning Libraries Pin
raddog27-Nov-05 16:36
raddog27-Nov-05 16:36 
AnswerRe: ISO DVD / CD Burning Libraries Pin
Saksida Bojan27-Nov-05 19:10
Saksida Bojan27-Nov-05 19:10 
QuestionHow to avoid word wrap in MFC Pin
lkeller27-Nov-05 15:32
lkeller27-Nov-05 15:32 
AnswerRe: How to avoid word wrap in MFC Pin
raddog27-Nov-05 16:51
raddog27-Nov-05 16:51 
Questioncompiling error when use type_info::operator== Pin
followait27-Nov-05 14:57
followait27-Nov-05 14:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.