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 Mike Lewis 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. nickbrookes

    creation of a csv file on server

    The example i referred to was written in html - i was hoping not to have to learn a language such as php as i don't have a server with that on. It is just a web page for entry and collation of parameters for use in a SAS program.
  2. nickbrookes

    creation of a csv file on server

    I would like to create a csv file from a web form, ie collect data from text boxes radio buttons etc and have these values output in csv format. i know this can be done, but i've searched the web long and hard and can't find it anywhere. Also, i would like to fields previous values not to be...
  3. nickbrookes

    Using VBscript to update proxy settings

    I'm having a v similar problem and found this thread very useful, however I can't work out how to "check" the bypass proxy server for local addresses from within the vbscript... Can anyone help? Thanks
  4. nickbrookes

    filename automation

    I am proc printto ing logfiles and would like to assign the filenames based on the time() function rather than the &systime function but am having trouble getting sas to assign the filename for me. what i would like the filename to be is c:\temp\logfile_123456.log if it is 12:34 and 56...
  5. nickbrookes

    CCMAIL outlook

    Does anyone know of a way of attaching outlook or outlook express to a ccmail postoffice? I want to be able to view html emails, but am stuck with the ccmail postoffice. I don't care if the solution is outlook or eudora etc, but i need that html. Thanks
  6. nickbrookes

    ccmail integration

    It's OK, I've found this out. All you need to do is search for the vim32.dll file and amend config.sys to create a path to this folder, add a few lines to your sasv8.cfg file about your username and password and the nightmare is over!
  7. nickbrookes

    sas connect

    I'm running SAS v8.2 with sas/connect on NT. I'm sure somewhere i've seen some code that allows you to check if there is a remote connection already in place. For instance, i would like to check if there is a connection established to OS390, and if not, then to call the signon script for this...
  8. nickbrookes

    ccmail integration

    path should read c:\lotus\ccmail\compnent\ccvim
  9. nickbrookes

    ccmail integration

    I'm using ccmail 8.5, and can't for the life of me get ccmail to integrate with sas v8.1 on win nt. I've set the path to c:\lotus\ccmail\compnent\ and specified vim and my username and password in the sasv8.cfg file. does anyone know who to make this work? I'm going bald tearing my hair out...
  10. nickbrookes

    MIPS

    I'm doing a presentation at work about our mainframe, and someone has told me it runs at 430 mips. Fine so far. I would like to compare this to the average bog standard desktop pc, but can't find out how many mips these can do. Can someone give be a guestimate ball park figure?
  11. nickbrookes

    invalid email address

    I've been searching everywhere... can anyone provide a list of characters which invalidate an email address? Thanks - you could save my sanity. Nick
  12. nickbrookes

    Reset mail and news

    I am trying to resolve a problem where I am sending email from a database and it won't recognise ccmail. A colleague suggested setting netscape as a default email handler in internet options, but this has caused even more problems. How do i set the default email handler to be ccmail and remove...
  13. nickbrookes

    exporting graphs in report to html

    I've set up several reports with graphs, and would like to export the graphs to html using an existing html page as a template. I've managed to figure out the code in excel, but I can't get access to work. Does anyone have any info or links? cheers
  14. nickbrookes

    date differences

    I've got two time values, and i want to calculate the difference between the two? I'm obviously missing something, but i'm not sure what. cheers
  15. nickbrookes

    command button to populate time box

    I'm trying to design a form to have the start and stop times of certain processes recorded. I've got a box to manually input the time (which I'll need), but i would also just like to have a command button which automatically populates the box with the time now( down to the second if possible)...
  16. nickbrookes

    How do I make the form fit the screen

    not sure if i'm missing something here but in the code for the command button can you not just put docmd.maximize after you've asked it to open the new form?
  17. nickbrookes

    stripping out fields

    i'm finally onto producing my reports, and i need to be able to show a text string with the first two characters (eg a letter and then one space) taken out. For instance A Hat should then show as Hat with no leading A or space. I know someone out there must be able to help me! Cheers Nick
  18. nickbrookes

    delete duplicate records

    I've got a table with the following headings: id, pbid, date, activity, number and time. what i want to do is if the date, pbid and activity are all duplicated then to get rid of the duplication and just leave the one record. the data looks like this: id pbid date...
  19. nickbrookes

    locking current record

    i've got a form linked to several tables to enter order information and a report linked to this form via a command button. The report is based on a stack of queries, which need the order number to retrieve the relevant information. Is there a way of telling the query which record i'm working...
  20. nickbrookes

    Printing a report on current record

    I've got a similar problem - i've got an order form which has an orderid field to distinguish each order, i've also got a report to show the whole order - how do i get the report to lock on to the record i'm using in the input form and only print out that record. the form is based on a query...

Part and Inventory Search

Back
Top