Hi,from http://msdn.microsoft.com/en-us/library/aa217680(office.11).aspx
I have been trying to get this query to work using the Microsoft Access Northwind database:
The first SQL statement works fine but the second one gives an "Object invalid or no longer set." error.
The problem seems to be...
Hello, I am trying to delete all background pages in Visio 2003 using the following code:
Sub DeleteBackGroundPages()
Dim MyPage As Page
For Each MyPage In ActiveDocument.Pages
'Test for a "Background" page here
If MyPage.Background = True Then
'Delete the...
Hi everyone:
I have a single column data-source for a chart that spans more than one 8 by 11 page when printed. The chart appears under the data source. I want to split the data-source into multiple columns so that the data-source and chart fit on a single page.
My question is how to treat the...
Hello: Can anyone tell me the correct way to call the following API function:
Public Declare Function ColorRGBToHLS Lib "shlwapi.dll" (ByVal clrRGB As Long,
pwHue As Long, pwLuminance As Long, pwSaturation As Long) As Long
As a start, what is the "clrRGB" expecting? a hex value maybe? Or does...
Hello
Does anyone know the actual format mask for the General Number constant for a text box control.
For instance, entering 0.00 as the format selection will automatically display the "Fixed" format after you click off the format property.
Regards
Mark
Hello:
Would anyone know of the procedure to send the current record in an Access database to an Acrobat form? I have the procedure in place that summons acrobat and displays the form I need, but cannot get the data over to the form.
Regards
Mark
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.