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

Recent content by pranavjosh

  1. pranavjosh

    Delphi application failing to work against Interbase database.

    Hi, We had similar problems and we told the customer to reformat and reinstall the windows. Pranav
  2. pranavjosh

    Row cannot be located fro updating.

    Hi, I have not gone through your code but the reason for this error is that, once you put the dataset1 in edit mode, and then change it through dynamic query or some other dataset component then, when you try to post dataset1, It will find a different row then what it was read by it, It fires...
  3. pranavjosh

    How to clone TForm???

    Hi, I am not exactly sure why you are getting this error, reason for this error is once you have component named btnCancel and if you try again to create it, it gives this error, Reason for this can be known only if we know what component are their on your form.
  4. pranavjosh

    Help in Component creation inherited from toolbar

    Hello Everybody, I created a TPToolBar component inherited from TToolbar, which has four TToolbuttons on it.Now when I drop this component on the form and if I change the border width he button disappears from the component, even if I create new toolbutton after dropping the component it also...
  5. pranavjosh

    How can i change the owner of database

    How can i change the owner of the database
  6. pranavjosh

    To know how many client has logged in

    Hi, I want to take backup of my database, and i want to make sure nobody has logged in across network.How can i do that?
  7. pranavjosh

    Pass a String in a TMessage

    Hi Dont use WM_USER it is not the last message, use WM_APP indeed.
  8. pranavjosh

    How to find out whether any file is in use or not

    Hi Friends How to programmatically find out whether the File is in use or not.
  9. pranavjosh

    to open HTML file in wordpad

    I want to open the HTML file in wordpad it should look same as u see in browser
  10. pranavjosh

    Put images on TImage,move then,change on an onclick

    I have TImage and i have put arc,rectangle,dimensions , o it and recognise it on onclick event,able to move that. delete that and also save has bmp file
  11. pranavjosh

    Insufficient Memory?

    active equal to false will not solve the problem u have to close the queries and tables which are open and then destroy the datamodule
  12. pranavjosh

    cursor variables

    what are cursor variables and what is its use
  13. pranavjosh

    any body compiled registry.cpp of INSIDE COM

    I got the answer the lib files are avaialble which u can include in the command line and compile it
  14. pranavjosh

    getting error type facility_itf

    I am getting error where hresult has the value of facility_itf how to solve it
  15. pranavjosh

    any body compiled registry.cpp of INSIDE COM

    The functions are CoTaskMemFree RegDeleteKey they are defined in objbase.h

Part and Inventory Search

Back
Top