thanks for your reply.
Can you please explain with an example what would be OLAP and why a compnay would need OLAP ? As we got transactional database...
HI All,
We are in the process of implementing a new Reporting (business intelligence system). It could be anything from BO, Proclarity, cognos etc. Our operational systems is currently sitting in Sql Server. and the database will remain SQL server even in the new reporting tool.
We are not...
HI All,
We are in the process of implementing a new Reporting (business intelligence system). It could be anything from BO, Proclarity, cognos etc. Our operational systems is currently sitting in Sql Server. and the database will remain SQL server even in the new reporting tool.
We are not...
The error was on this line
Me.SubFormA_SearchForm.RecordSource = rsData
I solved it, the problem was i setting recordsource to recordset....
the solution was
me.subformA_SearchForm.recordset=rsData
thanks for your time...
hi all,
i got a main Form , which got a couple of dropdowns combos. then i got a command button. and a subform with a datasheet view.
when i make selection in the combos , and click the button , i want to execute a stored procedure, and show the returned data in the datasheet (subform).
my...
hi sorry for delay in reply.
no i dont have any events on the reportcombo. its behaviour changes after i load data into it by selection from the other combos.
this is the code for foldercombo and subfoldercombo where i populate the reportcombo..
Private Sub FolderCombo_AfterUpdate()
On Error...
ok let me explain in a bit detail whats going on ....
the ReportCombo settings are
ColumnCount=2
Columnbound=1
Columnwidth=0cm;6cm
when i click on it, its displays the following data... (please remmember the numbering is just for you, its not used in the combo)
number Code...
hi there,
I got a unbound form, which got 4 unbound combos.
1. ApplicationCombo
2. FolderCombo
3. SubFolderCombo
4. ReportCOmbo
ApplicationCombo is filled in the beforeupdate event.
FolderCmbo is filled with data on the afteraupdate event of Application Combo.
The AfterUpdate event of folder...
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.