I am new to Brio and am having an issue with creating iServer frames. I have created a home page with a series of reports. Each report contains a high level summary of data. A user can scroll down the page to look at teh various different repotrs. The user can click certain fields with in...
I am using Hyperion Performance Suite 8.3 and I am having a bandwidth issue when my clients connect to iServer. It appears that when I display the iFrames there is still a connection between the client and the server even though the browser says it is done. My network trace shows that I am...
I have a dilemma in which I have 4 different applications each with it's own database. 3 application DB's are .mdb and the last one is a .dat file structure in which I use an ODBC connection to the tables. All the applications were written by different vendors. My issue is that 65% of the...
I have an Axim PDA and I cannot get Activesync 3.7 to install on my Windows 2000 desktop. I select the executable to start the installation. The indows digital signature page appears. I select yes to continue the installation. The ActiveSync copies files to the hard drive. Once the files...
I am not sure what you mean about TopN in respect to cross tab. Every row I insert gives me a total for it. i need to get rid of that. I have written many reports, but not to many subreports or cross tabs.
I am not sure I understand. I have created groupings and formulas in my main report. i now want to grab these values and place them in a summary type format. I need to see the data with out all the details in the footer. How do I pass this to the subreport?
have a report that I run that shows me call history on my departments call flow. The report pulls the data from a stored procedure. I want to build a summary in the footer based on data in my grouping with in the report. The cross tab is not providing me the ability to layout the data in a n...
I have a form in which I input my device inventory. I am trying to have a label print specific data from the form after I submit the inventory into an available status. The labels print, but the data from the form never goes into the report. The text boxes in the report are unbound.
I have...
The below after_udate entry seems to be working, but I can not see any of the models in my second combo box. The select statement in my second combobox is correct. What would cause the box not to display any text?
Me![Model].RowSource = "SELECT model.model FROM model WHERE...
I have an Access 2000 form. I have a combo box that allows me to select a manufacturer. Based on the manufacturer selection I only want to see the models associated with the mfg in a second combo box. I have a manufacturer table that contains mfg, mfg_id. My model table has model, mfg_id. I...
I figured it out by using the following:
DoCmd.OpenForm "hotswapevent", , , "[number] = '" & Me![number] & "'"
My problem was that the form I was passing the parameter to also had a criteria set and I was actually being prompted for the number twice. Thanks for...
I have a form that allows me to insert a Problem # (P0000000). I have this form query a table to see if this record already exists. If the form doesn't exist I would like to have the inputted problem number applied to another form that will then pull data from an external database. How do I...
I have a form that allows me to enter a problem ticket "P0000000" into an unbound text box. I have the form query a table to see if the record exists. if the record exists than I receive a message to enter another Problem. If the record doesn't exist I want to pass the unbound text...
Number is a text String because it is the following Format "P0000000". I have tried entering in a number I know exists and it does not return the error. Should I use the seek method here? I have been struggling witht his and am at a loss here. Do I need to open the table in order...
I am a beginner and have problem with a record look up. I have created a form with an unbound text box. I want to enter a problem number in the box. I am trying to create three outcomes. 1. I receive a message if the box is empty. 2. if I put in a problem number I want to query a table to...
I am not sure if my approach is correct. I am opening a form that has an unbound text box. I want to enter a Problem_number. Once the number is entered I want to select a command button that will: look at my internal database to see if the record exists. if the record exists I want to return...
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.