not looking for any "new" fucntionality. just part of the report specs... the analsyst request certain fonts, font-sizes, of the parameter prompts, etc. just esthetic stuff...
Mike Johnson
Is it possible to customize the look of the Report Manager UI?
Does anyone know of any examples of customized Report Manager UI done with ASP.net?
Mike Johnson
How do I get rid of the ActiveX message "Click to activate and use this control"? As you're probably aware it puts a box around my cf page and you have to click the page (twice) to get to the controls on the page.
Mike Johnson
Has anyone had experience converting from mysql to ms sql server and could tell me how difficult is the process. Will alot of the fucnctionality migrate over? I'm trying to see how time consumming this process will be.
Mike Johnson
i want both the vb.net click_event and the javascript function to fire. right now only the click_event fires when i hit the update button. got a task where i have to javascript for the form validation. can anyone see why this is'nt working:
<%@ Page Language="VB" %>
<script runat="server">...
i'm using the following code to try to check for blanks in textbox1 (lastname):
<%@ Page Language="VB" %>
<script runat="server">
' Insert page code here
'
Sub Button1_Click(sender As Object, e As EventArgs)
response.redirect("homeApp.aspx")
End Sub
</script>
<html>...
I have two data files i'm currently running seperately and feeding into a mail-merge. Each file uses its own slightly different letter. Now the user wants both files merged together and sorted by the receipiant's name. How can I tell Word how switch between the 2 form letters. Now I want to...
I'm a programmer with 17yrs of experience. I'm currently doing VB6 and ASP, but unfortunately have not had the oppourtunity to do and .Net development. Would getting a MS developers certification get my foot in the door? Which cert would be best for obtaining a .Net position? Also, are there...
when asp page A calls the initiate crystal viiewer page... no problem; but when I added an addtiion asp page B (for additional report params , i get the "user sessions has expired".
scenerio 1 works:
pageA ---- initiaite view ---- report (works)
pageA---- pageB ----- iniitiate viewer ----...
I have 11 rows in my html table that I want to add via my recordset. With one record you would do an "addnew" and "update" to complete the transaction. What do I do if I want to loop through the 11 rows in my html table, parse them out to my recordset and do an "addnew" and an "update" for each...
In your opinion what's the most effecient way of storing image fields, in on the database or a storing the file location (i.e. the windows foler location ex. c:\image\image1.jpg"). I'm using crystal reports 8.0, sql 2000, and asp as the front end. when i select by last_name in the asp page it...
thanx paulmarr... I'm doing what you suggested now. The only problem is, is when the report returns a substantial number of records, each with at the most 2 signatures (which are jpegs). The report really bogs down. I was looking for a more effecient way of processing a substantial number of...
I have image fields imbedded in a sql database. I thought it might be more effecient to instead imbed the file location (i.e. "c:\\pictures\image1.gif"). Then I want to in a CR formula change the dummy ole object file(on the report) location to the immbedded file location...
works fine running it in crystal.. just when i try to run it through asp via. the crviewer... i get that generic error when using mixed datasources. I thought there might have been a problem trying to pass parameters to the sub reports.
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.