Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print screen
Message
From
12/01/2007 11:25:18
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01095864
Message ID:
01185066
Views:
22
Hi Naomi,

Sorry, but I'm just leaving town at this moment, but I ensure you that this method can produce a satisfactory result.

Probably you have some previous configuration for your printer and VFP is getting from there.

after opening the temp FRX created, add this code to clean Printer settings
  LOCATE FOR (ObjType = 1) .AND. (ObjCode = 53) 
  REPLACE expr WITH "" 
  REPLACE tag WITH "" 
  REPLACE tag2 WITH ""
HTH

Cesar


>In Report Designer I was only able to print it in the Landscape mode. Also it takes some time to print (e.g. the mouse pointer changes to hourglasses for several seconds). I didn't notice the same delay with IE and also from IE it prints OK in portrait.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform