Questions tagged [cal]

CAL is the Composite Application Library the previous name for the Prism guidance for WPF and Silverlight.

62 questions
0
votes
0 answers

What is the meaning of this [Ok :=] symbol in Doc. in Dynamic NAV

can anyone explain what is meaning of this. [enter image description here](https://i.stack.imgur.com/oo1c5.png). I don't understand what's purpose of that in part of a syntax. I am a beginner with this programming lang. thanks I tried, to search…
0
votes
1 answer

How to subtract current value from previous value in a column using C/AL code

I have a column that I need to subtract a current value from the previous value in Bid Price LCY column and save the result on another column called Daily Return(Offer). The value is incrementing instead of decrementing in Daily Return(Offer)…
Annie
  • 33
  • 11
0
votes
1 answer

Found a bug in cal CLI application in Linux Debian 10

I've found a bug in Debian Linux 10 (buster) CLI cal application. If you call call 1752 you will see in the output the month of September is not complete, missing days 3-13. I tryed it in Python 3 (through BPython 3), using calendar module: import…
angico
  • 1
  • 2
0
votes
1 answer

C/AL NAV Input textbox

I am trying get user input the do a calculation and return result as message. The case POS attendant enters amount tendered then the systems returns change to be given to customer. I have created a dotnet variable #window…
0
votes
1 answer

WPF Prism (CAL) - Find all Subscriptions to the EventAggregator on any event

Is there any way of looking at all the subscriptions contained within the EventAggregator for all Events? Theres only a .GetEvent method off the EventAggregator ... but I'd just like to see all subscriptions that are contained within it ...…
Andy Clarke
  • 3,234
  • 5
  • 39
  • 66
0
votes
1 answer

Alternating colors on navision reports i.e on lines alternating white and grey colors?

Is there any way to give the grey section header like General, Lines, Invoice, Shipment a different color? E.g. I want to be General a blue color, Lines a light blue color and so on.
0
votes
1 answer

Item Journal Line Table's Records are getting deleted by itself

I wrote this procedure what will take lines and add them to the Item Journal Line table at the click of a button called "Issue Material" Here is the procedure; procedure IssueMaterial(IncomingLine: Record "Purchase Requisition Line") var ItemCont:…
mysamza
  • 387
  • 1
  • 6
  • 22
0
votes
1 answer

how to re-use a composite UserControl inside another region in cal(prism) framework?

I'm using CAL framework in my application and I came to a point where I needed to re-use my composite UserControl somewhere else, i.e. would create a new instance of that usercontrol for the next region and change some of it's properties as per the…
Sushant Khurana
  • 843
  • 1
  • 10
  • 13
0
votes
1 answer

Microsoft Dynamics NAV: Error Message Log

I'm still new to using Dynamics NAV and I'm still a junior Dev so I have a few questions: I need to be able to Log error messages in NAV as they happen, I have the following fields in a table: 1 Entry No. Integer 2 Error Message Integer 3 …
0
votes
5 answers

Will PRISM help?

I am considering building a application using PRISM (Composite WPF Guidance/Library). The application modules will be vertically partitioned (i.e. Customers, Suppliers, Sales Orders, etc). This is still all relatively easy... I also have a Shell…
rudigrobler
  • 17,045
  • 12
  • 60
  • 74
0
votes
1 answer

cal: Indexer for recurring events not working

cal 1.11.1 in TYPO3 7.6.22 the backand module cal indexer is working as expected, all recurring events will bi written in the database. but the scheduler task Indexer for recurring events (cal) does not work. I filled out with all necessairy data:…
lisardo
  • 1,322
  • 16
  • 31
0
votes
1 answer

Which degree of modularity is recommended for a PRISM application?

I have some questions on modularization of a Prism application: Are there any (official) references with recommendations regarding this topic? What are your personal experiences? Do you have worked at some bigger or smaller projects where some…
ˈvɔlə
  • 9,204
  • 10
  • 63
  • 89
0
votes
1 answer

Calendar Base Extension Template

I am new to TYPO3 and I'd like to change the way the extension "Calendar Base (cal)" outputs an event. I would like to change the HTML-Output. Where can I do this in the current version of Calendar Base and TYPO3 8.5.1? And how can I select…
0
votes
1 answer

PRISM/CAL ModuleCatalog question - binding Modules to a Menu

in my test application, the ModuleCatalog is populated from the specified directory with all my modules in it. What I'd like to do is to add the name of all these moudles to a Menu as menuitems, e.g. if I have 3 modules in the directory, the menu…
0
votes
1 answer

Navision: Import CSV File Report vs XML Port vs CU

I just wander why some some developers use Report, some uses CU and others uses XML Port to import a CSV file. I know you can achieve this using anyone of those object! But I just wander why most people do it using a report object? any ideas?
Dragon
  • 85
  • 9