Demystifying Uniface ProcScript: A Simple Guide to $totdbocc 🚀
dev.to·15h·
Discuss: DEV
Flag this post

Hello, fellow developers! 👨‍💻 If you’re working with Uniface, you know it has its own unique way of doing things. Today, let’s dive into a small but very useful ProcScript function: $totdbocc. It might seem simple, but understanding it correctly can save you a lot of headaches.

A quick note: This article was outlined and written with the help of an AI to make the documentation as clear and simple as possible.

What Exactly is $totdbocc? 🤔

In simple terms, $totdbocc is a counter. It tells you the total number of occurrences (think of them as rows or records) for a specific entity that have been fetched from the database and are currently loaded into your component’s memory.

You can use it in two ways:

  • $totdbocc: This gets the count for the current entity your …

Similar Posts

Loading similar posts...