User Profile

Collapse

Profile Sidebar

Collapse
Jose Santos
Jose Santos
Last Activity: Oct 13 '10, 09:16 PM
Joined: Aug 11 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi Jared:
    I got 34 of them. But for sample purposes let's use just the five of them as follows:

    Numeric Field (in $):...........C omment Field (memo):
    FederalAlloc... ............... ..C_FederalAllo c
    StateAlloc ............... ......C_StateAl loc
    CountyAlloc ............... .....C_CountyAl loc
    NonNIFAAlloc... ............... ..C_NonNIFAAllo c
    NIFAAlloc...... ............... ..C_NIFAAlloc

    ...
    See more | Go to post
    Last edited by Jose Santos; Aug 25 '10, 01:50 PM. Reason: Column items did not line up

    Leave a comment:


  • Hi Jared:
    You are right on target as regards my general feeling about the application. It is really very easy to use for simple databases but oftentimes I found myself scratching my head on how to modify it to suit my specific need. Anyway, it has helped me a lot and 'could not complain except in cases such as this one. Jared, if you think you can help me more here is the loop routine that you described above:

    Code:
    <%
    ...
    See more | Go to post

    Leave a comment:


  • The logic seems simple enough:

    Code:
    strComment=Session("comment")
    
    'Devise a function; this is simplistic
    
    function HighlightMe(ByVal) 
    If strComment <> "" then 
    HighlightMe = "Black" 
    Else 
    HighlightMe = "Red" 
    End If 
    end function
    
    
    'Modify code above
    
    If curVal <> "&nbsp;"
    ...
    See more | Go to post

    Leave a comment:


  • How do I highlight a number on the table when a related field is not empty?

    I am using a very useful application known as GenericDB by Eli Robillard. I have a classic ASP application that requires that when a specific field contains user comments (not empty) pertaining to a particular field (which is numeric), that numeric field needs to be color highlighted or be marked with an asterisk when displayed on a table. The Lister in GenericDB has the following section that I think is where the modified code needs to be inserted....
    See more | Go to post
No activity results to display
Show More
Working...