Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. OutInLeftField

    Crystal Reports Days and work hours display

    I have to create a crystal report in Visual Studio .net that looks like the following: Day On Off On Off... Monday 8:30 12:00 1:00 5:00 Tuesday 8:30 12:30 1:30 5:00 etc. any ideas how to do this? I know you can make a crystal report and pass the data to it and display...
  2. OutInLeftField

    How do I have Frame A to validate Frame B's form?

    Hello, This is a doozy. I am trying to validate a form in Frame B from Frame A's submit button. The frameset looks like: <FRAMESET rows="85%, 15%"> <FRAME src="<%=session("passedValue")%>" name ="Page1"/> <FRAME src="Submit.asp" name ="Submit"/> </FRAMESET> The...
  3. OutInLeftField

    Frames and Form Submission

    Is it possible to do the following: top frame: submit and reset buttons lower frame: the form with fields, drop down boxes, etc. click the submit button on the top frame. The lower portion submits. The next page processes the data and loads a NEW form in the lower frame while the top frame...
  4. OutInLeftField

    Drop Down Box options not being displayed

    With Crystal Reports 8.5, I created a dropdown box based upon a sql connection to retrieve a list of users. In the preview, all of the users appear in the listing. When I published this report in Crystal Enterprise, only 20 or so users appeared. Is there a setting on Crystal Reports server...
  5. OutInLeftField

    Form Validation (One field enables/disables validation of another)

    I have a form that has States (2 char) and Zip code (10 char for 5 and 4 extension). What i need to do is check to see if the state field is one of the 50 states and military "state" locations then turn on javascript validation routine on Zip code field. If the location is not within the...
  6. OutInLeftField

    4 labels of 1 type then 4 labels of another on same report

    My question is how do I do the following as an example: Smith, James Smith, James Jim Smith address1 address1 Profession address2 address2 ApplicationDate City, State City, State SSN The address1,city,profession, etc. names are actual values from a sql...
  7. OutInLeftField

    Session Variable Not Expiring after 1 minute

    Hello Everyone, I have an application that uses active directory authentication. I also use session variables to timeout the application after one minute for testing. When I finally get it to work, I'll set it for five minutes. Now the problem. Page that sets up session. session.Timeout =...
  8. OutInLeftField

    How to use ADVAPI32.dll

    Hello, How do I use the advapi32.dll to authenticate windows 2000 users against active directory in VBscript (ASP not ASP.net)? Thanks
  9. OutInLeftField

    Populate form with item selected from DropDown Box (see pop Txt Bx it)

    I am trying to use this to build a drop down box of companies. When the user selects a company, I'd like to populate the form (with address, state, city, zip, etc) with the contactid (from table). I tried this method put forth by the thread "Populating Text Boxes" but I receive an error...
  10. OutInLeftField

    Using Select Case statement within another Select Case

    Can Select case when ....(if this is true then do ) then select case (....do this select case) else select case (do this select case) end from ..... ????? Thanks
  11. OutInLeftField

    FileSystemObject problem

    I want to copy a file from a network drive to a local drive (c:\ or d:\). Problem is when I execute the following, source = request(&quot;source&quot;) destination = request(&quot;destination&quot;) fso.copyfile source,destination I am using an input field with the type &quot;file&quot; to...
  12. OutInLeftField

    ACTIVEPDF text in form field is word wrapping incorrectly

    I am using ActivePDF Toolkit. I am retrieving data from a recordset into form fields on a PDF template in ActivePDF Toolkit. I am concatenating two fields into one variable and inserting that into the Form field on the PDF template. Sometimes for no particular reason, the wordwrap would cut a...
  13. OutInLeftField

    Combo Box

    Is there a way to create a Editable Combo Box in ASP?

Part and Inventory Search

Back
Top