How can I show an animated gif with isCOBOL?

Question ID : 269
Created on 2016-04-29 at 9:16 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=269



To make this you can use the label control with the title in an HTML code.

For example

string '</html>'         delimited by size
       into html-title.

Where "path-gif" is the path of the gif image and tit-html is the variable used for the gif's title.

Into Application/Server environment the HTML code is rendered on the client, so we need to have the gif image on the client.

To make this we can use the "C$COPY" routine to copy the image from the server to the client.

Attached below is a Cobol sample program showing the code used to create the HTML code, and instructions on how to copy the image from the server to the client.



Back to Original Question