Browsed by
Tag: C/SIDE

Boost Your Productivity with AL/BC

Boost Your Productivity with AL/BC

When I started out programming with AL in Visual Studio Code, everything seemed to take really long. Over the years I have become quite familiar with C/SIDE and C/AL, but developing in AL was a whole new thing. I did many things in a stupid and slow way, because I simply did not know a better way. This is how life works I guess. First you do it in a stupid way. Then you hopefully learn from your mistakes. Finally…

Read More Read More

Refreshing RDLC Dataset in Visual Studio

Refreshing RDLC Dataset in Visual Studio

Getting Changes from the RDLC Dataset When you design RDL(C) Layouts, you usually work with datasets. The dataset defines which data you can use in your report. When you worked with C/SIDE, there has always been a difference how changes in the RDLC dataset were handled by Visual Studio and Report Builder. Once you had Report Builder opened with a specific dataset, you could not change the dataset and reload the changes without reopening Report Builder. For Visual Studio on…

Read More Read More