Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing Report using Bitmap image.
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00828141
Message ID:
00829057
Views:
22
>I can't get the FillPict() in the expression area of Variable expression if I verify it gives me a syntax. In the Variable Name I call it FillPict
>In the Expression area I place the Following "FillPict(). The one time I ignored the syntanx error I got the message FillPict() not found.

If the function is not available at the time you press the Verify button, it will declare it invalid. That's okay if you know for sure that the function will be available at the time you run the report so you can ignore the message.



>I have placed the Function (FillPict.prg) in the following directories. In the Reports dir, Programs dir, which are subdirectors of the app and also in the the defualt director of the app.


You said you placed function Fillpict.prg in the directory. FillPict should either be a program by itself .. or it should be a function in a program that is accessible. Just curious .. did you create FillPict.prg and use the following line inside of the program:

FUNCTION FillPict

If this is the case, I see the problem. Either take out the FUNCTION line in the program .. or move the chunk of code to whatever procedure file you might have in the app (SET PROCEDURE TO xyz).
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform