Expand my Community achievements bar.

kingphysh
kingphysh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,On the Object Pallet you can specify "Locale" for individual subforms and most other objects. There are quite a few Spanish choices. I noticed that Designer tells you if spell-check is supported for the language--I assume that is determined by dictionaries on your PC. Hope this helps!Stephen

    Type

    Questions

    Views

    323

    Likes

    0

    Replies

    0
  • Sorry, I keep seeing issues--for(var i = 0; i <= numberOfRows - 1; i++)for(var k = 0; k <= numberOfRowss - 1; k++)for(var j = 0; j <= numberOfRowsss - 2; j++)These appear to be nested loops. For loops need brackets.for(var i = 0; i <= numberOfRows - 1; i++){for(var k = 0; k <= numberOfRowss - 1; k++...

    Type

    Questions

    Views

    413

    Like

    1

    Replies

    0
  • In order to be of further assistance a screen shot the expanded (expand all the levels so all objects a revealed) in the hierarchy. pallet  an explanation of the objective for the scriptwhat is the exact object and event for the current scriptGood luck!StephenMessage was edited by: kingphysh

    Type

    Questions

    Views

    414

    Likes

    0

    Replies

    0
  • if (Row2.status.rawValue == 1 & Row2.authorised.rawValue == 2)if (Row2.status.rawValue == 1 & Row2.authorised.rawValue == 3)should be && not &alsoEven though javascript is loosely typed, when dealing with DDLs, I think it is prudent (good practice)  to assume a string type of value like "2":Also, I ...

    Type

    Questions

    Views

    414

    Like

    1

    Replies

    0
  • Hi,Buttons don't hold values--you can't assign a value to a button.You normally place a script on it's click event, some solutions for you would be to have either a hidden field or a formVariable) store whether a click has happened. change an attribute of the button (like the fillColor) when clicked...

    Type

    Questions

    Views

    461

    Likes

    0

    Replies

    0
  • Hi,I would need to see the form to be of any further assistance. You do not need scripting to do what it seems you want to do. I will say this, I don't use "Page" subforms. I normally just have a single PageSubform with MasterPage 1, MasterPage2, MasterPage2 etc. restricting the MasterPage occurance...

    Type

    Questions

    Views

    876

    Likes

    0

    Replies

    0
  • I am not sure which settings you are referring to. This is what they should be for ALL of the subforms on Page1 AND Page2"Place" setting?  Should be "following previous"               //ALL of the subforms on Page1 AND Page2"After" setting?  Should be "Continue filling parent"      //ALL of the subf...

    Type

    Questions

    Views

    901

    Like

    1

    Replies

    0
  • Keep with Previous (I would check it yes)"Place" setting?  Should be "following previous""After" setting?  Should be "Continue filling parent"

    Type

    Questions

    Views

    877

    Likes

    0

    Replies

    0
  • This could be one of several things. First, check the "Restrict Page Occurance" on the MasterPage Tab on the Object Pallet.Second, check pagination of the Subforms on that Master Page--you may have accidently incorrectly set the "Place" and/or "After"  and/or "Keep with" settings.Hope this helps!Ste...

    Type

    Questions

    Views

    878

    Likes

    0

    Replies

    0
  • In the Object palette, click the Field tab. In the Locale list, select one of these options or one of the provided alternatives for the object's localization setting: To use the default locale specified in the Defaults tab of the Form Properties dialog box, select Default Locale. To use the system l...

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    0