If your DB is oracle, you could define connection mappings for each user and tie it together with backend filtering through the FGA Fine Grain Access of Oracle....Hope this helps..
Has anyone ever seen this error before and can maybe provide a little help with it:
Fact does not exist at a level that can support the requested analysis error # -2147212800
this occurs when attempting to execute a report (after the prompts). We are currently in process , adding a few...
Have you recently (or in general) installed office xp your system? If so the problems is that the calendar control that ships with oXP breaks compatibility with the old one.
Hope that helps
I believe CClint is right about the Client side cursor. gotta have it to traverse the recordset and get properties like recordcount, absolutepage, etc...
Here is what you need to do if it is a usercontrol project:
if running both projects in a group:
remove all forms that reference the components in the application project (not the component project)
set the Components 'compatibility' setting to project (or binary but project is the most...
nLim (and anyone else),
Could you elaborate on your previous post. I am attempting to do something similiar (refer to thread395-701684 for details) and need to limit certain clients from drilling at certain levels (most often the lowest level). I have attempted to put a security filter in place...
Here is another way if you are using the webbrowser control (a bit of a hack).
Dim mObj As Object
Set mObj = WebBrowser1.Document.getElementsByTagName("HTML")
MsgBox "<HTML>" & mObj(0).innerHTML & "</HTML>" 'will not return the tags themselves (HTML) but the nested...
This is useful, and not just in the context displayed here. consider the tasks at hand when trying to create a docking/undocking control for forms(hell, even for other controls). Unfortunately, some peoples perception is only based on what they can 'see' and not on what they can envision.
Hey all,
Newbie here, so anything I type below may or may not make any sense to any other than me! lol. When i say not working, i mean 'working' the way I anticipate it to work based on the Technotes and other information i have been able to gleen from their (MSTR) website. A little background...
Actually,
I figured this one out too. when i would search (in the kb logged in), it would not find this document by just entering the tn number. but if i entered #filename tn5700* in the search box it came right up! Thanks to all who have commented and helped out. i appreciate it. this is a...
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.