User Profile

Collapse

Profile Sidebar

Collapse
Ack Programming
Ack Programming
Last Activity: Sep 21 '07, 09:56 AM
Joined: Sep 19 '07
Location: South Arica
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I Would declare my key_fld as Public and on the form_load Event Let The Information be set to the key_fld1.captio n Property
    See more | Go to post

    Leave a comment:


  • Ack Programming
    replied to How to play around with date?
    If you keep every thing in a date format you can like:
    format(now,"dd/mm/yyyy") - and use Smaller than (< or >) for comparesins
    then you can do menny things like:
    Declare a Varible Like :

    -Dim My_Date string
    -Dim Year as Integer
    -New_Date as Date

    - My_Date = Format(Now,"yyy y/mm/dd") 'The Reason for this is becayse vb's date is swinged around
    - My_Date...
    See more | Go to post

    Leave a comment:


  • Ack Programming
    started a topic Data Reports

    Data Reports

    I've Desighned databases using connection strings and sql statements and no controlers or data enviroments in vb6.
    I can make a simple data report that takes singler records at a time like a single employe's information like name,surname,ad dress,age and job description. The problem I have is to make a data report that will take multiple entrys like an order and print up an invoice

    If someone could help me that would be grate...
    See more | Go to post

  • I would suggest uding a combo box with its style property set to "Simple Combo giving you a combo box with a listbox look and in the coding of the combo box on its click event use the following

    Label1.Caption = combobox(index) .text

    Index Refering to the array number of the Combo box
    See more | Go to post

    Leave a comment:


  • I had the same problem when I started
    first from the Project Menu Select Componints
    Check the checkbox with the "Microsoft ADO Data Control"
    Drag the control to your form
    Steps 1
    You Could:
    -Go to it's "Connection String" Property and Follow The Steps Thrue
    -After doing so you can bind controls to the controler
    Steps 2
    Or you Could:
    -in a Module or MDI Form...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...