Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: tadds

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    1,252

    Re: Internet Explorer Question

    You need to double-click the IE icon from your Windows desktop (or quick launch bar) to get another browser window.
  2. Answers
    1
    Views
    1,410

    Date not displaying correctly

    I believe your use of the -MMM- is what dictates the month token. Use -MM- instead.
  3. Answers
    1
    Views
    991

    Learning new technologies

    I would vote for C#. Here is a link to support my view...
    http://builder.com.com/5100-6390-1050356.html
  4. Question: Javascript query

    by tadds
    Answers
    2
    Views
    1,072

    Re: Javascript query

    Create a JavaScript function

    <script language="JavaScript1.2">
    <!-- Script Begin
    function NewWindow() {
    ...
  5. Question: Your sincerely

    by tadds
    Answers
    1
    Views
    1,962

    Re: your sincerely

    VB is OK for a start but since Microsoft will br dropping support of VB in 2006 I would suggest you start with C#. Also check out the WebMatrix tool http://www.asp.net/WebMatrix or #develop at...
  6. Answers
    1
    Views
    1,226

    Importing complex delimited text

    OK I would suggest you define a series of tables. One for each record type that you receive in a single message. This seems the be the first token of each line in the message. Define columns for...
  7. Answers
    1
    Views
    2,084

    Access Date Functions

    Hi

    I've just did a quick hack for you. Here's the code that
    you can use. Did a quick test in Excel VBA. Should work
    in any VBA (Access, Excel, etc.)


    Function GetDayType(dd As Date) As...
  8. Answers
    1
    Views
    1,399

    Re: What is strtok function body?

    Here is an example of its use.
    Not sure of it is what you were looking for.
    -------------------------
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    int main(void)
    {
      char...
  9. Question: Proposal

    by tadds
    Answers
    1
    Views
    2,142

    Proposal

    http://www.tamingthebeast.net/articles/webdevelopmentproposal.htm
  10. Question: Sql 2000 sp3 issue

    by tadds
    Answers
    0
    Views
    3,851

    SQL 2000 SP3 Issue

    REWARD: $40.00 to anyone who can solve this. Microsoft is having difficulty with the resolution!!!

    The Problem... :-/
    The problem experienced when we upgraded to SQL Server 2000 and is isolated...
Results 1 to 10 of 10