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 bkrike 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 Gwena

  1. Gwena

    How to use WMI API to create repeated Task

    Thanks I give it a go
  2. Gwena

    How to use WMI API to create repeated Task

    Even with Task scheduler you could create a Task which can be repeated daily. " ... Actually Task scheduler Can create Repeat Task every X minutes if you use the "Advanced" button. The reason I'm not writing my own Application is that I don't want to be responsible for running the Jobs
  3. Gwena

    How to use WMI API to create repeated Task

    Borislav Borissov, The example you referred to is repeat every day. What I need is Repeat every X Minutes
  4. Gwena

    How to use WMI API to create repeated Task

    Hi Guys, I hope it's the right forum... I'm trying to right a VBScript in order to create Tasks in Scheduled Tasks. My problem is that I can't create a repeated Task meaning Repeat every 20 minute for example. Any suggestions? Thanx
  5. Gwena

    How to change input mask in DB via code?

    Thanks Working great!! Gwen
  6. Gwena

    How to change input mask in DB via code?

    Hi pjm I tried this and got this error: Property not found. (Error 3270)
  7. Gwena

    How to change input mask in DB via code?

    I Originally posted this on Microsoft: Access Tables and Relationships Forum but got no answer so maybe this is a better place for it: Is there a way to change via code the input task of a field in a giving table? Thanx Gwen
  8. Gwena

    How to change input mask in DB via code?

    Hi there, Is there a way to change via code the input task of a field in a giving table? Thanx Gwen
  9. Gwena

    Return all row when the stored proc's parameter is null

    Took me a while but I got it Thanks bborissov
  10. Gwena

    Return all row when the stored proc's parameter is null

    Hi bborissov, Thanks for answer me so quickly. I have another Question. Suppose I have 2 params that only when both of them are null then return all rows. Thanks
  11. Gwena

    Return all row when the stored proc's parameter is null

    Hi guys, I'm new at SQL Server and was wondering if you can help me with this one. I have a simple SP that have one param. What I would like it do to is that when I'm not sending any value to this param, the SP will return all rows. The ones that are null and the one that are not. Is this...
  12. Gwena

    How To Restore SQL Server Data From Hard Disk Backup

    Hi Guys, I need to restore an old data from SQL server, but I don't have backup files. What I do have is the hard disk backup on backup Cassettes. Is there a way to extract the data from the hard disk?
  13. Gwena

    Need help with Field having mixed Data Types

    Hi ribhead, I really don't know what you did wrong, but you can fix the problem after you imported the data with FormatNumber function
  14. Gwena

    Launch Outlook Express instead of Outlook

    Hi Guys, I'm Trying to send an email with outlook express and for some reason the ms_outlook is launched instead, although outlook express is set as the default e-mail program. Maybe there is something wrong with my code? Dim oo As New Outlook.Application Dim ooi As Outlook.MailItem Set ooi =...

Part and Inventory Search

Back
Top