Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report gives C-5 errors
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01478438
Message ID:
01478447
Views:
35
>>1. Which particular case in that code gives you problems?
	CASE m.Choice_2 = 2
		DEFINE WINDOW wReport FROM 0,0 to 100,200 TITLE "Report Preview" SYSTEM CLOSE
		ACTIVATE WINDOW wReport
		ZOOM WINDOW wReport MAX
		IF posconfg.rx1
			REPORT FORM xunpdrx2 PREVIEW WINDOW wReport
		ELSE
			REPORT FORM xunpdrx PREVIEW WINDOW wReport
		ENDIF
	               RELEASE WINDOW wreport
>2. Can you just prepare your data as a cursor and run from the cursor instead of filtered data with relations?

Sounds good... guess it can't hurt!

thanks!
Tommy Tillman A+ NetWork+ MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform