Search results

  1. C

    MS Flex Grid

    I have an msflex grid with 3 columns and it doesnt have a set number of rows. Is there a way i can loop through all the rows and add the values to a database table. I have all my connections set up just need help adding them to the table. Eg my grid is like this Name staff id...
  2. C

    VB5 Combo Boxes

    How can i hide an item from a combo box. For example the combo box contains module1, module2, module3, higher module. I want to hide 'higher module' from certain users? Thanks.
  3. C

    carraigew retu

    Does anyone know how i can replace a carriage return with a space? i am using VB5 For eg if the user enters Address1 Address2 Address3 i want it to print as Address1 Address 2 Address 3 I have tried this and it wont work. Does anyone have any ideas? psFreeText = "" For...
  4. C

    How to check what was entered on previous form

    Hi, I am wondering if anyone can help me with this. I have a VB5 program where users can input information about a test to be performed on dogs. These are group, living conditions, individual. A test can be performed on a group living together, there living conditions or a single dog. The...
  5. C

    Question Insert two values into a cell

    I have a table which holds the status of peoples orders. It holds information on order_id, order_status, order_desc, letter. A letter is printed for each of the different statuses. However for one status i need two different letters to be printed. How can i insert two values into the same...
Back
Top Bottom