Expand my Community achievements bar.

DKinsley
DKinsley
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thank you - works great!

    Type

    Questions

    Views

    859

    Likes

    0

    Replies

    0
  • Yes! Thank you so much!

    Type

    Questions

    Views

    522

    Likes

    0

    Replies

    0
  • I have two company logos on the top of my form. When the user selectes which company they are located at, the cooresponding logo become visible. Unfortunitly, because the images are set to global binding (so they appear on each page) the image data exports to my spreadsheet. How can I have the user ...

    Type

    Questions

    Views

    698

    Likes

    0

    Replies

    2
  • I have a Livecycle form that connects to a MS Access database. Everything works as expected except for one issue. If I have more one table row unhidden and save the form, when I reopen it, all rows except the first row are hidden again. I verify the rows are visible when I save the form. Close it an...

    Type

    Questions

    Views

    800

    Likes

    0

    Replies

    2
  • I need to extract the year from a user entered date field and display the year in a text field. Can someone help me with the correct script to do this?

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    2
  • I just tried this on a form that is not connected to a database and it works as you suggested (using preSave). I have an identical form that is connected to a database and preSave does not work. No idea why! How frustrating!

    Type

    Questions

    Views

    524

    Likes

    0

    Replies

    0
  • The preSave does not work. Whatever I do the Save As fires first. I created an if statement that should only run the SaveAs if the subform I want visible is in fact visible but Save As runs first every time. Can anyone help me with this?

    Type

    Questions

    Views

    510

    Likes

    0

    Replies

    0
  • I put the following script in the preSave event and the saveAs script in the click event but it still saves before it makes this subform visible.Form1.Subform11.SaveAs::preSave - (FormCalc, client)if(Subform1.Originator eq null)then (Subform11.OriginatorNotifiedDate eq null) else Subform11.Origina...

    Type

    Questions

    Views

    510

    Likes

    0

    Replies

    0
  • I have a FormCalc script in the preSave that enters a date. Can I also have JavaScript in the same event or do I need to convert the Subform12.presence = "visible"; to FormCalc? If I do have to convert the JavaScript, can you tell me how? (I am only familiar with JavaScript).Thanks

    Type

    Questions

    Views

    510

    Likes

    0

    Replies

    0
  • My scrpt should make a subform visible and then run Save As. No matter what i do, it runs the Save As first. What am I doing wrong? Here's the script.Subform12.presence = "visible";app.execMenuItem("SaveAs");

    Type

    Questions

    Views

    762

    Likes

    0

    Replies

    5