I believe “lock on create/new” would be enough in your case if you only updates it when creating new records.
no need to lock that table for updates and deletes operations.
Type: Posts; User: Samuel Pizarro
I believe “lock on create/new” would be enough in your case if you only updates it when creating new records.
no need to lock that table for updates and deletes operations.
this smell like a bug.. I would open a HDE
I bet it's wrong.
tested in order sample from 19.1
15504
<indefinido> = <undefined> in portuguese!
validation object
Nunca vi isso. Sorry
I believe allow_blank_state should be true. If I remember correctly, the “<undefined> “ means the blank state for a non entry combo.
Use the parseString method from cJsonObject class
https://docs.dataaccess.com/dataflexhelp/#t=mergedProjects%2FVDFClassRef%2FcJsonObject-Function-ParseString.htm
Are you getting this error in a promptlist , that does not allow the row to enter in "edit-mode" ?
Send MoveToFirstRow of oPromptLis
cWebList [Procedure MoveToFirstRow] (dataaccess.com) says:
I know, the next sentence makes it more confusing yet..
So I would try something like:
Heheh. Off course I didn’t! The info is not in the help! It’s on daw website.
I missed that. That’s what I was looking for.
but I confess I tried to search for it yesterday, several attempts and had no success.
Hi marcia
that is usefull, but it's not exactly that.. I was looking for the DAW CK Release build verisons that is shipped with each DF build release. This page only relates what are the DBMS...
hum... I believe I was not clear.
In the past, we had a txt or pdf file for all connectivity changes/fixes. Look at "C:\Program Files (x86)\DataFlex 19.1\Documentation\SQL Connectivity Recent...
ok.
there should be somehitng else going on..
but, I believe in your case, you don't need the view webproperty at all.
You can webget the combo value directly inside the oncontraint...
is the combo a data-bound DEO ? if yes. is it related somehow to the main-DD for the weblist (prompt list) ?
Can you show your code, both onchange and onconstrain ?
Ahhhh
ok. So you were mixing both (debugger and regular) in the same session.
ok I though you were getting the error every time when working outside the debugger. That was not clear.
thanks...
Ok, that explaing the different formats..
but , why would that matter ?
Regardless what format is being used, the webGet should just work, as you are not converting anything. internnally...
In the same machine ? Was not aware the presence of debugger was changing the timestamp format ! that's new.
What version mike?
I suspect the culprit is your refresh method..
If you remove, or comment them out, does the navigation works fine ?
Just for sake of troublheshooting.
Ahhh
you had a typo in your previous post. 20.0.19.99 instead of 20.0.10.
so I believe you have the GA release. You should update to the lastest build and test again
I can correlate this CK release with any of DF releases..
I have DF 20.0 latest upadate release installed here (DF 20.0.7.156), and the CK that I have installed is 20.0.10.103
DataFlex...
CK release notes pdf (DF-Inatall\Documentation\SQL Connectivity Recent Changes and Fixes.pdf) that ships with DF 20.0, still refers to v6.0 builds, and also has no date associated with them.
...
DataFlex 2021 Update Release Notes (dataaccess.com)
It does not mention the release where it was fixed. It's under the "updated" release for 20.0 (not the GA) . Have you installled the...
what driver are you using (DAW MSSQL) and version ?
sorry, but time formats should not play a role here.!
He is not converting any date/datetime/timestamp to strings. Column is datetime, and he is providing a datetime variavle type!
...