the value of one field cannot be set from the value in another field
the text string in the formula is set to null. Thus notes cannot validate the formula
when setting the value of a field , the formula must be in the field‟s input validation event
the formula does not specify that title is an existing field. Thus it is interpreted as a temporary variable
第1题:
nancy used a rich text field on a form to capture data. she would like to display the data in a view. which of the following should she do?()
第2题:
which one of the following is an @fuction that Lonnie can use to return the value from a specific field?()
第3题:
tommy has created a sales view in his sales.nsf database. Tommy wants negative numbers in the sales number column in the view parenthesis. which one of the following should tommy do?()
第4题:
when eduar tried open the coming attractions view. he got the following error message: incorrect data type for operator or @function: text expected. What did he do to cause this to happen?()
第5题:
10. public class Hello { 11. String title; 12. int value; 13. public Hello() { 14. title += “ World”; 15. } 16. public Hello(int value) { 17. this.value = value; 18. title = “Hello”; 19. Hello(); 20. } 21. } and: 30. Hello c = new Hello(5); 31. System.out.println(c.title); What is the result?()
第6题:
use the @function @decimal in the column formula in the view
select decimal on the numbers tab in the view properties box
select decimal on the numbers tab in the column properties box
use the @function @decimal to format the value in the field on the form that will display in the view
第7题:
@transform
@Listprocess
@processlist
@listevaluate
第8题:
the address field is computed
jim should have used a text popup
jim stored the field hint in the database
field hint only display when the user has not clicked in the field (field hint)
第9题:
The PRI field should contain the Cos value of 010
The PRI field should contain the Cos value of 011
The PRI field should contain the Cos value of 100
The PRI field should contain the Cos value of 101
The PRI field should contain the Cos value of 110
The PRI field should contain the CoS value of 111
第10题:
use @texttorichtext
use a richtext title field
use the @text(fieldname) in the column formula
nothing rich text display in the views
第11题:
select the parenthesis when negative value in the view properties box
select the parenthesis when negative value in the column properties box
use the @function @negative to set this in the column formula in the view
use a formula to format the value in the field on the form that will be displaying in the view
第12题:
1
2
Compilation fails.
The code runs with no output.
An exception is thrown at runtime.
第13题:
Yuri created a formula for a button. The code is supposed to set the value of an existing field called title. He used the following formula: title:= @propercase (title); after the foumula runs ,the title field is null. Why? ()
第14题:
Derek has created a view in the sales.nsf db. Derek wants the sales value column in the view to be punctuated to display two decimal places . which one of the following should he do?()
第15题:
when robert created a response form. he set the "formulas inherit values from selected document" option on the form properties, the field name on the review form is the same as the field name on the inheriting form, however the form does not inherit any data ,why ?()
第16题:
jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()
第17题:
public class ClassA { public int getValue() { int value=0; boolean setting = true; String title=”Hello”; (value || (setting && title == “Hello”)) { return 1; } (value == 1 & title.equals(”Hello”)) { return 2; } } } And: ClassA a = new ClassA(); a.getValue(); What is the result?()
第18题:
Hello
Hello World
Compilation fails.
Hello World 5
The code runs with no output.
An exception is thrown at runtime.
第19题:
entered text in a number field
neglected to place a formula in a validation event
neglected to place a formula in a translation event
combined a text field and a time field in formula
第20题:
@value
@getfield
@GetItemVale
@getfieldvalue
第21题:
Progress in the Field of Study
Teachers’ Role in Study
How to Improve Students’ Ability
Bad Points of the Examination System
第22题:
the value of one field cannot be set from the value in another field
the text string in the formula is set to null. Thus notes cannot validate the formula
when setting the value of a field , the formula must be in the field‟s input validation event
the formula does not specify that title is an existing field. Thus it is interpreted as a temporary variable
第23题:
use the @currenty in thr column formula in the view
Select currency on the numbers tab in the view properties box
Select currency on the numbers tab in the column properties box
Select currency on the numbers tab in the field properties box
第24题:
1
2
Compilation fails.
The code runs with no output.
An exception is thrown at runtime.