Show/Hide Toolbars

Managing an FVTerm Child iFrame in Javascript

Navigation: Using the FVTermParent Javascript Module > FVTermParent.js Functions and Variables

fvApi.GetScnTextEx = async function(row, column, length)

Scroll Prev Top Next More

This function is recommended instead of fvApi.GetScnText when in msgAPI mode and when the screen may be different than after the last enter (for whatever reason).

 

With this function you can use an await to ensure synchronous retrieval of the active value from the screen.

 

Example:

 

 var name=await fvApi.GetScnTextEx(5,10,30);