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: hujur
  • Content: Threads
  • Order by date
  1. 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...
  2. 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!
  3. 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...
  4. 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...
  5. 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 !
  6. 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!!
  7. 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...
  8. 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...

Part and Inventory Search

Back
Top