Answered Questions

  • Valid settings for the Initial Value property

    In an Order Entry form, the Order_Items block has a text item called Shipping_Date, which is of the Date data type The Lowest Allowed Value and the Highest Allowed Value properties are not defined for this item.Assuming that all of the following are defined, which three are valid settings for the Initial Value property of the Shipping_Date item? (Choose three)A. $$DBDATE$$B. :Orders.Order_date+3C....

    dornalpr

    • Jun 2nd, 2011

    Valid values are: A, B & DIn forms, to give initial value as sysdate, we should user $$DBDATE$$ which gives the current time of server, which stores date of DD-MON-YYYY format. If you want to stor...

  • how to populate list dynamically?

    deepak

    • Jul 15th, 2017

    I just use this code
    but it is showing error - no list element defined for list item

    deepak

    • Jul 15th, 2017

    Will you provide me the code for populating list
    as I am sending to you my parameter
    record group= country_name
    item=:country.c_name
    there is block name= table name and item name = column name