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 Chriss Miller 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. crystalized

    blank pages printing at end of report

    Hi All, I am new to PCL so please let me know if I need to include more information etc. Here is my problem: We have a bunch of reports created by Peoplesoft (which use PCL codes to control output etc.) The reports are generated as .LIS files. We have a DOS batch file with a print command...
  2. crystalized

    Inserting temporary text

    Hi All, Someone told me that there is a way to have DW insert text into a page (when you want to see text in the page but don't have the actual content yet). It inserts this latin text i.e. lorem ipso etc. Does anyone know how to do this - I have searched the help etc endlessly and did not...
  3. crystalized

    Changing Font in SQR Report

    Hi All, I am modifying an exsiting report. The report used the following things to set up the printer begin-setup printer-init <27>E<27>&l0O<27>&l2S<27>(s16.66H #define PAGE_MAX_COLS 120 #define PAGE_MAX_LINES 177 #define page_orientation portrait page-size 177 150 end-setup . . ...
  4. crystalized

    Blank pages printed at end of reports

    Hello everyone, We use drag and drop printing (basically a batch file allowing us to drag LIS files and have them print). I am not sure if this is commonly used with PeopleSoft because I am new to this project but I hope someone can help. When printing in this manner one or two blank pages...
  5. crystalized

    Extra line in heading - SQR

    Hi all, I am getting an extra line in my heading Here is the code print '****** ***** ***** ***** ***** **** **** **** **** **** **** **** ********* ********* ***** ***' (+1,1,132) print '****** ***** ***** ***** ***** **** **** **** **** **** **** **** ********* ******' (+1,1,85) print...
  6. crystalized

    Dropdown list problem on Macs

    Hi everyone, I have got a problem with a very long dropdown list that does not work properly on a Mac. The list goes off the screen and does not provide a scrolling option to move through the list. We see the problem on two different Mac OS's and two different versions of NS on those Macs...
  7. crystalized

    dynamically loaded user control

    Hi all, I am dynamically adding a user control to my page. The control needs to be added every time the page loads or it disappears. I can understand this, what I do not understand at all is the problem I am having with it. The user control contains a couple of web control textboxes. The...
  8. crystalized

    Event Identification

    Hello All, I have been looking but have not found what I am looking for. I am wondering if it is possible in the page load event to know what event or action triggered the postback that is happening. So if I have a button on the page with a click event handler, can I tell in the page load if...
  9. crystalized

    error codes

    Hello All, I have been writing a number of stored procedures with a fair amount of business logic built in. Now I often am using return values to indicate some specific thing related to that business logic. Primarily I have been using return values such as -1, -2 etc. I discovered the list...
  10. crystalized

    HELP Web Config Files are killing me.

    Hey all, Everything about web config files that I have read or seen indicate that you can have multiple web.config files (in different directories). For example in the duwamish sample they have an extensive web.config in the web app root then in the secure directory they have a web config file...
  11. crystalized

    dynamic use of CSS files

    Hi All, I am interested in using a CSS file in my aspx page, the catch being that I want to dynamically set the directory location of the css file to use. I have tried declaring a protected variable in my aspx.cs page and then setting the value in the Page_Init method. To no avail. The...
  12. crystalized

    Sessions Information

    Hello All, I know this was always a hot topic of discussion on the asp forum but I could not find any threads discussing it in this forum. So here is my question. What is the better route to take, I have a user object. I could either just have properties in the object that get and set...
  13. crystalized

    Need to create unique value (not using identity or GUID)

    Hi All, I am using SQLServer 2000 and am in a position where I need to create a unique numeric value for each record in a table. The table has a GUID as the key, but I need an additional unique value that is an 8 character numeric value. My plan is to use a SP with something like the...
  14. crystalized

    transfer interrupted in netscape

    Hello all, I am developing a coldfusion app within it I have a page that at one point submits to itself, completes some processing then does a javascript submit using <script language=&quot;javascript&quot;><!-- document.forms.ProjectAdmin.submit(); //--> </script> When using IE this works...
  15. crystalized

    .net beta 1 studio to .net beta 2 studio

    Hello all, Does anyone know a good resource for information on how to move from the beta 1 studio to the beta 2 studio. I think I read somewhere that the readme file has some information and that registry entries etc will need to be deleted. I can not seem to find the location where I read...
  16. crystalized

    What does anyone know about .net

    Hello all, Just wondering what people know about .net and the web services. Have people used it, what do you think about it if you have. Do you know of references or where to get more information about it? Do you know of anyone who is really developing using it? Well hope to hear some...
  17. crystalized

    .net

    Hello out there, Has anyone started using the .net solutions. In particular have any of you used asp.net or the web services. I need to get as much info as possible on it for presentation to the boss and for presentation to my co workers. I was hoping a few of you out there have some words of...
  18. crystalized

    server variables

    Hello, I am wondering if anyone knows what server variables are available via asp. In particular I am wondering about server performance information. If anyone knows of a good resource for information I would appreciate it. Thanks in advance Crystal crystalized_s@yahoo.com...
  19. crystalized

    brand new to CF - is there a way to turn off the status bar

    My page refreshes on a regular basis and I would like to not have the refresh cause the status bar to indicate the progress. I do not know if this is possible if so could someone let me know how to do this or where to find info on it. Thanks in advance for any help. Crystal...
  20. crystalized

    documentation heaven

    Well I am on my last day at my current job and finishing up on some of the documentation, honing the comments in my code, updating changes etc. Early on in the project I was doing code documentation very regularly (formally documenting it in a maintenance manual). Then I found that I had to...

Part and Inventory Search

Back
Top