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

Search results for query: *

  • Users: Goha
  • Order by date
  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
  16. Goha

    IMPORTANT!!! vb treeview error

    I am converting from a listbox to a treeview How do i fix the following .... Form2.Label1.Caption = &quot;Loading parameters for &quot; + vbCrLf + &quot;&quot;&quot;&quot; + Trim(TreeView1.Nodes(TreeView1.Index)) + &quot;&quot;&quot;...&quot; I get the following error: Run-time error: '343'...
  17. Goha

    scrollable trees

    I am still having trouble with the Icons part. I also have another question regarding treeviews. 1) how do i refer to the treeview node's description when I double click it? 2)after i create my treeview how do i add the number of children to a particular node here is an example.... before...
  18. Goha

    IMPORTANT!! loading a vb6 project into vb5

    Thanks that did the trick. For my knowledge what does that mean retained???
  19. Goha

    IMPORTANT!! loading a vb6 project into vb5

    How do I load a vb6 project into vb5. the code was coded as vb4 and i only had vb6 compiler at the time so now i want to go and and modify the changges and i cannot. I get the following error: 'Retained' is an Invalid key. The File 'c:\....vbp' cannot be loaded what does this mean? thanks in...
  20. Goha

    scrollable trees

    I am having trouble with the following: 1. How do I put a tree structure which lists a series of reports on to a scrollable area. the items in the tree are large enough to require it to be scrollable. 2. How do I add icons to each individual tree node? Please provide sample code. Thanks in...

Part and Inventory Search

Back
Top