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

  1. AndiOliver

    checking date format

    example of format TransformedData = Format(UserData, "m,d,yyyy")
  2. AndiOliver

    Calling a Private Sub from another fmr

    What I am saying is this: Put your code you want to use it in many form inside a public function and after that call it from whereever you want.
  3. AndiOliver

    How do I obtain this text string?

    I was retrieve it into an old application of mine dinamic data from active server page. So I needed from there certain fields. So I put one special character to delimit my dinamic field like: ~MyField~ My Code was something like this: Public Function ExtractThis(htmlfile as string) as string...
  4. AndiOliver

    Calling a Private Sub from another fmr

    If you want to call private sub from another form, is probably because you have there an code which works into your actual form as well. Than my advice will be: Try to make a public function and this code will be available to your entire application like: Public Function YourFunction (MyVar1...
  5. AndiOliver

    How is it possible to get HDD serial number not volume no?.

    Public Function TransHDD(SerDrive As Integer) As String Dim FSO, MyDrive, MyPath, Cicle As Integer, Extract As String, Ex As String, LenX As Integer Set FSO = CreateObject("Scripting.FileSystemObject") Set MyDrive =...
  6. AndiOliver

    Send formating text Mail (MAPI Session)

    My present application which I am developing right now has to send mails from within with certain info obtained from there. For that matter I've used MAPI Session and it works just fine with just one slight problem: I've used a richtext control to format my info the way I wanted to be. Inside...

Part and Inventory Search

Back
Top