Search results

  1. D

    what is the best way to capture displayed data in a frame?

    I found the solution. Need to go through all the children (widget-handle) from the parent and get the widget name.
  2. D

    what is the best way to capture displayed data in a frame?

    But the problem is the variable total_amount is not defined in my trigger program. Therefore the compiler displays an error message.
  3. D

    what is the best way to capture displayed data in a frame?

    I can access to include file (.i). The field that I want to capture is a variable (total_amount). We are using GUI.
  4. D

    what is the best way to capture displayed data in a frame?

    Our last consultant gave us source codes but they are encrypted! All we need to do is to capture a displayed data (in this case a total amount) and change one condition such as (if the total amount is greater than YYY then display a warning message). Because the condition is hard coded (in...
  5. D

    what is the best way to capture displayed data in a frame?

    Thank you for your help. David
Back
Top