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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jeffsal

  1. jeffsal

    Gridview - Blank Page

    Yes I did. I also checked permissions on both files.
  2. jeffsal

    Gridview - Blank Page

    I created a gridview page which displays the data properly on the local machine but when uploaded to web server shows a blank page with no errors. The web server supports asp.net. I put some text on the page which did show but no gridview. With no errors, I don't know what could be wrong. Here...
  3. jeffsal

    Accepted connection - No Mail

    I have one user who is not receiving emails recently from one specific domain. The sender is Not getting undeliverable message. I looked through the GWIA logs when the emails were sent and found the Accepted connection message for that domain but I get no Receiving file. I asked them to send it...
  4. jeffsal

    Icons based on Document types

    Any options for IE to accomplish this. Thanks Jeffsal
  5. jeffsal

    Icons based on Document types

    I'm trying to place an icon to left based on the document extention. I found this but can not get it to work. /* PDF document links */ a[href$='.pdf'] { background:transparent url(../images/pdf.png) center left no-repeat; display:inline-block; padding-left:20px; line-height:15px...
  6. jeffsal

    E1039 Failed to flush Tape Driver buffer

    Arcserve 9.0 for Netware Build 2020. Here is my log: Backup Operation Aug-16 23:00:12 812 Format blank media as THURSDAY (serial # 1759271922) Aug-16 23:02:52 812 Connected with TSA MICROLAW_FS.NetWare File System Aug-16...
  7. jeffsal

    Break out Amounts Query

    Thanks for the code. Unfortunately I found out my odbc driver does not support union queries. Any other options? Thanks Jeffsal
  8. jeffsal

    Break out Amounts Query

    Except when there is only one user and the percentage is 100.00 as in the second row of the table. Thanks for replying. Jeffsal
  9. jeffsal

    Break out Amounts Query

    I dont know if this is possible but I Can not figure it out. The following are two columns from a table. The letters in the allocation column are user initials and the number following is a percentage due them from the amount. Can not change the table format. Amount Allocation 15,000...
  10. jeffsal

    If Statement

    I fixed that and still get the error. No line of code is highlighted. Thanks
  11. jeffsal

    If Statement

    I keep getting "Ilegal use of . ! or (" with the following code and can not figure it out: If IsNull(Me.List32.Value) Then MsgBox (" Hey!!! You forgot to Select a Report") If Me.Text58.Value = "lvs" Then Me.staff = "lvs" ElseIf Me.Text58.Value = "kps" Then Me.staff = "kps" Else...
  12. jeffsal

    Date Range Combo Box

    Thank you. That was it.
  13. jeffsal

    Date Range Combo Box

    I have a form with two unbound text boxes Text_From and Text_to for Date ranges. Also a combo box for selecting some date ranges which should pass the values to the text boxes. I'm trying to use the following code with an event procedure. If Me.CBORange.Value = "Current Month" Then...
  14. jeffsal

    Parse

    2110<12 spaces>"Number I want"<variable number of spaces>2120<12 spaces>"Number I want"<Variable number of spaces>2130<12 spaces>"Number I want". Could I use the constant numbers as delimiters? Thanks for helping.
  15. jeffsal

    Parse

    Always the same 'number' of numbers. Constant numbers are always the same. Always 12 spaces between the constant numbers and the numbers I want. So for field1, I would like to return the number 12 spaces after "2110". Could I use something like string.split in some way?

Part and Inventory Search

Back
Top