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 gkittelson 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: *

  1. kamilas

    erasing line - line as object

    Using VC++ 6. I have to draw lines and be able to store them so I can erase them at some point. I have to have a function void EraseLine(CPoint startP, CPoint endP) How do I do this?
  2. kamilas

    Array or collection of rectangles and resizing clent window

    I need to draw a number(more than 20) of rectangles. Can I have an array or collection (or other container?) of rectangles. How and where do I need to declare it. Also how can I(is it possible at all) specify the size of the client window. Thanks
  3. kamilas

    inserting images into CR from Access database table

    Actually I have two questions: 1. How to insert an image (OLE object) from a Access table in CR v 9 report. Inserting as regular field prodeces an error: Failed to open rowset after OK detailes: cannot include Memo. OLE or Hyperlink object when you select unique values 2. I have Visual Studio...
  4. kamilas

    Using formula in CR passed from VB

    I am working on CR using Visual Studio-VB. I passed parameter(Integer value) to CR from VB CrystalReport1.Formulas(0) = "ses = " & Chr(34) & sesId & Chr(34) and I can see it in CR it is stored at @ses. Now how can I use to select records where the id is equal to @ses. For example I...

Part and Inventory Search

Back
Top