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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Goha

  1. Goha

    creating a calander for date population

    how do i do the following... Before: ------- I have a combo box and is currently pulls the default date as current date or changed via typed in manualy After: ------ To have a combo box and is currently pulls the default date as current date and to change it by a minuature calander when you...
  2. Goha

    IMPORTANT!! File Manipulation

    How do I add a record (constant header) to the begginning of a file?
  3. Goha

    Important !! file manipulation

    how do you append something to the BEGINNING of a file. I have a file full of data and no header. I want to place aheader on it how do i do it VB6
  4. Goha

    !! IMPORTANT !! BCP question

    how can I bcp a file and keep the headers as the column names. Thanks
  5. Goha

    IMPORTANT!!! Treeview and rdo libraries missing?

    I have a problem. I was able to create a project, compile it and run it no problem. then when it went for testing it came back with two bugs. now when i go to fix it the project will not compile it because it is missing libraries. the treeview library, the imagelist library and the rdo...
  6. Goha

    TreeView ques regarding change icon during expand and contract of tree

    TreeView question regarding change icon during expand and contract of tree I want to do what you see in explorer ( when a folder is opened then the icon is changed to an opened folder and vise versa). please can anyone help me and please I would appreatiate sample code. Goha [ponder][pc3]
  7. Goha

    error: Active x component can't create object

    zemp - which one would that be? teh215 - the prograam wass working fine before as is background: ----------- I am loading a project from one pc and trying to run it on another. the original pc is my work pc at the office and the second is the pc that i use at home to work from home. I have...
  8. Goha

    I am loading a project from one pc

    error: ------ licence information for this componenet not found. you do not have an appropriate licence to use this functionality in the design environment. I have tried removing it and still get the same problem. Goha [mad] [pc3]
  9. Goha

    I am loading a project from one pc

    I am loading a project from one pc and trying to run it on another. the original pc is my work pc at the office and the second is the pc that i use at home to work from home. I have tried installing vb 4 times what seems to be the issue. it seems to be some sort of licencing issue Line 1279...
  10. Goha

    error: Active x component can't create object

    --------------------- I get the following error. run time error '429': Active x component can't create object the pocedure that it is in is below ------------- Private Sub open_database_connection() 'open the connection to access Database (s) rdoDefaultLoginTimeout = 40 'set the...
  11. Goha

    error using rdoConnection

    I get the following error message when I run the (on last line) sql_string = "select * from report_def where Description = '" & Trim(strNodeText) & "' and param_name = '" & RDEF(I).PARAM_NAME & "'" Set rdofind = cn.OpenResultset(sql_string, rdOpenForwardOnly...
  12. Goha

    IMPORTANT!!! vb treeview error

    Thanks a lot you have been emensly helpfull (:I
  13. Goha

    IMPORTANT!!! vb treeview error

    back to the question on children : If that node has no children what number does it return ?
  14. Goha

    IMPORTANT!!! vb treeview error

    Take that one step furher ... replace the number 1 withe the selected node's item number as a variable like TV.Nodes.Item( <selected node's var.> ).Key thanks
  15. Goha

    IMPORTANT!!! vb treeview error

    I am trying to get the selected node's name

Part and Inventory Search

Back
Top