|
MVPS.Org Read/Set Internet Explorer URL from code (api0051) doesn't work. Just glancing at your code, your check for validity of hWnd is incorrect. For NT or higher you follow this logic: If hWndChild <> 0 Then NT or higher you can get a negative value for the hWnd as it is now a full 32 bit value. -- HTH Stephen Lebans http://www.lebans.com Access Code, Tips and Tricks Pl... 29 Jun 2008 18:18
Is there a way to open a report in preview or report mode and have it be invisible? evenlater <evancater(a)gmail.com> wrote: I wasn't trying to change the data source or anything else in the report at all when I opened it in design view. All I want to do is to ascertain the recordsource of the query so I can give my users a list of the fields in the report from which they can choose a sort ord... 27 Jun 2008 22:25
The Pretty Crappy Developer is Baaaackkkk!!! "Mark" <notmy(a)email.com> rlaird(a)penn.com. Steve What's worse is that he's showing his multiple personalities. -- Bob Quintal PA is y I've altered my email address. ** Posted from http://www.teranews.com ** ... 28 Jun 2008 06:34
Is solicitating condoned in CDMA? "Mark" <notmy(a)email.com> wrote in message news:G_mdnfQjW6EvHPjVnZ2dnUVZ_uGdnZ2d(a)earthlink.com... I provide users a resource for help with Access, Excel and Word applications. My fees ar very reasonable. If you ever need help beyond what a newsgroup can provide, please contact me at rlaird(a)penn.com. ... 28 Jun 2008 00:27
MVPS.Org Read/Set Internet Explorer URL from code (api0051) doesn'twork. Has IE gotten so complex you can't get the URL from IE? The code at http://www.mvps.org/access/api/api0051.htm used to work. Now it returns nothing. Is this due to having the IE/Yahoo/Google/WhateverElse toolbars? I've determined where it fails...at least for me....on the third If() statement in function Re... 29 Jun 2008 23:25
Comparing strings in a query Hello Everyone, I have a very elementary problem that I just can't seem to get passed. I am writing a very simple select query, but it is not running properly. SELECT qryUnionAging.Invoice_Number, qryUnionAging.Invoice_Current_Balance, qryUnionBindInvoiceAndInventory.owner_id FROM qryUnionBindInvoiceAndInvent... 28 Jun 2008 00:27
Checkboxes affecting other controls I have a main form containing 2 checkboxes, ChckIBCCP and ChckOtherReferral The respective checkboxes when checked cause the SpecialEffect Property to make ALL the textboxes to appear Shadowed. The specific Textboxes and specific Combo Boxes required to appear Shadowed are ALMOST the same in number regardless... 27 Jun 2008 15:14
Access 2003 Repairs but doesn't Compact Good Afternoon, I have an A2K backend database which suffers fairly frequent corruption (yes, I do make frequent backups). If I open it in Access 2000 and compact and repair it the file is repaired and looses a good bit of bulk. However, If I do the same thing in Access 2003 the repair takes place but the file si... 28 Jun 2008 16:47
Custom Autonumber Incrementation Question I have a table that has a PK field with the following format: Dyymm123. So that, a typical number might look like this D0806270. The first character is literal and never changes. The next four digits are derived by the year and month. The final three digits are the sequential numbers given to units throughout the... 30 Jun 2008 10:39
MsAccess to SqlServer: sp_setapprole problem I am working on an app with an Access2002 frontend and Sql2005 backend. I have to use integrated security. I want to prevent my users from altering data in another way than via the frontend. It looks to me that the mechanism to do it is the Sqlserver sp_setapprole procedure. Works fine when programming directly to ... 2 Jul 2008 20:08 |