Your view B is like as order/detail view right?
The OnConstrain you showed is in the CASHPAYHEAD ( detail) ddo right?
so you don’t need to cahnge the constarin at all.
Configure the child...
Type: Posts; User: Samuel Pizarro
Your view B is like as order/detail view right?
The OnConstrain you showed is in the CASHPAYHEAD ( detail) ddo right?
so you don’t need to cahnge the constarin at all.
Configure the child...
Off course the two p’s should be there....
hehe.
I consider this to be a miss from the registration program
shouldn’t it grant the required privileges to the folder/lic file ?
without an error, hard to say.
Does it fails to open and edit the report in DR designer as well, or just when called by the app ?
Take a look at windows event viewer logs
DAW can't change the default Edgar. This is like this for a long time, and will change functionally for everybody else that uses the way it is...
That`s one of the reasons to create your...
Keep in mind that on web these messages ( infobox, yesno, confirm, etc...) requires a callback to work properly. You can’t retrieve the user answer directly m. The answer will come in a future round...
Works?
Are you really seeing a browser dialog or a windows one?
I would say YES, you must
kkkkkk
thanks for your input Michael. Appreciate it.
This one is also good. Thanks
What version ?
I tested in 19.1
If you are running DF 20, there are changes made in this area for security... but as far as I know the changes were to block changes to happen in hidden...
was afraid of that...
Was counting on some DF FMAC magic hidden somewhere only you guys know....
Thanks anyway
yeah, I thought on sformat as well
But still not sure what is worst ...
" Josh's " + Character(AscII('"')) + ...
or
I need to create a string with both single ' and double " quotes on it, so whatever one I chose to enclose it, I am @#$%@%
Is there any escape char that could be used to make it easier to...
Send ProcessDataSet of oDetailGrid <anyinteger>
from a button
It works for data-aware grids as well..
Are you sure the row/column you are testing has any values on it ?
I just tested in Order.wo, and it just works....
14513
please, provide more context...
using manual filled grid ? or data-bound ?
How are you filling up the data ? Or if not filling , and you are setting the col value as the user fills the...
So, shouldn't this required privilege be documented somewhere as part of the webapp deployment process ?
from doc: Class: cWebColumn (dataaccess.com)
There is, but its not something that you can just turn on/off..
Basically, you have to change the open mode for every table in your file-list that will not participate in your "procedural...
thumbs up!
Yes...
I am not the application developer in this case.. just the DBA.. But I believe these deadlocks are coming exactly from "procedural Transactions" (using lock/reread/saverecord/unlock)...
Thanks Will
But most of it, is already present in the current help chapter Transactions expect the part when it talks about old df 3.1 stuff..
Hi Michael
Yeah.. I am aware that we cant avoid deadlocks 100%. They are expected to happen here and there, but in this particular case that I am investigating.. I think it could be...