Hi
In my asp page i have the following scriptto save a file on the clients machine :
<script>
Set FileObject = CreateObject("Scripting.FileSystemObject")
If FileObject.FolderExists ("C:\SCMS Reports") = False Then
Set Filer = FileObject.CreateFolder ("C:\SCMS Reports")
End If...
HI
I have a function that requires a dataset as one of its parameters. i have a datagrid which i am populating from a datareader. my problem is that i want to populate a dataset with the contents of the datagrid...can this be done...
Thanks
DJ
The early bird always catches the worm....My...
HI
Yes the files are all named different eg.
1. Sales_Region_North.xls
1. Sales_Region_South.xls
1. Sales_Region_East.xls
1. Sales_Region_East_2.xls
but all have the same number of columns eg. all have
Accno,Name,address,total... and i am required to import only certain columns from here eg...
hi
I currently have a DTS package to import an excel file.This works fine.My problem now is that i have to read multiple excel files from one directory into the same table and i am required to read only certain columns. How can i create a DTS package that reads in files from a directory and...
hi
I currently have a DTS package to import an excel file.This works fine.My problem now is that i have to read multiple excel files from one directory into the same table and i am required to read only certain columns. How can i create a DTS package that reads in files from a directory and...
HI
I am using asp.net (vb) and i have create my menus from reading xml files which i have put into <DIV> tags. My problem is that i want to pull another list of menus when i click on a <DIV> tag...how can i get information on which <DIV> i clicked....
Is there an easier way to create drop down...
Hi
I am using crystal 9. in my report i have 2 groups called products and date, i also have total commission for each product per day.
What i want is the maximum total for commissions.
eg:
Date Products commissions
2003/01/01 A 100...
HI
Sorry this is my full error when i click on verify database in crystal reports 9:
Query Engine Error:'42000:[Microsoft][ODBC Sql Server
Driver] Procedure expects parameter which was not supplied
Hi
I have a report written in crystal 9 and i am using a stored proc from sql server 2000. my report orginally had 4 parameters in the stored proc and the report worked fine. i then decided to add 2 more parameters to the stored proc but now when i verify my database it comes up with the error...
HI
I am using to following code in vb6
the_crystal_report.database.Tables(1).SetLogOnInfo server, database,user_id, password
my problem is that it at runtime it looks for the database that i created the report on not the one i specify above....
when i write a new report i usually write it in...
hi
I have created a crystal 9 report using a stored proc on a sql server 2000. the problem is that that this report only works on the database name on which i created it...i need the report to work on different databases names located on different servers....i know how to do this in crystal...
HI
I need to select data from 2 servers with different database names.eg
select * from data_base1 ----this is from server 1
union
select * from data_base2 ----this is from server 2
how can i do this
Hi
Thanks....I am mew to DHTML....
I more help...I cant seem to position my controls in the place i want them to be...at design time they look right but at run time its not the same....what am i doing wrong
Thnaks
DJ
hi
I have done a DHTML application which consists of 2 designer pages.In my code i have the following line
basewindow.navigate app.path "\MerlinFMR_Login.html"
this used to work before i complied my project and made it a dll...now when i run my project through code it navigates to...
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.