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 strongm 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: *

  • Users: cobas
  • Order by date
  1. cobas

    Multi Format Date Validation

    BB Good idea. Thanks
  2. cobas

    Multi Format Date Validation

    mmilan Thanks for the post, Your advice is good, it looks like I am forced to break up the string using the split command. I'm sure this may create other issues. cobas
  3. cobas

    Multi Format Date Validation

    BiggerBrother Thanks for the reply. Unfortunately I have to use the different formats for the date. 1/2/04 would be a valid date and not matter if it was english or american.
  4. cobas

    Multi Format Date Validation

    I have textbox for date entry and need a validation routine: the date may be entered as : 30/9/04 9/30/04 30/9/2004 9/30/2004 31/9/04 should be returned as invalid unlike the isdate function. Thanks In Advance Cobas
  5. cobas

    Com+ in Windows 2003

    I have an application written in vb6 that calls a function to create a com+ application and install the components. This work for win2k see below, but does not work for win 2003. Any ideas? Function SetupiPort() As Boolean ' Return False if any errors occur. ' Initialize error handling...
  6. cobas

    installer

    LostInCode Thanks for the post. I'm looking into now. Cobas
  7. cobas

    installer

    I know this is probably straight forward but after running setup.exe as shown above how can I run the application installed by setup.exe. I have tried [autorun] open=setup.exe icon=myicon.ico shellexecute=myapp.exe Once installed i can run myapp.exe from the start, run and myapp.exe. Thanks...
  8. cobas

    Using AppCreate for IIsWebDirectory

    Does anyone have any experience of creating web directories and setting the properties for the IISWebDirectory object. Thanks cobas
  9. cobas

    Programming IIS Admin Tasks

    I need to do two things in IIS programatically: 1. When in IIS I go to my website, right click on a folder (normal folder not virtual), select properties, click on create and then on OK. 2. In IIS I have a virtual directory, right click, select properties, click Remove and then OK. Is there...
  10. cobas

    Register DLL remotely

    Hi LPlates Thanks for the quick reply. I looked at the msdn page on clireg32. Do you know if clireg32.exe can be used to register dlls as well?
  11. cobas

    Register DLL remotely

    I have an application that needs to register a dll on the local server and on a remote server. I can register the dll on the local server using: retval = Shell("regsvr32 /s c:\winnt\system32\mydll.dll") Is there any way of registering mydll.dll on a remote server?
  12. cobas

    Installed application versions

    hmckillop / strongm Thanks I've given you both 'stars' cobas
  13. cobas

    Installed application versions

    hmckillop I followed the link you suggested. It's just what I'm looking for. Thanks very much for your post Cobas
  14. cobas

    Installed application versions

    I am writing a VB app that requires IIS version 5 or greater installed. Does anyone know how to code a test for this? Many thanks
  15. cobas

    Excel 2000 Template / Macro

    Thanks Rob, I'll give it a go. Colin
  16. cobas

    Excel 2000 Template / Macro

    I feel the answer to this problem should be straight forward, but I can n't seem to solve it. I have an Excel Template that is a blank workbook with a button that runs some VB code from a macro. Within the code I save the workbook to a specified directory for use with another application. This...
  17. cobas

    How Do I Run a Word macro/vba function using data from the document?

    Tony Was shown another method before I tried your code, ended up using form fields calling a function to build I command line string with the values from the document. Thanks for the reply to the original posting. Colin
  18. cobas

    How Do I Run a Word macro/vba function using data from the document?

    Tony Thanks for the reply, I'll give it try later today and let you know how I get on.
  19. cobas

    How Do I Run a Word macro/vba function using data from the document?

    I have several word documents that ALWAYS have the document number on the first line and the document type on the second line. How do I either set these up as fields on the document so that they can be read by vba code and output to another application? OR how do I read the first 2 lines of the...
  20. cobas

    Thread Programming in AcuCobol

    To DavidK13 Thanks for the info. I eventually worked out how to multi thread with limited success. The main problem with this was using a VB ocx. If you've ever worked VB using ocx, you're in for a difficult time trying tio make it work in ACU. You need to code for ALL the events in the ocx...

Part and Inventory Search

Back
Top