That's great, thank you. Actually, I clicked on the page in question,
then went to the Pagination tab in the Object, and set place to "On
Page, Page0."Now I can go wash my remaining hair! Thank you for the
quick response.
I'm using LCD 8.2.1I have a mult-page form that works. When I add a
page, the page is added to the bottom of the form and I can then MOVE
the page my clicking on the page header in the Hierarchy section and
then dragging the page to where I want. Seem to work.However, if I move
the page to page 1 (after the Master Page), I always end up with an
extra blank page at the beginning of the document AND I cannot get rid
of that extra page. If I MOVE the page to somewhere other than page 1,
the blank p...
Thank you for the suggestions.Yes, I'm viewing the image on the same PC,
but note that the image is not even showing while I'm creating the form
in LCD. And yes, I have Embed Image Data checked.No matter what sizing I
use, I still see nothing.
I have a form where I am adding an image (not an image field). When I
double-click the image and point to the logo (jpg) that I'm trying to
insert, it seems to work, but no image is displayed.I have tried this on
Vista and Windows7, but the result is the same. I'm using LiveCycle
Designer ES, V 8.2.1.4029.All suggestions are appreciated.
Still not working.How can I post the form? Note that because the form is
not offically released, it is still confidential. Can I email it to
you?BTW...really appreciate the help that you are offering here.
var cTheEmail = ecPrimaryEmailAddress.rawValue;var cToPass =
'http://www.MyWebsite/MyUpload?email=' + cTheEmail
;app.alert(cToPass);If I execute the above, when I click the button,
nothing comes up.If I replace the cTheEmail Variable with the following:
var cTheEmail = xfa.resolveNode("ecPrimaryEmailAddress");then the
following alert pops up,http://www.MyWebsite/MyUpload?email=nullNote
that I DO have a value in the primary email address.
I'm using LCD (most recent version) and I'm having trouble building a
string -- obvious newbie! I have a field called PrimaryEmailAddress
where the user specifies their email address.I have created a button,
when clicked, will open a URL and pass the email address as a
parameter.Using Javascript, I though I could do the following:var
cTheEmail = PrimaryEmailAddress.rawValuevar cTheURL =
'http://www.MyWebsite.com/MyUpload?email='+cTheEmail
;app.launchURL(cTheURL);Suffice it to say, but this does ...
I love that answer -- short, and to the point.I half expected that I
might get a few "you need to watch it" or "consider that." Is there any
"advise" within this context?