Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lots of interesting things to explore there. And this is emblematic of the WinDev way. If there's something you want to do, chances are it's built into the IDE already - there really isn't much of a third party market for WinDev because so much comes in the box. Available preset actions include everything from sending email and burning CDs to reading records. 

Text controls

Next, a new window and a text control. There are a variety of input masks available:

...

The next step was to add some code to the button. So I right-clicked, chose Code, and started typing under Click BTN_Display:

Image Removed

 

 

Image Added

Code completion brings up a list of functions; pressing ( brings up the function wizard:

Image Added

 

And as I type I get code completion for the variable name:

Image Added

This won't work until there's been at least one compile, which will happen if you save the window first. 

That's it for today. Because of scheduling conflicts I don't anticipate an installment on Friday, but I'll be back on Monday.