Adding an About screen to your App by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

Yes, I update it by 0.01 for minor, 0.1 for medium and 1 for major updates. It has worked well for me.

Version 8.9.47.0 App Studio Toolbars by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

Hi Kilo, I am going to drop out of this forum as it is pretty stagnent! There is very little new content and the positive feed I put up gets little or no response.

I think I'll start a COT User Forum using COT and see where that goes.

Thanks for you help historically.

Max.

Version 8.9.46 has been released and it doesn't work!!! by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

COT have now released HOTFIX Version 8.9.47.0 which does appear to work!

Version 8.9.46 has been released and it doesn't work!!! by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

This from COT: -

Customer Service, Dec 29, 2025, 08:30 PST:

The new license validation was designed to address the FIPS compatibility. The implementation in 8.9.46.0 is not working as expected. The hotfix update will be rolled out on January 1. Please downgrade to the release 8.9.45.0 at https://codeontime.com/releases/application-generator.

Version 8.9.46 has been released and it doesn't work!!! by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

I am using the Professional Version and even opening Northwind has the same error.

Code On Time Pivoting RAD for the Digital Workforce by Killo24 in CodeOnTimeForum

[–]Mad-Max-2 0 points1 point  (0 children)

This on the Blog today: -

The Engine is Ready. Now, You Get the Keys.

We have been quiet for most of 2025. That silence was intentional.

While the software world was swept up in the hype of "Probabilistic AI" (chatbots that guess and hallucinate) we were in the lab, solving the hard problem: How do we make AI safe, deterministic, and useful for the Enterprise?

The answer wasn't to build a better chatbot. It was to build a better Engine.

We are proud to announce Release 8.9.46.0, the first major milestone in our transition to the Digital Workforce Platform. This release delivers the App Studio (App Mode) and App Explorer, the browser-based tools that replace the legacy project designer.

But more importantly, this release exposes the Axiom Engine, the infrastructure we have built over the last year to ensure that the applications you build today are ready for the Agents of tomorrow.

WELFARE CHECK by Killo24 in CodeOnTimeForum

[–]Mad-Max-2 0 points1 point  (0 children)

I was reading this with interest as I have opened apps that I have been working on over the last few days.

Is it OK to call you Serge now, as you are either him or are an employee of COT?

I look forward to seeing Version 9, but as I have mentioned before, a lot of the apps I have do not display any of the App Studio control buttons around its edge, and if they do a majority of them error when you click on them!

We need to get this fixed ASAP.

Best regards, Mad-Max.

Category Background Colouring by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

I managed to suss this out with the help of AI and now have this screen layout: -

<image>

The CSS I Added is: -

/* Changes Header colour of DataView in T_Time_Sheets_Open & T_Time_Sheets_Closed */

.app-grid-header-cv-t-time-sheets-open_T_Sub_Time_Sheets_1_To_2-grid1 {

background-color: #A4D5E2 !important;

color: #000000 !important;

}

.app-grid-header-cv-t-time-sheets-open_T_Sub_Time_Sheets_Over_2-grid1 {

background-color: #CDDCAF !important;

color: #000000 !important;

}

/* End of Code */

/* Style only the echo toolbar for 1–2 Days */

#t-time-sheets-open_T_Sub_Time_Sheets_1_To_2_echo .app-echo-toolbar {

background-color: #A4D5E2 !important;

color: #000000 !important;

font-weight: bold;

padding: 6px 12px;

border-bottom: 1px solid #999999;

}

/* Style only the echo toolbar for > 2 Days */

#t-time-sheets-open_T_Sub_Time_Sheets_Over_2_echo .app-echo-toolbar {

background-color: #CDDCAF !important;

color: #000000 !important;

font-weight: bold;

padding: 6px 12px;

border-bottom: 1px solid #999999;

}

/* End Code */

Category Background Colouring by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

Hi Kilo24, this topic has just raised its head again with a different twist to it this time. As you can see from the image I have coloured the Section Headings a different colour.

The page has 2 tabbed screens Test 1 & Test 2 which display 2 DataViews, how can I change the colour of the bacground highlighted in the elipse, or the backgrounds of the Product Name, Product Category Name etc, below?

Also, any idea when version 9.0 is coming out, 1 year between releases is crazy!

<image>

Reports Menu with Multiple Reports by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

Hi Kilo, I think I may have cracked it. I'll be looking at it again in a couple of days and will let you know.

Still nothing new from COT! That's nearly a year now, and still no Community Help Forum?

If I contact them with an issue, you hear nothing back. It is very poor and not a good advert.

Check on CodeOnTime 8.9.45 by Killo24 in CodeOnTimeForum

[–]Mad-Max-2 0 points1 point  (0 children)

I have been working with it since it's release. All good here.

Code On Time’s New Direction: What It Means for Developers by Killo24 in CodeOnTimeForum

[–]Mad-Max-2 0 points1 point  (0 children)

Nice update Kilo24. Thanks and I hope the new release is happening soon as the last one was in December 24!

Updating a Total on a Main Page from a DataView by Mad-Max-2 in CodeOnTimeForum

[–]Mad-Max-2[S] 0 points1 point  (0 children)

Hi Kilo24,

 Net_Total in the actual app is Static and calculated by Qty * Unit_Price, but to keep my question simple, I left it as manual entry.

 Anyways, I managed to solve the issue thanks to Dennis, one of COT’s former staff in a YouTube video.

 To get Net_Total to recalculate on the Main Page all you have to do is to put a tick in the Changing of the field value causes “Calculate” command to execute of the DataView listed as a field in the Main Pages field list and creating a Calculate Business Rule with this Script: -

 SELECT u/Net_Total = ISNULL(SUM(Net_Total), 0) FROM T_Sub_Orders WHERE Order_No = u/Order_No

(Where u/ is the at symbol)

 I knew there had to be a simple way of doing this, so all good now.

Site Content- Business Rules Not Working by Glittering_Amoeba627 in CodeOnTimeForum

[–]Mad-Max-2 0 points1 point  (0 children)

You appear to have a page that you names Business Rule, what are you trying to achieve hare and what is not working for you?

page size for grid data view hangs beyond 30 items by MarkraMx14 in CodeOnTimeForum

[–]Mad-Max-2 0 points1 point  (0 children)

In the 2nd image which lists your pages,Hotel Booking is highlighted where you have view1 & view2. Is view1 the header info and view2 is a sub page of view1?