Search results

  1. S

    Display through Fill-INs

    How to display all the records dynamically from the table suing Fill-Ins in app builder.
  2. S

    Sax Reader

    How to read a xml file into temp tables using sax reader.
  3. S

    Xml

    How to load a xml fine into temp table handle dynamically.
  4. S

    XML in Dynamic Temp Tables

    How to create a dynami temp tables and load xml into them.
  5. S

    inserting data into two tables

    How to insert data into two tables along with the relationships, and display from that two tables. Table 1: S.no Name Table 2: R.no S.no Class Marks Here S.no is common in two bales.
  6. S

    Database

    How to insert,update and delete data in table using insert update buttons
  7. S

    Oops concepts

    How to learn oops concepts in ABL. Can any one give me examples on them.
  8. S

    Decimal to binary.

    How to write a program for converting decimal no to binary and binary o decimal no.
  9. S

    Fifibonacci series

    How to write a program for fibonacci series.
  10. S

    User defined Function

    How to write a user defined function for executing 3 different programs in a single function program.
  11. S

    Case statement

    Can any one give me a simple example by using case statement.
  12. S

    conversion

    How to convert c# code into progress code.
  13. S

    Flames program

    How to write a logic for flames program. It means if two strings are given, then finding the relation between that two strings. Ie: F- friend L-love A- ancestor M- marriage E-enemy S- sister.
  14. S

    collated program

    How to write a logic for bellow mentioned explanation: Lets assume that there are 3 pages for each copy of print. If user wants 2 copies then write logic to show collated & uncollated sequence of papers. Ex:- If print has 2 Copies, each copy has 3 pages then loop should get repeated so...
  15. S

    Prime number generation

    How to write a program for a prime number. If user gives 10, it should display all the prime numbers between 10.
  16. S

    Mod operator

    Give me an example for mod function with out using mod operator.
  17. S

    Prime number generation

    How to write a logic for prime numbers generation under given number
Top