I am creating a report the is breaking on location with the newpage option. What I need is to have it not duplex print. I need 1 control location per physical page. Anyone know how to do this? Here is the layout of my report:
REPORT REPORT1 PAGESIZE 075 LINESIZE 132 SPACE 1 SPREAD SEQUENCE...
I am doing the following select statement against a view-
SELECT distinct(req_number), formatted_req_number, post_title, division3, division2, salary_grade, source_posting_date_end FROM posting where source_posting_date_begin <= '5-Feb-2003' order by division2, division3, post_title
In the DB...
I am trying to connect to a Oracle database using this code. When I go to this page it only displays the HTML in the browser but when I view source I can see all of the asp code. It appears to never do the database connect and sql statement. Any ideas why this does not work?
Thanks
Paul...
I am attempting to delete a sheet from a workbook using this code:
Sub deleteSheet(oldSheet)
' Deletes the work space sheet
Sheets(oldSheet).Select
ActiveWindow.SelectedSheets.Delete
End If
End Sub
This works great if the sheet exists but if it is not there...
I am atttempting to delete a sheet from a workbook using this code:
Sub deleteSheet(oldSheet)
' Deletes the work space sheet
Sheets(oldSheet).Select
ActiveWindow.SelectedSheets.Delete
End If
End Sub
This works great if the sheet exists but if it is not there...
I need to count the number of records that my sheet has in it and then populate a trailer record after the last valid record in the sheet. The issue I have is that the sheet is in a workbook that contains many sheets. I can perform a DO loop looking for a ISNULL condition to accumulate my row...
I am trying to use JS to set a global variable and then assign that variable to an
<input type="hidden" name="variable_name">
but I am not getting the value of the variable to the server. I get nothing and if I try to set a value
<input type="hidden"...
I am trying to process through an array of images but my index isn't working the way I thought it would. Here is the code:
<script language="JavaScript">
var image_names = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.