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

nikg-fh
nikg-fh
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
42

Discussions

Discussions
0

Questions

Questions
17

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by nikg-fh
Customize the badges you want to showcase on your profile
Export form to Microsoft Word / Excel 2007 / 2010 - possible/how? - Adobe LiveCycle 10-02-2012
Hello,ist it possible to export / save a form (e.g. button = "save as word-file") as a microsoft word /excel file (version 2007 / 2010)?The idea is, that you should get nearly the same "form" in word-format. (don't ask me why, customer WANTS TO ....) In case there should be some filter-option in between (some parts of the adobe form should not appear in the word file) ... someones JavaScript-Snippet might help, too ; )If anyone has a link to a blog / how-to page or even some samples or prototype...

Views

460

Likes

0

Replies

0
Re: how to control/get a specific instance item "from outside"? - Adobe LiveCycle 27-12-2011
solved it by myself xfa.resolveNode("...pathToSubform...[" + 2 + "]").presence = hidden;

Views

154

Likes

0

Replies

0
how to control/get a specific instance item "from outside"? - Adobe LiveCycle 27-12-2011
Hi,I use a function in my scripting object to control my flowed, repeatable subforms.Each subform contains a CheckBoxform structure: page 1 mysubform 1 (flowed, repeatable subform) CheckBox mysubform 2 (instance number "2") CheckBox mysubform 3 (instance number "3") CheckBox ... mysubform n (instance number "n") CheckBox// click event on CheckBox doProcessOnSubForm(this):// scripting objectfunction doProcessOnSubForm(CheckBox){ var InstanceOfMysuborm = CheckBox.parent._mysubform; console.println...

Views

611

Likes

0

Replies

1
a form with 8000 check boxes - could Adobe Interactive Forms handle it? - customer request - Adobe LiveCycle 20-12-2011
Hi,it is a well known situation in IT ; )Customer wants something like "eierlegende Wollmilchsau" (English: a pig wich gives you, apart from meat, also milk, eggs and wool).There should be a form which he can customize as he wants. First, some data of the form.Structure: Page Main-CheckBox Sub-CheckBox Child-CheckBoxNumber of fields (checkboxes,only):Pages = 10 Main-CheckBoxes = 5 / Page Sub-Check-Boxes = 10 / Main-CheckBox Child-CheckBoxes = 15 / Sub-Check-Box=> 7500 CheckBox (plus some other s...

Views

555

Likes

0

Replies

1
issue: format / "language" of current Date (in date/time field), javascript only - Adobe LiveCycle 19-12-2011
Hi,I have 2 date fields in my form, which should display the date in differnt format. (yyyy.mm.dd / dd-mm-yyyy)To get the current date I use java script onlyFormular1.p1.date_YYYYmmDD::initialize - (JavaScript, client) var date = new Date(); this.rawValue = date.toLocaleDateString();My first problem is (red): I get date in English, but I want it in a different language. As it was set in form settings My second issue is: how can I format a date/time-filed (not a text field) in javascript with a s...

Views

1.9K

Likes

0

Replies

2
Re: setting up own debugger: how to get the name of current function in scripting object? - Adobe LiveCycle 24-11-2011
sorry, I didn't get itIf I would like to debug a function (I do not have A Professional).Where do I have to add it exactly?E.g. =>function answerEveryQuestion(Question){ var user_action; // parse every question down to simple YES or NO ; ) // some crazy code which should be debugged var i = Question; i.rawValue = Question + Question; Question = i; // ... // get the answer switch(Question){ case == true: user_action = xfa.host.messageBox("it is 42!"); // Return = OK case == false: user_action = x...

Views

200

Likes

0

Replies

0
setting up own debugger: how to get the name of current function in scripting object? - Adobe LiveCycle 24-11-2011
Hello,its a pity there is any common debugger in LCD. So I try to set up (a kind of) my own debugger. I do need one, because I am working on a form with dynamic, customizeable content and sometimes "strange things happen" if user customize the form ; )Idea: every function gets bool-paramters function mytest (.... isBreackpointActive, isConsoleActive)there is also an option to control this values in form with a "developer menu" which is usually hiddenso I do not have to run LCD everytime and coul...

Views

1.0K

Likes

0

Replies

4
Re: changing font/-size of a text field on master-pages not possible? (field prop) - Adobe LiveCycle 23-11-2011
Hi,I was just about to post, that I figured it out.Actually, I use Livecycle Designer in SAP (transaction SFP). There seems to be a bug (one of hundrets by the way).If I click on a field, that does not have text-property e.g. subform, text-option menu greys out.Afterwards it stay this way until I click/doubleclick into a simple text (not text field). From that moment on, text/font-option menu is available again, until I click on something without text. => So pay attention and click wiselycoming ...

Views

690

Like

1

Replies

0
changing font/-size of a text field on master-pages not possible? (field prop) - Adobe LiveCycle 23-11-2011
Hi,I would like to change the font and font-size of a textfield on a master page. I wonder if I do anything wrong, because the font-options (size, font etc.) are simple greyed out / not avaliable, when I click on my text field. It seems, there is any way to customize the font-properties of a textfield (only) on master-page.Well I guess it would work with java script in init-event ... but really, why the hell it should not be possible simply to use the properties/text properties?!Please correct m...

Views

3.2K

Likes

0

Replies

2
Likes given to
Likes from