Skip to main content

I am working over a project to migrate NET Express 5.1 codebase to Visual COBOL.

In existing sysytem we are using 'BLINK' command to make certain characters blink on the screen. But after migration to Visual COBOL, these characters are not blinking..

Does the 'BLINK' command not supported in Visual COBOL 2.1??

Or do we require any additional directives to make this work??

Earlier, we were also using 8 sysytem objects namely ADIS, ADISINIT, ADISKEY, ADISDYNA, MFFH, BSIO, EXTFHSUB, MFINI. I suppose these are now convereted into dll's and are loaded at the runtime automatically. Are these dll's causing this problem.??

Any pointers to make character blink in Visual COBOL will be highly appreciated.

Thanks!

I am working over a project to migrate NET Express 5.1 codebase to Visual COBOL.

In existing sysytem we are using 'BLINK' command to make certain characters blink on the screen. But after migration to Visual COBOL, these characters are not blinking..

Does the 'BLINK' command not supported in Visual COBOL 2.1??

Or do we require any additional directives to make this work??

Earlier, we were also using 8 sysytem objects namely ADIS, ADISINIT, ADISKEY, ADISDYNA, MFFH, BSIO, EXTFHSUB, MFINI. I suppose these are now convereted into dll's and are loaded at the runtime automatically. Are these dll's causing this problem.??

Any pointers to make character blink in Visual COBOL will be highly appreciated.

Thanks!

The BLINK attribute (Flashing) text  isn't supported by Microsoft's console APIs, so instead of blinking you get a high intensity background color, e.g. black becomes grey.

On which Operating System were you previously running in which the Blink attribute worked correctly? Were you using a monochrome monitor?


I am working over a project to migrate NET Express 5.1 codebase to Visual COBOL.

In existing sysytem we are using 'BLINK' command to make certain characters blink on the screen. But after migration to Visual COBOL, these characters are not blinking..

Does the 'BLINK' command not supported in Visual COBOL 2.1??

Or do we require any additional directives to make this work??

Earlier, we were also using 8 sysytem objects namely ADIS, ADISINIT, ADISKEY, ADISDYNA, MFFH, BSIO, EXTFHSUB, MFINI. I suppose these are now convereted into dll's and are loaded at the runtime automatically. Are these dll's causing this problem.??

Any pointers to make character blink in Visual COBOL will be highly appreciated.

Thanks!

We were working on Windows 7. The blink functionality is working on it. And we are not using monochrome monitor,..


I am working over a project to migrate NET Express 5.1 codebase to Visual COBOL.

In existing sysytem we are using 'BLINK' command to make certain characters blink on the screen. But after migration to Visual COBOL, these characters are not blinking..

Does the 'BLINK' command not supported in Visual COBOL 2.1??

Or do we require any additional directives to make this work??

Earlier, we were also using 8 sysytem objects namely ADIS, ADISINIT, ADISKEY, ADISDYNA, MFFH, BSIO, EXTFHSUB, MFINI. I suppose these are now convereted into dll's and are loaded at the runtime automatically. Are these dll's causing this problem.??

Any pointers to make character blink in Visual COBOL will be highly appreciated.

Thanks!

We were working on Windows 7. The blink functionality is working on it. And we are not using monochrome monitor,..