Hi all,
Is it possible to work with two different database oracle which resides on the server and Access which resides on my loacal machine at the same time and be able create a report using Crystal report. I am using CR 10.0 oarcle 9i and Acess.
Thank you for the help.
Thank you ca8msm for quick response. So, this can only be done using a procedure? I do not have a previlage to create a procedure. Can I do this just using sql script without creating a procedure. Hope I did provide enough info. for you to help me. I really appreciate your time and help...
Hi all,
I am assigned to create an application for our external and internal customers to be able do searching on our vendor list page. I came up with quick simple solution for the customers to do searching using a selected state. If you are kind enough and check the below link you will know...
What i meant was the assembley code. Will the appliction work if I just copy the assembly code to the server? Where do i find this assembly code? it used to be in the same folder with the project in the previous version. I do not know where it is stored in aspx.net 2.0 .
Thank you for your help.
Can someone explain to me what the belwow line of code does.Especailly what Content-dispostion means. thanks
Response.AddHeader("content-disposition","attachment;filename="""& filename &"""")
Hi to all,
Here is my situation, I have to fields as_read_bid_amount and corrected_bid_amount in my report. The value for these two fields are similar most of the time in that case I just only display the value for the as_read_bid_amount only. But if the value for as_read_bid_amount is...
Thanks synapsevampire for the help...one more thing some of the field value surrunded by two barcket and how can i make sure it is only one barcket for the area code?
((XXX))this is how it looks like. I just need only one (XXX) thank you guys for your time and help.
...you code and i am getting an error msg.Can you take a look at it.
S
tringVar phone := Replace({CUSTOMER.CONTACT_PHONE}, "-", "")
if NumericText(phone) and Length(phone) = 10 then
"**Not Available**"
else
"("&(left(phone,3) & ")" & mid(phone,5,3) & "-" & right(phone),4)
Thank you all for the help and response. In my case i have a 4 columns and 5 rows with one of the columns will be linked to a new gridview control which will have a lot of records to be displayed once i pass the value using a querystirng.I did try to use gridview1 for the first page and...
Is it possible to create a master detail page using to gridview control,by creating a link in one of the fields in the first gridview control to another gridview control.
thanks
The reson i am asking for the datagrid is becasue i have a code written to read a data using datareader and display it in dagagrid. It was easy to do that and i just got a new vs 2005 and I do not really know how to convert the code to work in gridview. I wonder if gridview supports...
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.