by mikes | May 31, 2019 | .NET Core, C#, JavaScript, Vue.js
Here is a quick walk through on creating a project that contains both a dot net core web api as well as a vue.js front end. To get started we enter the following command line dotnet new webapi -o vue_and_dotnet this will create a simple net core web api project next...
by mikes | Sep 20, 2018 | DataFlex, DataFlex WebApp, JavaScript
We have always had the need for form data entry in a number of projects. We used different solutions depending on the specific need of the project from Adobe Forms to VPE Interactive. In one of our project we had a need for a number of forms that are originally...
by mikes | Apr 21, 2018 | DataFlex, DataFlex WebApp, JavaScript
The Dayplanner control is a control that we have built years ago in C++ for Visual DataFlex applications. It enables the application to show multiple resources and their schedule entries The control consists of a tree/grid on the left that contains resources in a tree...