Search results

  1. C

    Resolved Static or Dynamic

    i use dynamic codes when i don't have the luxury of actual changing the database table structure. eg, tables that have been used by many programs which i can't guarantee the versions :) other than that, static is good.
  2. C

    How to replace entire occurence of a character.

    i just use : ctest = "demo,admin1,system,test" ctest1 = REPLACE(ctest,"admin1","demo1").
  3. C

    ERROR: Invalid browse query definition in Browse Maintenance.

    you need to dry run the browse 1st. save it into a program -> xxbr001.p then compile and run the browse. if it works then it should not have any problem.
  4. C

    CST-ADJ

    basically when you change an item cost, the CST-ASJ shows the previous cost and the different between the cost changes.
  5. C

    Unable to get idle session, getanidlessesion

    try putting the actual password instead of $PASSWD in the configuration manager
Back
Top