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 John Tel 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: curiousvbnet
  • Content: Threads
  • Order by date
  1. curiousvbnet

    query with parameters

    Hi, I try to create parametered queries but i see error messages when i run them. Here are these queries Dim strSQL_recherche As String, obj_recherche As SqlCommand strSQL_recherche = "select DISTINCT Lib_TERME as 'TERMES COMMENCANT PAR """ & txt_critere.Text.Trim.ToUpper & """ ' from...
  2. curiousvbnet

    how to locate the user name of an application

    Hi, i have created an application and i want to know which user has used the application. Do i have to create a new field in each table of the db to insert inside the user name( the one who has inserted a data in the concerned table )or is there another way to locate the user who has used the...
  3. curiousvbnet

    application property

    Hi, I have succed to find some of the properties of the application i have created and to insert them on a textbox. But i did't find way to recover this property : application's creator name i work on vb.net 2003 and My.Application.Info.CompanyName is not available so i have tried Dim...
  4. curiousvbnet

    how to recover the database version

    Hi,, How can i recover the sqlserver database version i work with , in a winfom project. Is there a class like DateTimeFormatInfo which can give me this information. Thanks for your help. Regards. Nathalie
  5. curiousvbnet

    code not executed

    Hi, I try to make an event dragdrop work in a treeview called Treeview1, but i can see that when i select an item in the treeview, to copy it at another place ,the code below is not executed at all. Only the Treeview1_ItemDrag is considered. Could you explain me what happens? Thanks a lot...
  6. curiousvbnet

    how to recover the path of a .doc or .txt opened file

    Hi, I would like to permit a user to insert into a database fields the lines he has selected in a .doc or a .txt file which will be new datas in the database It is possible the user has already opened a .doc or a txt file and selected lines , how can i test this, because at the first i...
  7. curiousvbnet

    how to recover application properties

    Hi, I have succeeded to find some of the properties of the application i have created and to insert them on a textbox. But these properties i did't find way to recover them -application's creator name -database name and version -format of the system date Could you help me on this point...
  8. curiousvbnet

    how to close directly a form

    Hi, I have created a form and i want to close it just after i click on the cross at the top right of the form but i have to click twice to close it well. Could you explain me why. Is there something to do at the properties level? Here is the associated code to this form. Public Class...
  9. curiousvbnet

    how to let a form opened

    Hi, In the form 'candidat_desxripteur' i permit a user to keybord a new term and to insert it in the 'descriptors terms' table. I can see that after the user has finished to enter the term text in the textbox called "txtbox_cd", the form closed automatically whereas i want to let it the...
  10. curiousvbnet

    Login and password

    I ma working on the login and password keyboarding and the verification of each one. Do you advice me to create a table with administrators profiles only and another one with users profiles only or is it also a good solution to create a unique table with both administrators and users profiles ...
  11. curiousvbnet

    how to acess to a public class

    Hi, i have created in the same project two classes ;the first onis called TreeView_MT_GEN_SPE_ASSOCIEs and the second one is called candidat_descripteur. In the TreeView_MT_GEN_SPE_ASSOCIES class i have created a public function called sansaccent and i want to use it in the...
  12. curiousvbnet

    no visibility of a new node

    Hi, i have created a listview called listview1. When a user cliks on an item he can see in the treeview2 -the parent terms of the item( each item is a different term) -the name of the microthesaurus to which it belongs( microthesaurus is a semantic field ex : economy, history, geography etc...)...
  13. curiousvbnet

    how to copy a term(node) in a treeview

    Hi, I have created a treeview called TreeView1. this treeview contains terms. I would like to permit a user to copy one term at another place in the treeview. Until now i did not succed to. All the terms are in a table called TERMES All the relationships parent/child are in a table called...
  14. curiousvbnet

    how to recover nodes in a treeview

    Hi, i have created a sub which permits to recover a same node in a treeiew if this one exists at several places in the treeview. By this sub i can recover the number of times this nodes exists in the treeview but not the nodes themselves . How can i recover all the nodes of this same node...
  15. curiousvbnet

    find several times the same node in a treeview

    I have created a sub wich permits to find a node in a treeview. A user clicks on an item in the ListView1 and the node which corresponds to this item's tag appears in color blue in the TreeView1 But if this same node exists several times in the treeview, how can i recover all the places in the...
  16. curiousvbnet

    process problem

    Hi, I have created a sub to export a treeview called 'TreeView1' to a txt file. A user can use the part of the treeview he wants to export by checking node(s) The problem is that when i export once the nodes the user has checked( it works correctly), if after i want to export others nodes...
  17. curiousvbnet

    norton 2007 removal

    Hi, I want to remove Norton 2007 completely from my hard disk. Norton has been installed by club-internet which is a FAI( fournisseur d'accès internet , like for example : hotmail ) First i have opened windows as an administrator and i have removed Norton from control panel/...
  18. curiousvbnet

    accents in comparision

    Hi, i have created a sub of search in a listview but in this sub i need to compar elements, it means : the text a user writes in a text box and the label of listview item( listview items' array if it is exact) To make this comparision more precise i need not to consider accents because in...
  19. curiousvbnet

    connection to sql server

    Hi, By error, i have suppressed the connection to sql serveur( version 8) Whan i want ot register the sql server with the assistant help, i receive a message the server i have selected does not exist or its access is refused. I don't know what to do to register my sql server. The message...
  20. curiousvbnet

    connection to sql server

    Hi, By error, i have suppressed the connection to sql serveur( version 8) Whan i want ot register the sql server with the assistant help, i receive a message the server i have selected does not exist or its access is refused. I don't know what to do to register my sql server. The message...

Part and Inventory Search

Back
Top