Hi,
If the row is the active row then you work with the datadictionary, not the grid.
So
Set Field_Changed_Value of oBu_Zeil_DD Field Bu_Zeil.UwNr to iKtonr
as the cDBCJGrid is...
Type: Posts; User: wila
Hi,
If the row is the active row then you work with the datadictionary, not the grid.
So
Set Field_Changed_Value of oBu_Zeil_DD Field Bu_Zeil.UwNr to iKtonr
as the cDBCJGrid is...
Just wanted to make sure that it hadn't been missed.
Thanks Stephen!
--
Wil
Thanks Helen.
Btw, Frank has my contact info if you still need help with this (I've done work for you guys before)
--
Wil
Ping...
Anyone at DAW can confirm this as a bug and has been logged for fixing?
--
Wil
Samuel,
You might want to read this old WP by Ben Weijers.
ftp://ftp.dataaccess.com/pub/misc/WhitePapers/TransactionsLockingandDataFlex.htm
--
Wil
Obviously refactor function extraction is the way to go in this case (unless dfRefactor would have the "insert command" to "insert function" rewrite)
Changing less is always better.
I just threw in...
DfRefactor you say? I think I've heard about that tool :D
Best would be if DfRefactor would rewrite this code into using the insert function.
It's on our list of things to look into (just like...
What's that reddit thing you talk about?
--
Wil
:D
https://knowyourmeme.com/memes/tree-fiddy
--
Wil
Mike,
You're welcome, that's about treefiddy.
--
Wil
Mike,
SQL Server Configuration Manager -> Then in the treeview on the left.
"SQL Server Network Configuration" -> Protocols for <INSTANCENAME> -> select TCPIP on the right
Right click ->...
Mike,
If the firewall isn't stopping it, then check what port is actually being used.
Since a few versions MSSQL is using random ports by default, not 1433.
But you can change it to use 1433 as...
BTW, if all you run this for is to host a few WordPress websites then it would also be good to consider moving over to managed hosting.
As it happens I offer this service :rolleyes: much cheaper...
Hi,
None of this is DataFlex specific I think?
Windows or Linux?
Last time I ran mySQL on Windows is 15 years ago so .... of course it has a lot of similarities, but it does mean that...
I would hope so, the Studio uses the same control..
Like I said in my reply "maybe not the code, but the text". In the article I -try to- explain that the studio does not always see the changes...
Sam,
I think this post helps, maybe not the code, but the text might explain what is happening:
https://vdf-guidance.com/ContribPage.asp?Page=SOFTCLSCOMCLSGEN&ContribRecId=141
--
Wil
Hi,
Was playing with pbAutotab...
It's great for some uses.
One such example is a 2FA code dialog in apple's UI style.
Eg. where you type a password with each letter in a separate form.
It...
so...
seems like
this._eControl.maxLength = (iVal > 0 ? iVal : 0);
should be:
Hi,
In DataFlex 20, in the WebBaseForm.js file you have this part:
initMask : function(){
df.WebBaseForm.base.initMask.call(this);
if(this._econtrol){
Another one (found by somebody else, but let's pass it on)
Settings -> Secmod setup -> Secmod settings -> Other settings
LoginAttempts:
enter without quotes:...
Michael,
No apology needed.
If anyone has to apologize it is me for not recognizing what the secmod library is intended for.
As you have already discovered - way before me - it is a great...
Sture,
Ahh.. and so I learn something new today.
Thanks, that makes sense.
--
Wil
Nice.
Another one.
I opened a browser in inspect mode and notice that the console is "littered" with statements like this:
Server: ExecuteSql: [SELECT RTRIM(LTRIM([ISOCode])),...
Sture,
Since apparently you are the person who works behind the scenes on Plato...
In the Manual Install pdf, the whole of Step 4 can nowadays be replaced by: in the Studio go to menu Project,...
Sigh... very poor phrasing on my end.
First off, it isn't the old cryptographer package, it is a new one with a similar name.
Second the part - rather basic - ... I should have just said "it is...