Hello, I'm new to XSLT transformation, and I can't find an answer to this.
My XLST file contains the following:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="utf-8"...
Thanks for answering. I ended up using vsflexgrid's PrintGrid method instead. I'm trying to find more documentation on it, but not having much luck. I want to put page numbers and I know there's a way, I just don't know how.
Monica
I'm using ComponentOne's vsflexgrid (version 7.0) to show data from a SQL database. I need to print the grid but I have to add a header to the page. I looked up the function they have vsflexgrid.PrintGrid, and all I can do is add a footer. I don't want to use a reporting program like Crystal...
I'm trying to make it very easy for my users to get the initial setup of my program. I want to have a wizard that takes some info and enters it to the database (MS-SQL 2K). I was looking at the Wizard Manager and it seems like it handles the display, so all I have to add is the functionality. I...
Thank you for all your answers. My problem was that my program expects an ini file in the App directory, but when it doesn't find it, it tries to create one by calling functions in the dlls, so it's somehow expecting them to be in the App directory. So I'm going to have to keep them there to get...
Thank you so much for your answers... Yes I mean deploying compiled code. I did register the dlls, or at least I thought they were getting registered (I'm using Wise Install). I will double check that the dlls are getting registered and will post back on monday.
Thanks a bunch :)
Monica
This might be very simple, but I can't find an answer. I have a vb6 group project (.vbg) that contains 2 dlls and one executable. It all works fine until I want to install on a different machine. If I put all 3 files (dlls and exe) in the same directory (the App dir), it runs correctly. However...
...I'm trying to get a report that selects one or multiple locations (and groups on them). Basically in SQL it would be something like "select * from table where Location in (1,2,3)".
I added a number parameter LocId and set "Allow multiple values" and "Allow discrete values" to true. The values...
Hi there, I hope I'm in the right forum, if not please redicrect me.
I can't find a straight answer to this question, so hopefully someone here has run into the same situation.
We have Crystal Reports XI Developer. We are creating a website for a client, and will be hosting the site for them...
Ok, I can open a plain excel file now, thanks!
Now my problem is that my excel file has a macro in it. Basically the macro opens a txt file and formats the text to make it look good. So far I can't get the file to open.
I think it can't find the txt file. Is there anything special I need to do...
I have an excel spreadsheet that lives on the server, I'm trying to get it to open on my browser window.
This is my code (openxl.cgi):
$excel="\/usr\/common\/reportdir\/excelsample.xls";
print "content-type: application/vnd.ms-excel\n";
print "content-disposition: inline\n\n";
print...
I am using the customerid from the main report to link to the subreport. Basically I'm doing that because the parameter passed to the main report is a customer number, different than the id (that's how the database is defined). So what I'm doing is getting the custid based on the custnumber...
Thanks for the reply Bob. I tried that, but I still don't get anything in the subreport. Basically, my main report comes from 3 tables, one of them is the Customer table. The subreport comes from only one table (CustInfo table). Those two tables are linked on Customer Id, but I'm passing this...
Hi there, I have a report with a few subreports, they're all linked by customer id (the main report is on only one customer id).
Ocasionally, the details section of my main report will be empty, but I still want the subreports to show (it has different information about the customer).
What...
Hi guys,
I have a main report that uses a parameter. This parameter is passed to a subreport that needs to use a stored procedure. Up to here it works fine, except it takes too long, so I need to limit the data by passing the same parameter that links the subreport to the main report to the...
I'm pretty new to apache, so this might be a very simple question. I have a cgi script that reads a template shtml file and replaces some tags to produce a new page. My template has 3 includes (2 headers and a footer) and it also uses style sheets for fonts and colors. I can't get the include or...
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.