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 SkipVought 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: hujur
  • Order by date
  1. hujur

    Need Help on ADO recordset Filter option

    Thanks It works !!! Hey can you help me with the datasource class, I don't how to do it at all. I am working on 3 tier application am useing disconnected recordse to display data from table to grid in ui, but to update the row am using the controls means when user clicks the row in grid it...
  2. hujur

    Need Help on ADO recordset Filter option

    Thanks for the reply ! The recorset am talking about is disconnected. I need the row for the processing but I don;t want to display to the user. filter option takes it out the row completely. I know manually we can loop it and do it but any option to do this type of filtering. Thanks for...
  3. hujur

    How to set the control to a property ?

    Hello I am developing a three tier application inthat First UI-Interface Second Businessrules & Validations Third DatabaseConnection & For Each Table There is separate class and class has separate methods to fire delete,select,update,insert etc...all the methods related to tables...
  4. hujur

    Need Help on ADO recordset Filter option

    Hello, Am using ado recordset to populate the MSH-grid, but before I "set mshg.recordset = rsXXXX" I want to display only certain rows not all the rows in the grid. I don't want to change the SELECT query. Please Help!
  5. hujur

    Need Help on determining lines or some sketch is drawn on picturebox .

    Sorry guys for the late reply. In my program In the mouseDowna event am taking the (X,Y) co-ordinates and adding tO the collection and reading back from collections and by using vb Line command drawing the lines on picture box. In this program user is drawing the house outlines, within that...
  6. hujur

    Problem with the picture box.

    Hello, I have developed the project that allows the user to draw the diagrams like house outline , garagoutline etc.. on the picture box. I save the co-ordinates of the house into the access database and while he is drawing it is saved into the collection and the mousedown event has allthe code...
  7. hujur

    Need Help on determining lines or some sketch is drawn on picturebox .

    Hello, In the project user has given the ability to draw lines and boxes, free hand sketches. But now am stuck how to give them the funtionality to delete the particular sketch that they have drawn on the picture box. How to determine that user has clicked on the line drawn on the picturebox...
  8. hujur

    Access OLE & VB6

    Thanks for the reply. But my picture is stored into the access database as Long Binary Data, this field does not even show up in the list of fields while am trying to generate the crystal query. am little confused. If you want I can post the code to save & display picture box image. It is...
  9. hujur

    is there any way to print a picture

    Hello , Then how do it? Please reply. Thanks.
  10. hujur

    Access OLE & VB6

    hello ! I tried saving the picture from the picture box (the picture was lines,shapes,boxes etc) and I was successfull to save it and retrieve it from the access database into a picture box. Now I want to display the same picture into the crystal report. do you have any idea how to do this, I...
  11. hujur

    Need Help on Saving the drawing on the picturebox into access database

    Hey, I want to save the drawing (eg. boxes,lines) drawn on the picturebox into the access database into a field with (Ole object datatype) and use that field to display the picture on crystal report. (Am using vb6 & crystal report8). Thanks for the help !
  12. hujur

    Display ole object from access database to CR, its not working

    hello, I have stored the different shapes drawn at run-time from an vb6 app into the access database field (datatype is oleobject). Now I want to display the contents of it on the Crystal report 8.5 Anybody has any idea how to accomplish this task. Thanks!!
  13. hujur

    How to open the Crystal report itself not via RDC from VB?

    Hello, My quesiton is : How do i open the crystal report 9.0 from vb 6 and pass the 10 reports as parameter to be open from vb? Right now I have vb app that uses CR viewer to diplay the crystal reports and I loop into the vb and one by one it opens up the 10 reports. But now I want to use...
  14. hujur

    Allowing users to draw the sketches at run-time in visual basic 6.0.

    Thanks for the reply, I don't need the code but just the little bit more detail suggestion and guidelines to accomplish the task. The day I will accomplish this task I will post the zip file on this web site with Special thanks to you two for your great help . Thanks !
  15. hujur

    Allowing users to draw the sketches at run-time in visual basic 6.0.

    Thanks JeStar, Thanks for posting the sample code. This is the basic code to just draw, I need little advanced functionalities. I want to display the list of images at run time and when the user clicks on the image or drags and drop it on the form and then save into the database the...
  16. hujur

    Need Help for drag and drop in listview.

    Hey, I want to display the metafiles image into the listbox and then allow the user to drag the image from the list box and drop it on the form. I could not find the way to display the images into the list box from the metafiles and how can I allow the user to drag each image from the list box...
  17. hujur

    Allowing users to draw the sketches at run-time in visual basic 6.0.

    Thanks for the reply ! I want to display the list of diagrams on the side of the form and allow users to drag and drop it on form/picture box.. at run-time and allow them to strech it at run-time. How to do that? I cannot store the path into database that is not the requirements, I have to...
  18. hujur

    Allowing users to draw the sketches at run-time in visual basic 6.0.

    Hello, I want to give users a list of drawing that are stored in metafiles , so that they can drag the drawing and strech and make a disgram at run-time in visual basic and I want store the entire disgram into access database not as a blob as string or numbers (what ever except blob), may be...
  19. hujur

    Problem copying mdb database using vb6

    I had this same problem, the reason I found out was, sometimes it takes little long to close the database connection. You are executing next command "Filecopy", before it disconnects with the database completely. As the database is in use, it is poping the error "access...
  20. hujur

    Message: Memory is full in VB6 & CrystalReport - HELP!

    The only Thing I can think of is, if you have placed the above code in some of the class method and you are creating the instance of that object , atfer you are done, you are not releasing that object. Please check, I have got the same problem in vb6 & crystal and I found out that was the...

Part and Inventory Search

Back
Top