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 strongm 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: *

  1. HandyAndy

    Error Checking

    Hi say i do a select and it brings back no results.... how can i detect this and deal with it?? i guess that the dealing part would be catered for by the HOST language in my case php. Thanks Andrew
  2. HandyAndy

    When Checking Treeview node check all children as well

    Err basically i finally got my treeview going but now i have checkboxes in it how do i et it so when i tick a checkbox all the the sub nodes or children are checked too? Cheers Andy
  3. HandyAndy

    How to get treeview node to expand when there is code in the onclick?

    Thanks for your help although i cannot get the +/- like explore thing to work??? ive looked at the syntax for the add method and this is what i got: Function Add(ByVal hRelativeItem As Variant, ByVal Relation As RelationConstants, ByVal Key As String, ByVal Text As String, Optional ByVal Image...
  4. HandyAndy

    How to get treeview node to expand when there is code in the onclick?

    Hi again i have finally got my treeview going but since i have put some code in the nodeclick event the branch does not expand. How do i get the node to expand? HandyAndy
  5. HandyAndy

    Populating a treeview from table

    Relationship is probably going to be tvwChild Function_ID is a field from my database that i would like to use as the key part of the add method can u help or do you have some information? HandyAndy
  6. HandyAndy

    Populating a treeview from table

    Hi all i have another question regarding treeviews i want to populate the treeview with data from my table where the node name is the Fuction_Name. heres how i would do it in plain english: For each record treectl.nodes.add(Parent_ID,Relationship,Function_ID,Function_Name) all this info is...
  7. HandyAndy

    Another newbie question

    run some code i get the error User defined type not defined! how do i define it!? Handy Andy
  8. HandyAndy

    A quick an easy question (i hope) about adding new data

    thanks for your help plz see my other thread Tree view considerations andy h
  9. HandyAndy

    Tree view considerations?

    Hi I want to create a situation where the data in my database is displayed in a tree view. What \are the things I need to consider?ie previous branch etc and where the links are. How would I incorporate this? Alos how would I actually display the tree? Could it be done "explorer style&quot...
  10. HandyAndy

    A quick an easy question (i hope) about adding new data

    Ok so i lied its 3 questions! 1) How do i perform the same action as clicking the furthest right button on the navigation bar at the bnottom of the form. The add new data button is the one i mean. I would like to emulate the action that it does using a normal button. 2) How do i hide that bar...
  11. HandyAndy

    Login Script appearing not to run

    The problem has been solved, it was not a problem with the script but a problem with the security settings. The security did not restore from the tape and had to be manually reset, once set the drive mappings re-appeared with no change to the script settings. Andy.
  12. HandyAndy

    Login Script appearing not to run

    Just upgraded Netware 3.2 to 5.1 and installed the latest client (downloaded last week) and the standard script does not run anymore. I am using a single script for all users set up with groups. However I have a shortcut on a user's Win95 desktop to a program on a mapped drive and when he uses...

Part and Inventory Search

Back
Top