Expand my Community achievements bar.

ocen12
ocen12
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Here you go:Javascript:this.rawValue = Math.round(this.rawValue/1000)this.rawValue = this.rawValue * 1000I'd suggest you the exit or the pre-print/send event.if you want to round down (even if the last three digits are >=500):this.rawValue = Math.floor(this.rawValue/1000)this.rawValue = this.rawValu...

    Type

    Questions

    Views

    881

    Like

    1

    Replies

    0
  • You can make it yourself...You make an if statement into the checkbox, javascript:if (this.rawValue == 1){BillingStreet.rawValue = ShippingStreet.rawValue.rawValue;BillingCity.rawValue = ShippingCity.rawValue;BillingState.rawValue = ShippingState.rawValue;BillingZip.rawValue = ShippingZip.rawValue;}...

    Type

    Questions

    Views

    459

    Likes

    0

    Replies

    0
  • Hihi you have a German name tooOkey, if you only want to have fields, displaying exactly the same you can do it with bindings (like Paul suggested), with the masterpage (if the same field is on every page) or with scripting.The last one is especially good, if you want to change something in the form...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    0
  • Of course I'll do... but could you first tell me what exactly you wanted?The three main themes we discussed were:1) fields that will automatically filled2) fields that get invisible by choices3) possibilities to send data/save formfor 1) the original topic here, Paul's solution is the best. ^^

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    0
  • > Kann man das Formular mit dem Acrobat READER benutzen?Also... mal grundsätzlich. Du kannst das Formular leer speichern.Nachdem es ausgefüllt wird, wird es entweder gedruckt oder per XML versendet. Diesen XML Code kannst du dann in eine Datenbank einlesen lassen. (Wir haben das beispielsweise mit S...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    0
  • Oke das mit dem ausserhalb von LCD hab ich nie probiert, wenns drin nicht ging ;D> Welches Feld muß man eigentlich nehmen, wenn man das Script beim "Ziel" hinterlegen will. Frei nach dem Motto: "Wenn Häkchen 1 bis 4 gesetzt sind, dann setze auch dieses Häkchen."Calculate und Validate wären Möglichke...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    0
  • Was genau passiert bei deinem Script?Hmm... ich bin eigentlich auch nur ein Amateur was programmieren betrifft ^^ meist auch ziehmlich unsauber und nur aufs Ziel fixiert.Ich hab in eine Optionsfeldliste mit 3 Optionsfeldern ins "MouseUp" Event des jeweiligen Optionsfeldes folgendes geschrieben (Java...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    0
  • Hallo ThorblabsAlso, am besten bennenst du deine Seiten. Dann kannst du einfacher auf die jeweiligen Objekte zugreifen.f.ex. wenn du Seite1 "Seite1" nennst wäre es eventuell:this.rawValue = Seite1.Textfeld1.rawValueim Calculate Event, Javascript, im Feld in das du den Wert von Textfeld1 reinkopiert ...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    0
  • I am not 100% sure if I am right, but do you reder to the "events" that can contain functions on initialize post... and closedoc.In these events people might add scripts that will execute when opening etc. the document. (Like you said with your variables.)(Other events are exit, calculate, mouseup, ...

    Type

    Questions

    Views

    410

    Likes

    0

    Replies

    0
  • Yep you could put a password behind it.Data/File -> Properties -> SecurityI am not sure if this path is totally right... because I have no English version of LC. But you should be able to find it thoughI did the same thing... but had to cut out the password later since it was rated as possible "viru...

    Type

    Questions

    Views

    392

    Likes

    0

    Replies

    0