User Profile

Collapse

Profile Sidebar

Collapse
dhoward
dhoward
Last Activity: Nov 6 '08, 07:06 PM
Joined: Aug 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dhoward
    started a topic Datalist SelectedIndexChange

    Datalist SelectedIndexChange

    Actually we're in a datalist. It sorta in the edit mode. Let me see if I can explain this. To bind the causetype and causedetail dropdownlist to the table in the edit mode I use the top code (1.) which is in the dlIncident_item DataBound sub and actually works fine. But If the user decides to change the causetype ddl, (the details must change along with it.) the second code (which is html) (2.) the "onselectedinde xchange" executes and...
    See more | Go to post

  • dhoward
    started a topic Crystal report-database logon credentials
    in .NET

    Crystal report-database logon credentials

    I hope this is the correct forum but if not, please direct me somewhere else.

    When trying to retrieve my report, it asks for login credentials like server name, database name, password, and username. Thing is the web application is on one server while the information is being pulled from a different server, which I'm quite sure is the problem. But I don't know how to get around it. I've seen the code to set up that information...
    See more | Go to post

  • dhoward
    started a topic moveto(x,Y)

    moveto(x,Y)

    Is anyone familiar with moveto(x,y) in javascript.
    See more | Go to post

  • dhoward
    started a topic duplicate dates different times

    duplicate dates different times

    I'm having a certain situation. On my application, if a user has the choice to apply for the same permit more than once but on different times. Now the first application would be 100.00 but any application after that would 50.00. I'm having a problem setting that code up. What i was thinking on line was this....


    Case "Close Proximate"
    NumDays = DateDiff("d", CDate(strtodayd ate),...
    See more | Go to post

  • dhoward
    started a topic primary keys

    primary keys

    Okay this is one of the problems that I’m having. When application is submitted it Assigns ID, check form validation, and check form duplications. After an application is submitted the user has the choice to “complete another application” or “finish transaction and pay”. When user clicks “complete another application”, it directs back to the default page which is the application itself. Here’s the thing when I fill out the information...
    See more | Go to post

  • dhoward
    replied to default dropdown list
    I got it working. But thanks anyway.
    See more | Go to post

    Leave a comment:


  • dhoward
    started a topic default dropdown list

    default dropdown list

    How do you default a dropdown list when a particular item is selected? I have a two drop down lists, one for state and one for county.
    If the user chooses a state outside of Alabama, I need the county to default to “Out of state” and without allowing the user to change it without changing the state back to Alabama.


    This is what I tried, which didn’t work

    If lstBusState.sel ectedItem.Value = “Al”...
    See more | Go to post

  • dhoward
    started a topic focus popups

    focus popups

    I having a problem with my popup calendar. What I would like to do is focus on a particular textbox after a date is selected and right now it's not doing that. Does anyone have any idea how to do it? here's the code...
    [code=vb]
    Dim popupScript As String = "<script language='javas cript'>" & _
    "window.open('c alendar.aspx?fo rmname=frmFirew orksPe rmitApp.txtdisp laydate', 'calendar', " & _
    ...
    See more | Go to post
    Last edited by pbmods; Sep 14 '07, 11:12 PM. Reason: Added CODE tags.

  • dhoward
    replied to focus popups
    I didn't know if I was suppose to submit it to vb.net or javascript because both are used.
    See more | Go to post

    Leave a comment:


  • dhoward
    started a topic focus popups

    focus popups

    I having a problem with my popup calendar. What I would like to do is focus on a particular textbox after a date is selected and right now it's not doing that. Does anyone have any idea how to do it? here's the code...

    Dim popupScript As String = "<script language='javas cript'>" & _
    "window.open('c alendar.aspx?fo rmname=frmFirew orksPermitApp.t xtdisplaydate', 'calendar', " &...
    See more | Go to post

  • dhoward
    replied to crystal reports
    I checked the parameter fields. There is data in the fields. The connection is correct. the stored procedure works fine. Is there something else I'm suppose to add after declaring the sqlconnection?
    See more | Go to post

    Leave a comment:


  • dhoward
    replied to crystal reports
    I'm using crystal reports 10 and it's not throwing an error or anything. My data is just not showing. A couple of weeks ago it was working, but recently I was trying to open my crystal report in a popup window and that's when It started giving me problems. I've tried to back track myself but I don't know if I deleted something or what. By the was I'm pulling the data from a stored procedure. Here's the code......

    Imports System.Data.Sql Client...
    See more | Go to post

    Leave a comment:


  • dhoward
    started a topic crystal reports

    crystal reports

    Can anyone tell me why my crystal report is not showing my data?
    See more | Go to post

  • dhoward
    replied to date error
    it worked. thank you so much.
    See more | Go to post

    Leave a comment:


  • dhoward
    replied to date error
    thanks! I'll let you know what happens.
    See more | Go to post

    Leave a comment:


  • dhoward
    replied to date error
    Killer42 what would you suggest because I've tried declaring datediff as integers and that still don't work? I've tried everything and I still can't seem to get it to work.
    See more | Go to post

    Leave a comment:


  • dhoward
    replied to date error
    I have tried that already, but here's the weird thing. If I comment out the bold part, it works just fine. But when I choose either CP or PD the date textboxes that I don't need throws the error. For instance if I choose CP, txtddate, which will be empty, throws the error. If I choose PD, txtdisplaydate, which is going the be empty, throws the error. But I have the code that says if textbox = "' then enter as null. It seems as if it it still...
    See more | Go to post

    Leave a comment:


  • dhoward
    started a topic date error

    date error

    I keep getting this error and I can't seem to correct it.

    System.InvalidC astException: Cast from string "" to type 'Date' is not valid.

    Here's the code.

    Sub InsertTempTable s()

    'Sub proc that inserts info into temp tables

    'Production connection
    Dim DBConn As New SqlConnection(A pplication("DBC onn")) 'Open a new connection...
    See more | Go to post
No activity results to display
Show More
Working...