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 Mike Lewis 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: shresthaal
  • Order by date
  1. shresthaal

    returning the file names of files in a folder

    is there a way to return a string list of filenames of files in a folder i need to update a table with the filenames in a folder thank you for your help or suggestion
  2. shresthaal

    function to check if a string is a number

    is there a function in the vb.net library which can tell if a string is a number or not eg. dim A as string A = "11" the function should return true for A = "11" and false for A = "12a"
  3. shresthaal

    unable to connect to database

    i realized that there is a Connect to Database option under the tools menu. so i clicked on it and filled out all the necessary information required. then i did test connections and it was successful. however when i clicked on ok i got this message. "Unable to connect to database. It is...
  4. shresthaal

    connecting to visual fox pro table

    i am new to VB.NET. can anyone tell me how to connect to a visual fox pro table and also execute queries
  5. shresthaal

    convert a form into a activeX component

    how can i make a windows form that can be dropped on another windows form? would i even use a windows form? what is the closet thing in VB that is similar to a VFP container
  6. shresthaal

    use visual fox pro program in a vb form

    i am going to start working on a project in which i want to use a class written in visual fox pro. i am new to vb programming so i was wondering how i would use the class in a vb form.
  7. shresthaal

    settings for active x on a form

    This is what i want to do. I will have 10 active x control objects on a form. The objects have a property called inuse. If inuse is .f. the object is free and if it is .t. it is not free. Now I want one thread to check which ones are .t. or .f. and I want another thread to call a method for...
  8. shresthaal

    settings for active x on a form

    i am creating an application that uses active x controls. the active x controls have multi threading capabilities. however i have not been able to use them because they wont work. Are there any settings that on the form that i need to change to allow the multitasking. autoyield is set to .t.
  9. shresthaal

    calling a method fop

    is there a way to call a method like that
  10. shresthaal

    calling a method fop

    I have a form that has multiple container objects of the same type. Lets say the container objects name is conobj. Currently the form has two conobj objects. conobj1 and conobj2. Now i have a do while loop that cycles thru these objects to see which one i can use. The conobjs has a...
  11. shresthaal

    textbox in a container class

    I created a class based on a container from the project manager window. Then I added a text box and a button to the container. The class name is test and the container name is testone. In the button's click button I put this code "thisform.testone.text1.value = "it works" Then I dropped this...
  12. shresthaal

    using scx form in another form

    ok i am planning one making 23 copies of the first form and then putting it on the second form. the second form will not do anything except for holding and initializing the first form.
  13. shresthaal

    using scx form in another form

    thank you i will try that
  14. shresthaal

    using scx form in another form

    well i want to drop the form that i am working on right now to another form. i think what i mean to do is to use the scx form i am working on as an object that i can use on another form
  15. shresthaal

    using scx form in another form

    i am trying to create an application in which i use a scx form in another form. i do not know if it is possible. i have not reached that part of the project but i would like to know if there is anything that i need to take care or consider while i am building the first form. will be grateful...
  16. shresthaal

    using a scx form on another form

    sorry sorry i did not notice i was typing in the sql server forum
  17. shresthaal

    using a scx form on another form

    i am building a scx form that i would like to use in another form. can i do this? if yes how? if not are there any other options?
  18. shresthaal

    pass values to a htm page

    how do i pass a value from a foxpro program to a htm page
  19. shresthaal

    create a template

    i want to create a template for html page that i want to send out through email i want a placeholder for the name of the person for example <html> <body> You are invited to a party: [placeholder for name]<br> </body> </html> now if i want to change the name to the name of the...
  20. shresthaal

    access runtime help

    i have an access database that i need to be able to open in couple of computers that don't have microsoft access. how would i be able to perform this task? please help.

Part and Inventory Search

Back
Top