I'm new to Actuate and want to be able to allow the user to select all or an individual product from the dropdown parameter box and filter the query accordingly
Any help would be appreciated
Angie
Angie
www.millardconsulting.ca
I have a bookmark field that needs to be in currency format ie 25000 needs to be displayed as $25,000.00
I have tried {MERGEFIELD Amount \# "$,0.00; ($0.0)"} and that is not working.
Any help would be appreciated
Thanks
Angie
I need to run an update statement to fill two new fields call minvalue and maxvalue (both floats) with values that are stored in a string field as "A $0.00 - $1000.00"
So that the minvalue would be 0.00 and maxvalue would be 1000
Any help would be appreciated
I need to do a validation on a text box for the range from
A to F plus characters ()-*/+
This is what I have tried
function ValidFormula(obj){
var Formula = /^[a-fA-F][\-\(\)\*\/\+]$/
if (Formula.test(obj)) {
alert("VALID Formula");
} else {
alert("INVALID Formula");
}
}
Thanks in...
Hi
I have used Response.ContentType = "application/vnd.ms-excel" to export to excel which worked ok for versions lower than 2007. Now some users are running 2007 and are receiving the error message "The file you are trying to open, is in a different format than specified by the file extension"...
I've added a photo using the shapes.addpicture method
objWordApplication.Selection.Shapes.AddPicture(filename:=strFullName, LinkToFile:=False, SaveWithDocument:=True)
but I want to display text aligned left underneath the photo showing the photo's name. I've tried using the insertafter and...
I am importing a number of photos in a word document. The photo's are a mix of portrait/landscape. I have some code to try and rotate the portrait ones but it doesn't seem to work can anyone help please.
objWordApplication.Selection.InlineShapes.AddPicture(filename:=strFullName...
Hi
I have an app that opens and inserts a photo into a word template. The problem is inserting the photo the photo resides on a storage device attached to the network. I'm using a mapped drive and I get an error message saying it is not a valid file name.
this is the code
Dim...
Hi
I have a asp.net app that opens and inserts a photo into a word template. The problem is inserting the photo if I use 'C:\sunset.jpg' this works fine but if I use a mapped drive it doesn't. I get an error message saying it is not a valid file name.
this is the code
Dim...
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.