B4J Question BVAD3 VIFrame call url with embedded code

tango

Active Member
Licensed User
Longtime User
how can we call an url inside to iframe and show it with codes. or is there any way to shpw an url directly inside a container or what else.

VIFrame1.FileNameDT="https://fintables.com"
VIFrame1.Show()
 

tango

Active Member
Licensed User
Longtime User
What do you mean by "show it with codes"?

Have you explored the Kitchen Sink Demo App and accompanying examples of a use case like this?
yes , how can we show iframe url with code?
forexample with buttons like

VIFrame1.FileNameDT="https://fintables.com/a1"
VIFrame1.Show()
or
VIFrame1.FileNameDT="https://fintables.com/a2"
VIFrame1.Show()
or
what i want

i didint find any sample code in VIFrame in Kitchen Sink Demo App but only with designer URL
 
Upvote 0
Top