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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MayFlowerNew

  1. MayFlowerNew

    gmtime

    Yes this sounds a good idea, let me try and get back to you.. Thanks a lot
  2. MayFlowerNew

    gmtime

    Hi CodingNovice, Thanks for the reply but say I am looking for date, time of tokyo. The timeoffset is 9 hours. if I add directly to the hour field it gives figure which is greater than 24 and naturally this dose not change the date field. I am looking for something where we add the offset and...
  3. MayFlowerNew

    gmtime

    Hi, is there any way to calculate other date&time like london, tokyo from gmtime? Thanks in advance
  4. MayFlowerNew

    Dont understand this error

    Thanks all!
  5. MayFlowerNew

    Dont understand this error

    It says Syntax error near print. Also Could you please explain why we have to open sendmail?
  6. MayFlowerNew

    Dont understand this error

    HI all, I have written following code.. /usr/lib/sendmail -oi -t <<EOF To: abc@xyz.com Subject: test test EOF But I get this error.. Bareword found where operator expected at aaa.pl line 127, near "/usr/lib" (Missing operator before lib?) syntax error at aaa.pl line 127, near...
  7. MayFlowerNew

    Sendmail error

    Could you please tell me what is it? I cant figure out the problem.. Thanks
  8. MayFlowerNew

    Sendmail error

    I have following code /usr/lib/sendmail -oi -t <<EOF To:=abc@xyz.com; Subject: abc test EOF But I get this weird error Bareword found where operator expected at abc.pl line 124, near "/usr/lib" (Missing operator before lib?) syntax error at abc.pl line 124, near "/usr/lib" In string...
  9. MayFlowerNew

    VB application with Crsyal reports

    I am little confused about RDC. What is RDC? I go in the application. Click on Add Crystal Report 9. Then select already created .rpt file and thats it..Am I dealing with RDC here?
  10. MayFlowerNew

    VB application with Crsyal reports

    My application uses existing crystal reports .rpt files. Refreshes data every morning and exports it in pdf format. I want to put this application on another machine where Crystal reports is not installed. It gives error "Run time error '50003'. Load report failed." Is there any work around like...
  11. MayFlowerNew

    Report blanks out after heavy use of queries

    Hi dave, Thanks for the input but after some further investigation I found out that linking in one of the queries was going wrong. And the report was going blank. Do you have any idea why crystal generates the report so slow..Access runs the same query pretty fast.. Also is there any way to...
  12. MayFlowerNew

    Report blanks out after heavy use of queries

    I have created a report which heavily uses MS Access queries. The tables on which these queries run are also quite huge. My problem is if I add one more formula that accesses a query result field, it blanks out the whole report whereas I can use the same formula in another report fine. Also...
  13. MayFlowerNew

    How to put a job on ice?

    Hi all, How to put a job on ice in autosys? Thanks
  14. MayFlowerNew

    Linked Table Manager Question

    MS Access help Topic "View, refresh, or change the file name and path for linked tables" says "The Linked Table Manager can't refresh links to Microsoft Access tables whose names were changed after they were linked. You must delete the current link, and then link such tables again. " So I...
  15. MayFlowerNew

    Linked Table Manager Question

    Hi All, I am newbee to MS Access. I have a table linked to a txt file already. Someone who has created this table has given different column names to it. I want to create a new table with same structure as the previous one linking to a copy of the same txt file. For example Table A is linked...

Part and Inventory Search

Back
Top