"... you mean these fans?" Posted May 15, 2013 Posted May 15, 2013 Hi, How do you import records being browsed as a pdf into a container fields. Thank you. Tom :-)
"... you mean these fans?" Posted May 16, 2013 Author Posted May 16, 2013 Set Variable [$FilePath ; "file:" & Get ( TemporaryPath ) & "FileName.pdf"] Got to Layout ["yourlayout"] ( or OMIT if your already on the layout ) Save Record as PDF [No dialog; "$FilePath", records being browsed] #PDF has been created, now insert into container Go to Layout ["ContainerLayout"] Insert File [TABLE::ContainerField; "$FilePath"]
Recommended Posts
This topic is 4210 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now