Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old April 26th, 2007, 02:27 PM
ngordon ngordon is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 ngordon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 13 sec
Reputation Power: 0
Question Simple Report Manipulation



I'm sure this is simple, however, I'm new to asp. Could someone give me a brief overview of what's needed to display columns on a screen.

I have an app, I'm supporting. It displays information from a search in a report type style. I want to update the report by moving some of the columns around. However, if I move the code, the columns stay the same.

COL1 | COL2 | COL3 is the current mode

COL2 | COL1 | COL3 is what I want it to display.

I have asp called search_results_header.asp and search_results_row.asp and even though I moved the information in both, it shows up in the same fashion.

I don't even know where to look for my issue.

HELP!!!

OHH sample code:

from the Header page
<!--- Title: Empty (Add Note) --->
Code:
<% IF trim(session("user_type")) = "3" OR trim(session("user_type")) = "2" OR trim(session("user_type")) = "1" OR trim(session("user_type")) = "12" then%>
            <%if report_type = "search_results_export" OR report_type = "accounting_pull_export" OR report_type = "poc_export" OR report_type = "poc_pull_export" then
        			act.WriteLine("<th width='70' bgcolor='silver' class='rowheader' align='center' nowrap>Update</th>")
        			else%>
					<th class="rowheader" align="center">Add Note</th>
			<% end if %>
	<%end if%>


From the row code:

<!--- Output: Add Note --->
Code:
				<%if report_type = "search_results_export" OR report_type = "accounting_pull_export" OR report_type = "poc_export" OR report_type = "poc_pull_export" then
				else%>
					<td align="center" class="smalltext"><a href="project_details.asp?mode=editprj&form=edit&wstep=8&db_project_id=<%=trim(rsProjects("db_project_id"))%>" onclick="NewWindow(this.href,'Modify','750','550','yes');re  turn false;"><IMG SRC="images/ico_note.gif" BORDER="0" ALT="Add Note" title="Add Note" style="padding-bottom: 2px;"></a></td>
				<%end if%>

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > Simple Report Manipulation


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway