nevermind I figured it out..use an xsl:parameter element outside the template
<xsl:param name="infoscreening"><xsl:value-of select="conscreening/infoscreening" /></xsl:param>
<xsl:element name="select">
<xsl:element name="option">
<xsl:attribute name="value">0</xsl:attribute>...
Im trying to compare 2 elements..if they are equal Id like to have the "selected" attribute added to the option tag for the drop down list..the tags are infoscreening and screeningid...heres what I have so far, which doesnt work...
<xsl:element name="select">
<xsl:element...
I have a tag <pregnant>
I want to create a drop down box with 3 options in html
"blank"
Yes
No
Depending on what is in the tag of pregnant Id like to have one of the
3 selected..how can I do this?
thanks
Im trying to update an ODBC linked table with values in a local table in access 97..it doesnt seem to like the from clause..yet if I remove it it asks what tmp_txplan_edit.[client id] is..like it doesnt see it as a table..well heres the statement:
UPDATE TxPlan SET txplan.[Client ID] =...
Ever since I moved the access 97 backend to a SQL Server backend with Access 97 front end..some forms pop up with a The data has been changed...Another user edited this record and saved the changes before you attempted to save your changes. Re-edit the record. Message...when I begin to type in...
I have a form that is based off of a query..The form will initially pull up the record set and allow me to scroll through the record by using navigation buttons..however after a couple seconds all the fields go to #Name? and I get an ODBC error that tells me absolutely nothing...Has anyone...
How do I use a parameter to determine the grouping order?..I want to have it so that theres 2 choices, one selection will group the recordset by payertype, payer, costcenter and the other by payertype, costcenter, payer.
thanks
I have a report that runs off of a stored procedure. One of the stored procedure parameters is a datatype of datetime. The crystal report parameter to link to the stored procedure parameter is by default set to a datetime parameter. Is there any way to change the crystal report so that I can...
I have a report running off of a stored procedure in sql server. One of the parameters is datetime. In the report it wants the parameter to be date time and I just want it to select the date. It wont let me change it to just date, how can I accomplish this?
thanks
Im trying to bring in another table into my report and when I do i get this message:
Query Engine Error: "If the tables are already linked then the join type cannot change."
what is that supposed to mean?
Is there a way to generate the parameter descriptions from the database instead of having to type in each one..for example say i wanted to bind the clientid but show the client name in the drop down..is this possible?
Im able to get the RDC to work in a web browser using asp and it connects to my database and pulls in data based off of pararmeters I pass to the report via asp. However once Im in the active x viewer and click the refresh button(lightning bolt) the report comes back with no data..how do I get...
Ok... I got the report working if i save the data with the report on an asp page. But if i try to refresh the data on the asp page I get..
Error Occurred Reading Records: Logon failed. Details: ADO Error Code: 0x80040e4d Source: Microsoft OLE DB Provider for SQL Server Description: Login...
Ok i copied over the craxdrt.dll and registered it on my webserver..now I get this message:
Error Occurred creating Report Object: Invalid TLV record.
?
Ok..I downloaded the crystal 10 files and installed them on a web server...now when i try to run the samplepreviewreport
i get this message..
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site...
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.