May 15, 201312 yr Hi, How do you import records being browsed as a pdf into a container fields. Thank you. Tom :-)
May 16, 201312 yr Author Solution 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"]
Create an account or sign in to comment