Also ... I can convert the above sample code to an SBH file (if your interested) and include the whole Cursor logic in a subroutine so that you will have minimal changes to make to your existing programs (ie: just "Include" the SBH file and then reference the subroutine to set the...
Hi Guys,
Ok, I think I know where you guys are headed. We needed to hold the cursor state in a static variable so that we could test and set the appropriate cursor in the function. :)
Declare Function LoadCursor Lib "user32" Alias "LoadCursorA" (ByVal hInstance As Long...
Hi Bob,
Maybe ...create a calculated column containing the row numbers (1-n) for the listframe. Create a second calculated column and set the value to some arbitrary literal (ie: "PAGE1") if the count is less than/equal 25. Group by this item. Set the Page Break option within the...
I think I'm a little confused with what you're looking for Dave.
Does this help ...
'Declarations
'Constants
'---------------------------
Const NORMAL_CURSOR = 32512
Const HOUR_GLASS_CURSOR = 32514
Sub SetMousePointer(lMousePointer As Long)
Dim hCursor As Long
Dim hOriginalCursor As...
Looks like the COGNOSBIINSTMGR60.APPINSTANCE CLSID was not created in the registry.
The installation of the software copies your files to disk you must then perform an Apply in Configuration Manager.
You will beed to make an API call to SetCursor. The following macro will display a pointer/hourglass cursor when executing as an mcx.
Declare Function LoadCursor Lib "user32" _
Alias "LoadCursorA" _
(ByVal hInstance As Long, _...
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.