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?
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.