Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

MarleyJack
MarleyJack
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
18

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MarleyJack
Customize the badges you want to showcase on your profile
Re: Naming convention for fields? - Adobe LiveCycle 17-08-2011
I'm not mixing any meta data in the field names, strictly alpha characters, example: 'TFLastName'.Yhanks.

Views

237

Likes

0

Replies

0
Re: Naming convention for fields? - Adobe LiveCycle 17-08-2011
Thank you, you confirmed what I was thinking.

Views

177

Likes

0

Replies

0
Naming convention for fields? - Adobe LiveCycle 17-08-2011
What's the rule of thumb when it comes to naming fields?I have been been naming like the following: ' TFLastName ' TF for Text Field and then what the field is.Is it really necessary for me to begin the field in that manner?

Views

776

Likes

0

Replies

4
Re: leading zeroes in a Numeric Field, Don't want. - Adobe LiveCycle 17-08-2011
Thank you, it worked. I used the TextField and set up the Display Pattern of all z's.This way I'm able to enter the hyphen and the last 4 digits of the zip and if there is no extra 4 digits then the 5 zip code will appear without zeros.Thanks again.

Views

179

Likes

0

Replies

0
leading zeroes in a Numeric Field, Don't want. - Adobe LiveCycle 16-08-2011
I have a Numeric Field set up to hold 9 numbers for a zip code using Display Pattern 999999999.When I only put in 5 numbers I get leading zeroes.I only want to display the numbers I put in.Sometimes I will have zip code of 9 numbers and other times only 5.What am i missing?Thank you.

Views

943

Likes

0

Replies

2
? Drop down box 'Other' want to be able to enter text - Adobe LiveCycle 03-08-2011
I have a drop down box created, working fine with one of the options being 'Other:'.When the user clicks on 'Other:' I want them to be able to enter text at that point. How do u do that???

Views

364

Likes

0

Replies

2
Re: Object 201628740 This must be an error code? - Adobe LiveCycle 02-08-2011
Thank you, this worked and I learned something.

Views

173

Likes

0

Replies

0
Object 201628740 This must be an error code? - Adobe LiveCycle 02-08-2011
receiving this on my subform in place of the text that should be displayed.I assume this is an error code. Where do I find what exactly it means?This is my code on a update button: SFReasonNotes1.TReason.rawValue = Reason.getDisplayItem(Reason.selectedIndex);When pressing 'preview' then the Object ### appears instead of the text that's in the Reason text field.

Views

396

Likes

0

Replies

2
Answered Re: script to fill a subform page from a dropdown box - Adobe LiveCycle 27-07-2011
Answered myself. (ServiceTypeLine1.rawValue == null){ServiceSubForm.presence= ("hidden")}else{ServiceSubForm.ServiceTypeField.rawValue= ServiceTypeLine1.getDisplayItem(ServiceTypeLine1.selectedIndex);ServiceSubForm.presence= ("visible")}

Views

101

Likes

0

Replies

0
script to fill a subform page from a dropdown box - Adobe LiveCycle 27-07-2011
Hello, trying to write script on to fill my subform with data from a dropdown box.this is what I have so far, but don't know script to use for the dropdown part of it.(ServiceTypeLine1.rawValue = THIS IS WHERE I'M STUCK AS TO THE DROPDOWN BOX SCRIPTING NEEDS TO = ONE OF THE CHOICES IN THE DROPDOWN THAT I CREATED. otherwise IF IT'S NULL IT WILL BE HIDDEN){ServiceSubForm.presence = ("visible") IF ='S THE DROPDOWN THEN MAKING SUBFORM VISIBLE.} TY

Views

341

Likes

0

Replies

1