Okay how do I just simply take a form that says: Customer Name, the user enters the user name and hits the print button, I have a Work Order report that prints but I want to put the customer name on it.
Please advise.
Thanks,
[ Ésôtêrîç ]
Okay I just want to make a simple report and cannot seem to figure this out.
I have a form in my application that the user enters data say txtName.text
When I click the button I want that data on my form to be in the report. Everything I find is for crystal reports and I don't want to do...
Hey guys I have a link in my app that has worked for years literally.
mailto:dude.name@yourdomain.com?subject=Price Sheet/Quote&body=Write something here to customer...&attachment="\\intranet\tempdocs$\2008-3-12-ID51202.xls"
yesterday users are complaining that outlook won't load it anymore...
I have a page that onload=document.form1.submit() will not work for. However I have some occasions that would be great for.
I want to call the submit funtion from the page_load if this conditions exists.
If Request.QueryString("CustNumber") <> "" Then
Button1.focus()
'We have a customer...
I must just not get it. I have a gridview, I have parameters, the default query executes perfectly. Sorting, paging are all perfect. As soon as I enter something in my search box, the result is perfect but my sorting and paging revert to the initial load of the data.
Gridview1.Databind()...
Okay I have a SIMPLE stupid issue I can't seem to get.
here it is, I have a gridview1 that starts with some data. I have a search box with a drop down box on what field to search. I execute it
Protected Sub SearchButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
I have a table that has a date/time stamp in it. When this time expires (sort of like an auction is over) I want it to trigger an event.
I know how to write a DTS to run every 5 minutes or whatever and run a query to see if the time expired and to send the emails, but this wil run every 5...
I am having some difficulties doing something very simple. Please help:
Here is what I have
Dim connstring As String = ConfigurationManager.ConnectionStrings("TIRESConnectionString").ConnectionString
Dim conn As New SqlDataSource
conn.ConnectionString = connstring...
hey guys I have a problem, don't know what I am doing wrong here. I have a gridview and in that gridview I have a checkbox as below.
<ItemTemplate>
<asp:checkbox runat="server" id="ITEMCHECKBOX"></asp:checkbox>
</ItemTemplate>
if I check this box it does not change the status. If I change...
Sort of a Newbie to .net here, having difficulties with my control, argh. Here is the code.
Dim row As GridViewRow
Dim chkSelected As System.Web.UI.WebControls.CheckBox
Dim strstorename As String
For Each row In GridView1.Rows
chkSelected = row.FindControl("ITEMCHECKBOX")
If (Not...
I am having issues with the following:
INSERT INTO [##PH_Results] (NAMEKEY, QTYSOLD, PRODUCT)
(
SELECT TOP 25 dbo.InvDetail.OMItemKey, SUM(dbo.InvDetail.OMItemQty) AS TotalCount,
dbo.Inventory.PRODUCT FROM dbo.InvHeader INNER JOIN dbo.InvDetail ON dbo.InvHeader.OMInvoiceNumber =...
Here is what I am doing and for some reason I am brain dead today.
I have a query that is like this
DECLARE @CNUM AS INT
SELECT @CNUM = CUSTMNBR FROM CUSTOMERS
SELECT AGENTNAME, STATEN, COMRATE, AGCUSTNM FROM AGENTS WHERE AGCUSTNM = @CNUM
I am only getting a single result, Is there something...
I have a process that every 1st of the month creates a new table ie: CR200602 for Feb, 2006. I need to put a trigger on this table, not a problem, but then come March I have to do it again. So here is what I want to do.
Create a stored procedure, got that part done, but I cannot put in this...
Here is what I have:
Set MySystem = Server.CreateObject("ADODB.Connection")
MySystem.Open "DSN=LIBRARY;UID=USERNAME;PWD=PASSWORD"
Set MyProgram = Server.CreateObject("ADODB.Command")
Set MyProgram.ActiveConnection = MySystem
MyProgram.CommandText = "{CALL LIBRARY.PROGRAM(?)}"...
I have a framed page:
prospect-list.asp
You click an icon window.open('prospect-edit.asp','PEDIT')
works great.
You click another icon window.open('notes-add.asp','NADD')
you click on it, opens fine but the PEDIT window closes. I am at a total loss here.
I have done this before but I just...
I interface a website with a DB2 database and an SQL database and this is the first time I need to actually get a list of libraries and tables from the AS/400.
Please illustrate how I can get this list.
I have an ODBC connection to two libraries:
DATALIB
CUSTLIB
would like to know how to get...
I am using the onmouseover routine to build a menu. Problem I am having is not with the routine but for some reason when I show my <div> option its behind any select options on the form.
This is really getting me frustrated. Everything is poyfect except for this little thing. Can anyone...
WshNetwork Problem:
Sample
----------------------------------------
WshNetwork.RemoveNetworkDrive "P:", true
WshNetwork.MapNetworkDrive "P:", "\\192.168.0.100\Files"
----------------------------------------
Result works 98% of the time. Gets hung from time to...
This works with IE but not with Netscape has anyone run into this?
// Here is the JavaScript - Remember works with IE
function change2Txt(v)
{
types = [" ", "<%=strvar2%><%=strvar6%>"];
types2 = [" ", "<%=strvar3%>"];
types3 = [""...
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.