Search:

Type: Posts; User: Huisman7

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    4,787

    Re: Start company and create programs

    Yes but what about Phase 2??????

    But seriously I have a great idea and I know how to code it if I was making it for the company I work for but I want to make it available to the masses. I would...
  2. Replies
    6
    Views
    4,787

    Re: Start company and create programs

    Okay perfect. I've never developed anything for the cloud so I'll have to do some research. If anyone has any links to get me started, that would be greatly appreciated.

    So would learning...
  3. Replies
    6
    Views
    4,787

    Re: Start company and create programs

    Thanks for the reply Brad! I know my company would not own anything I code on the side.

    Where this question is coming from has 2 parts.
    1. My brother owns his own mechanic shop and I would like...
  4. Replies
    6
    Views
    4,787

    Start company and create programs

    Hello everyone,

    I'm a programmer at my company and mainly code in VB. I want to start my own side business and create a program on the cloud that people could register for and use. What would I...
  5. Replies
    0
    Views
    780

    Open Crystal Report

    I am writing a program in HTML with vbscript code included. I have a Crystal Report called Service Report.rpt that I want to open with a click of a button. I would also love to pass it variables...
  6. Thread: Button click

    by Huisman7
    Replies
    1
    Views
    524

    Button click

    I'm writing some vbscript within html and having issues with a button. I have 3 buttons. One is called Enter which just more or less reloads the page. An exit button that goes back to the mainpage...
  7. Replies
    1
    Views
    1,902

    Date format in VBScript

    I'm using VBscript within HTML and having issues with a date format. In my sql database the date format is yyyy-dd-mm 00:00:00.

    When I use a select statement and pull all the records and transfer...
  8. Replies
    3
    Views
    1,044

    Re: Left join with multiple conditions

    Thanks very much! This did it! I'm writing VB6 code connecting to a SQL database all within an HTML page. I'm just getting back into programming again and don't remember everything. This site has...
  9. Replies
    3
    Views
    1,044

    Left join with multiple conditions

    Hello all,

    I'm trying to left join a table with 2 conditions.

    My first table is ticket and my other table is ticket_change.

    Both tables have a field called ticketid. This is the primary key...
  10. Replies
    3
    Views
    867

    Re: Multiple join statement vb6

    I figured it out. I needed to assign those fields as a new name......

    rswhereused.Open "Select t.*, tc.status, e1.fname as e1fname, e1.lname as e1lname, e2.fname as e2fname, e2.lname as e2lname...
  11. Replies
    3
    Views
    867

    Re: Multiple join statement vb6

    That worked great thanks! Now my problem is displaying the information. Here is the code you helped me with:

    rswhereused.Open "Select t.*, tc.status, e1.fname, e1.lname from ticket t " _
    &...
  12. Replies
    3
    Views
    867

    Multiple join statement vb6

    I'm trying to join 2 tables but with 3 different join statements.

    Table ticket has 2 fields that have an employee number in them. They are ticket.created_by and ticket.for_emp.

    These can...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width