Skip to main content
3 votes
1 answer
123 views

I have an application with the following requirements: Before a predefined event (in my application) occurs, I need to update and insert rows in different tables. After the event, certain rows in ...
MagicJP's user avatar
  • 85
1 vote
0 answers
58 views

I am using tabulator grid (https://tabulator.info/) version no 6.3. I have integrated that it into my project and now i want to make student id column as readonly so that user cant edit it. How to ...
Pooja Nikam's user avatar
0 votes
0 answers
82 views

Sorry for the long message, but I was wondering if you could give me some advice. What I want to achieve is to handle tree-structured data in the nim language using tasks with the nim-taskpool package....
vert2air's user avatar
0 votes
1 answer
100 views

The book "Professional CUDA C Programming" says: Constant cache performs better on uniform reads (where every thread in a warp accesses the same address). Read-only cache is better for ...
kdh's user avatar
  • 194
-3 votes
1 answer
130 views

This is a follow up question to my previous one, Make a deep copy of an object inside a ConcurrentDictionary in C#. I want to clone my Patient object so that the object PatientCovariates is the same ...
KGB91's user avatar
  • 707
-3 votes
2 answers
155 views

class string is immutable. It is impossible implementing an immutable struct type as you can't disable or override assignment operation (=). Even you define a readonly struct, you can always change ...
Leo qiao's user avatar
0 votes
1 answer
177 views

I have these related fields qty_request = fields.Float('Qty Request') product_qty = fields.Float('Product Quantity', digits = 'Product Unit of Measure', ...
Osama bin Mirza's user avatar
1 vote
0 answers
169 views

I am struggling to edit a jupyter notebook file in pycharm. When the 'clear read-only status' dialouge box appears, I try to make it writable by using the file system option, but in vain. I am also ...
Arbab Qaisar's user avatar
3 votes
3 answers
1k views

Visual Studio is suggesting for me to make methods on a struct readonly, what does that mean? I thought only fields could be readonly, not methods. public struct MyStruct { ... // I have ...
Sander's user avatar
  • 555
0 votes
1 answer
42 views

I know how to set a field readonly using the helper, but I'd like to disable values changes for specific users. The only way I found consists in adding a condition in the the form taking in account ...
Abpostman1's user avatar
1 vote
1 answer
2k views

In odoo 17, I want the formview to only view and not edit based on the value of the field order_payment_state = done. Instead of adding the readonly attribute to each field, I want to write a python ...
Cris Tuan's user avatar
0 votes
1 answer
320 views

I know there are examples, but I don't seem to be smart enough to figure out what to do. I'm working on a JavaScript application where users can create notes with tags. I'm using the Tagify library to ...
abalter's user avatar
  • 10.5k
1 vote
0 answers
88 views

I need to have a read only Word macro File that makes the user save it first as what ever they choose the name to be as long as it doesn't override the read only file. It also doesn't matter if the ...
Matthew Redhouse's user avatar
0 votes
1 answer
414 views

I'm trying to run a nextjs website to an Azure Linux app service in Read-only mode. It's working properly but nextjs tries to write to (web root)/.next folder (/home/site/wwwroot) to refresh the ...
Joshua Graham's user avatar
0 votes
1 answer
53 views

I'm having a problem with my code where there's a select that's 'disabled' and it doesn't send the data to the next page. I've tried using hidden input but it didn't work. This is the part where the ...
Gabs Oli's user avatar

15 30 50 per page
1
2 3 4 5
110