Expand my Community achievements bar.

kingphysh
kingphysh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Simply, from the perspective of you just beginning to use Designer (on day #1)? The answer is No. You cannot switch to "flowed" and expect the objects to remain in their initial layout. You must put the objects in the flowed order that you want (drag and drop in the hierarchy panel) and size them in...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    0
  • Hi Radzmar,I ran your JS script (added a semicolon at the end of 1st line) and got:Exception in line 2 of function top_level, script XFA:form1[0]:SubformBody[0]:SubformLocation[0]:SubformPropCrDb[0]:DdlPropCreditDesc[0]:exitAlso, tried the same without the quotes ("1") with same resultAny idea whats...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Thanks Robert,I might be missing something--I've never seen square brackets used in the way you suggest. Am I missing something?The subform doesn't have an index[propOptSubformID]  It would have an index[0] when it actually does exist. This isn't really an index problem. That would be easy and I thi...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • var propOptSubformID     = "8011"var propSubformName     = Concat("SubformPropOption",propOptSubformID,".instanceManager")      //since instanceManager is object$.resolveNode(propSubformName).setInstances(1)I get:I can't seem to find a way to use the instanceManager and successfully reference a subf...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    4
  • OK--a few things. I have found that some lines require a min of .01in thickness to be rendered. The default .0069in doesn't cut it for check boxes, and I believe the underline style of a text field, also. It really doesn't perceivably change the appearance/thickness but it impacts whether it will be...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • OK--I figured it out--however, I still don't fully understand it.Thanks! kjaeggin for your question: "did you or did you not reproduce this with a simplified version of your form?" I had tried some simplifications, using "Inactive" presence--but that didn't flesh out the problem.I started deleting p...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • I'm sorry. I can't post my form to a public place. Even if I could share it, I think it highly unlikely that someone would have time to carefully examine the form (it contains 1000's of objects and has 80,643 lines of XML). Besides, the answer is figuring out what happens during the original layout,...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Hi, Thanks kjaeggin and Bruce,I have the checkBoxes unchecked and the occur element is <occur min="0" max="-1"/> .Actually, this is the way the checkBoxes and XML have been all along and the results are what what I have previously described. One of my attempts to fix this was manually adding the "in...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Hi, The target version is set for Acrobat/Reader 10.0 or later. Here is the scenerio://////////////////////Grandparent                //min="1"     Parent                    //non-reoccuring          mySubform       //min="0"               TextField1//////////////////////Right now, when I open the f...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Hi, Thank you for considering my problem and posting your questions. I am not merging data and I have not associated a Schema. No Data Connection has been set up, yet. Any bindings are "Use name". Perhaps this will help:I will call the subform described above: mySubformRegarding this.parent.parent o...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0