I have the following xslt code
<xsl:attribute name="DiscountPerc1"> <xsl:value-of select=". * 100"/> </xsl:attribute>
It is trying to translate from an XML file (origionally an excel sheet where the cell would be formatted for percent) values like this:
10.01
It then...
I'm using outlook and alf + F11 brings up the VBA
In their I have access to ThisOutlookSession. I wanted to popup a msgbox("hello world") when I recieved a new mail.
I assumed this went into:
Private Sub Application_NewMail()
MsgBox ("hello world")
End Sub
What do I need to do to get...
I have a .net dll and it has a readonly peropery quotelist() as arraylist
The problem is that when I'm in VB6 I try the following:
objSolution.QuoteList.Add (objQuote)
And it fails with an "Object does not support this Property or Method"
Any ideas?
I have a column in excel that is a percentage. When I save 6% it saves to the XML as
<Cell><Data ss:Type="Number">0.06</Data></Cell>
BUT when I save 7% it saves to the XML as
<Cell><Data ss:Type="Number">7.0000000000000007E-2</Data></Cell>
I understand why Excel does this, but how do I go...
I have a combo box, that unfortunately has 8000 + items in it. Retarded, I know, but what can I do.
Anyway there is a check box that selects all. But when I select it and go thru the for loop that selects every value it takes a good few seconds.
Is there a quicker way to select all?
A...
I have this code:
Select max(a.templateid) as templateid, a.questionid, a.ANSWER, a.quoteid
from PPT_Answer A, PPT_Question Q
where A.QUESTIONID = Q.questionID
and A.templateid = Q.templateid
AND A.QuoteID='TCA0136327'
and a.answercell = 'B15'
group by a.questionid, a.answer, a.quoteid...
I have this sql
SELECT
max(d.distributorid),
c.countryid
FROM
distributor d,
country c
WHERE
d.countryid = c.countryid
and d.hassmbsb=1
group by
c.countryid
Essentially there are a number of distributors per country. Up till now the latest...
I'm not sure if this is an Excel or XML/XSLT issue.
I've an excel document which has been application created and has values like this
<Row ss:AutoFitHeight="0">
<Cell><Data ss:Type="String">Active</Data></Cell>
<Cell ss:StyleID="s92" id="Active"><Data ss:Type="Boolean">1</Data></Cell>...
reference to: thread463-705786
I've been at this for a while now. I've read the FAQ posted here: http://www.tek-tips.com/faqs.cfm?fid=4134
by edemiere
My folder looks different and looks like this:
NT_IPSECSHM\0000\Driver = {4D36E972-E325-11CE-BFC1-08002BE10318}\0012
Whereas the FAQ says to...
Hey all,
I'm pretty new to MS access, but I have a form with a combo box.
Currently, visually everything happens as expected. The combo box pulls its value from another table, but when I click next record the current record outputs an error:
You must enter a value in the 'Employee/Course link...
I have XSLT transforming my XML Spreadsheet. Works well except for one part.
On the worksheet my cells would look like this:
HeadingName1
bike1 True
bike2 False
HeadingName2
Car1 True
Car2 False
Car3 True
The XSL looks...
I have an XML document that looks somewhat like this
<Workbook>
...
<Worksheet ss:Name="x">
<Table ...>
<Row>
...
</Row>
<Row>
<Cell>
<Data ss:Type="String">MPRCode</Data>
</Cell>
<Cell ss:StyleID="s77" id="MPRCodeVal">
<Data...
Hello all, unusual subject I know, XML to XSLT...
What I have firstly is an excel sheet, which I've saved as XML spreadsheet. When I open it, its essentially a spreadsheet.
I want to use this sheet as a template as such and input XML into it.
Eventually I would like this XML spreadsheet to...
I have a compare function as follows:
Private Class QuoteSorter
Implements IComparer
' Calls CaseInsensitiveComparer.Compare with the parameters reversed.
Public Function Compare(ByVal x As Object, ByVal y As Object) As Integer Implements IComparer.Compare...
Hello all,
I use arraylists in vb.net in an application.
This application is called by a vb6 application and it falls over when it tries to deal with arraylists...
It would be easier to change the vb6 code rather than the .net code.
What would I need to do?
I have an xslt file which can be called 2 ways;
1) the user clicked on excel download
2) the user clicked on html download
I can get the html download working, but not excel download.
When I try to add in the code I want, neither work and I get the same error:
"Prefix 'xmlns' is not defined."...
I have a table populated with cells and rows. I'm looking to add <HR> to a tableRow.
any ideas?
tRow.InnerHtml = "<HR>" won't work. and there is no HtmlInputText
I have an xml file which I am passing from one page to another. I don't have access to the page its being passed to so I can't change anything there.
The XML is in string format and posted to form by a button to its destination page.
<form id="frmGenerateReport" method="post">
<input...
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.