Hi,

I have just purchased XFRX and trying to use it in my current setup.

Currently I have a base form and a report previewer form. My main form is a Top 
level form. In my base from I have a method which accepts a report name and I 
have the following code there to preview the report.

Lparameters tcRepName
tcForm = "TaReportPreview"

Local loForm
loForm = NEWOBJECT(tcForm,'akform.vcx')
With loForm
 .NAME = "loForm" && Must use 'loForm' else it gives error
 Keyboard "{ctrl+f10}"
 .VISIBLE = .T.
Endwith

Report FORM &tcRepName PREVIEW WINDOW loForm

Return .T.

1> Now without having to change the syntax of calling this form how do I 
incorporate code inside this method to call the XFRX previewer.

2> I have tried to put the cntXFRXMultiPage container on this reportpreview 
form. Its working but the toolbar goes below screen limits and the preview does 
not center.

Any help will do. I am send this ti Martin also.




Regards

Ajoy Khaund
Neamati Road
Near Bhogdoi Bridge
Jorhat 785001-21
Assam, India

Tel: 91-376-2351288
Cell: 91-94350-92287
Mail: [email protected]
Mail: [email protected]
http://teaanalyst.blogspot.com/

"Walking on water and developing software from a specification are easy if
both are frozen."
- Edward  V. Berard, "Life-Cycle Approaches"

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/fadb8dd452a6428f9211b0b042fcd...@compaq
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to