Do you mean you need a custom preview window?
I use:
Local whatCaption, m.showpicrep, m.name
m.showpicrep = .T.
m.name = CustomerName
whatCaption = "Race Report Program - Click Close Window Icon to Return"
oRepForm = Createobject("Form")
With oRepForm
.Caption = whatCaption...
I use this code to generate a report preview.
Local whatCaption
whatCaption = "Race Report Program - Click Close Window Icon to Return"
oRepForm = Createobject("Form")
With oRepForm
.Caption = whatCaption
.WindowState = 2
.Show()
Endwith
Repo Form "reports\" + (upickrep) &forclause...
I use mwresize.vcx and it seems to work fine. You just drop it on a form and type a few lines of code.
Do a search on mwresize
If you cannot find it I can email it.
Look for a cursor that has the same name on another form or control. This happens in combo drop downs on multiple forms if the developer does not pay attention.
You will have to provide more information. What is the code it fails on?
Proper error handling is critical to a good EXE. The error reporting tool will tell you what line, the error info, and keep it in a database for retreival later.
Go to Mike Lewis's site and download his SIMPLECHART class. It makes charting easy.
http://www.ml-consult.co.uk/foxst-23.htm
I have 4 charts on one form, all updating continuously by timers. I can change the chart type instantly and many other cool things.
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.