Illustrate a scenario where post change and pre-change trigger get fired?
Latest Answer: pre-change trigger fires when the value is changed or selected from the listitem andpost-change trigger fires when the value is changed after the value is selected from the list item.BY Mr. Aijaz Ahmad Kumar D2k Expert ...
How many times pre query and post query fired when we fetch 10 record from a table ?
Latest Answer: Pre Query 1 Time - Before Query Post Query each Time ( here 10 Times for all the records fatch by this query) ...
some tell me code to attach SecuGen thumb device and scan and handle attendance in form 6i.i'll be thank full....
i want to retrieve data from table where apply date field from table which likedate = sysdate,so i not got a data , what i doe.g.select date from abc where date = sysdate;this is right or wrong ,plz give
Latest Answer: select app_date from application where app_date=sysdate;The above query is right but may not fetch record.sysdate defult format is = 'dd/mm/yyyy hh:mi:ss'app_date might format may be = 'dd/mm/yyyy'so please writeselect app_date from applicationwhere trunc(app_date)=trunc(sysdate) ...
i want to run a report daily, actually there is a whole data retrieving in one report so, i want the report daily at evening auto run and generate data and convert it into pdf, so how i it put the report
how can i implement progress bar in form 6i.
Can :SYSTEM.CURRENT_BLOCK value be changed. If yes how? If no Why?With Example
What are the forms status in form 6i
Latest Answer: The three form status are New ,QUERY, CHANGEDTARIYAL,BIJENDER ...
Which property has to be used to fill the columns created_by, updated_by etc in the table when the user uses the customized form to enter the data in the table?
Latest Answer: Hi Decode function is like if -- else condition.Decode is usinfg in sql statment .e.g SELECT DECODE(:EMP_STATUS,'M','MALE','FEMALE') FROM EMP.Tanwirseven seas shipchandlersDubai ...
View page [1] 2 3 4 5 6 7 Next >>

Go Top