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 Wanet Telecoms Ltd 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: Dhagaxtuur
  • Content: Threads
  • Order by date
  1. Dhagaxtuur

    Deploy Database and connection with the application

    I have program that uses access database. I am using ADO connection to access the database. The problem is, when I want deploy the application to another computer with different setting (for example if my database rooted to C:/programs files and client computer runs from D: and my program is...
  2. Dhagaxtuur

    TEdit entry validation

    I need help validating entry of TEDIT->TEXT. How do I make sure user enters numbers with decimal points. Example: 29.95. If the user enters char, I want display error message or ignore it. Please help. Thanks
  3. Dhagaxtuur

    Can I lounch web site from C++ Builder?

    Is there a way I can lounch a web site by clicking a form component. I haven't done this before and wondering if someone could point right direction. I looked at WebSnap, EnternetExpress, and WebServices but don't know how to use any of these components. Any sugestions of resource on the net...
  4. Dhagaxtuur

    Need help connecting to html file

    I have developed help file using html file. Now I need a way to connect my borland c++ builder program to open the help file when menu is clicked. Help please
  5. Dhagaxtuur

    Dataman.dll eroor when windows starts

    I am using windows me and when ever it start, "Dataman.dll not found error" appears right before login prompt and after I login. I am not getting any clues of this file and help will be appreciated.
  6. Dhagaxtuur

    How to deploy application & with what installation software

    I need help deploying an small project developed using Borland C++ Builder 6. I try Installshield Devstudio 9 evaluation version and it's excellent but too expensive. I am wondering if DeployMaster is effective by detecting and deploying all the dependent files …. Any has any idea? Any...
  7. Dhagaxtuur

    Good Web Host?

    Could anyone help me find excellent ASP/ASP.NET web host with reasonable price. Something less than $7/m. I try several web hosts charging 5/m but their down time was high. If anyone knows host with atleast 100mb space, 10GB bandwidth, and support asp custom componnents. Please let me know.
  8. Dhagaxtuur

    IIS Installation Issue

    I am using Windows XP Pro-Edition. I have installed IIS using some guidlines fromt the internet but I don't know how to run it. The installatio did not put shortcut on anywhere that I can see. My question is how do you run the IIS after I install?
  9. Dhagaxtuur

    Listbox Value

    I have the following listbox incrementing date by day. It's part of a form processed by another file. When I select value and try to update a field in a database, it saves selected value concatinating with previous value. For example if I had 1/2/2003 and try to update to 1/4/2003 result is...
  10. Dhagaxtuur

    How to load images from folder

    Is there a way to populate list box with all the images of folder?. I have folder called images, and I want all the contents to be displayed in listbox dynamically. These images are loaded to the folder so they can be any number of images at any time.
  11. Dhagaxtuur

    Session Array

    Help Please: I have a session array contain list of items (5,20). I want write out the items but I am getting the index numbers. How do I extract the values from the array?. This partcial code I try: dim localCart localCart=Session("cart") FOR x = LBOUND(localCart) TO...
  12. Dhagaxtuur

    ASP url Variable to insert database

    Problem: I have saving value of a variable passed by url <a href=&quot;message.asp?id=<%=RS(&quot;messageID&quot;)>&quot;>Add</a>. I want insert this variable to messageID field in a database. MessageID has number value and I am saying in the requesting page...
  13. Dhagaxtuur

    Make link for HelpScribble

    How do you make a link to help file so that when you click help menu it shows the file.
  14. Dhagaxtuur

    Prevent adding new record to DBGrid

    I have editable dbgrid and when ever I use the down click on the key board. It tries to add new record after the last column. How can I prevent that so it stops when last column is reached. I am using Borland c++ builder 6

Part and Inventory Search

Back
Top