Thanks Frank!
Very useful seeing this done, as it also translates to other windows api calls.
One day it would be good to have all C and DF types in a table side by side.
Cheers
Marco
Type: Posts; User: Marco
Thanks Frank!
Very useful seeing this done, as it also translates to other windows api calls.
One day it would be good to have all C and DF types in a table side by side.
Cheers
Marco
I’m the old days the following worked
Move “msg_myproc” to sValue
Send (eval(sValue))
Should still work, but if you can use reffunc that obviously is better.
You are a brave man, sending this to a group of developers [emoji23]
Of course this is about other development environments right ?
Hi
Yes, Microsoft now enforces TLS 1.2. The latest does this for you.
Send me an email and I’m sure we can make it work for you.
Cheers
Marco
The 3.2 dos version is still available via your regional channel on special request.
What region/country are you located?
I am super happy with the maintenance release as it solves a number of issues that were preventing us from upgrading to 20.0, but yeah I can’t help but think that the version number would have been...
Looks like we might need to read the registry. Will be facing the same issue here soon
What if you first move the character(13)+character(10) into a string sCrLf.
It’s an odd error but I would be interested to see if that makes a difference.
Don’t know about USA, but there could be government grants available for making your software suitable for legally blind people.
Oh and obviously stay with the shorter table name and column names
Any shared source code you want to keep OEM (yes there is a setting in the studio, don’t know from top of my head, bust should be in the help)
The column types on your sql database should be...
What username is being used. If all characters are within 1 to 127 then a mistake in Unicode/ansi will not show up. But in 20 you should use the Unicode version as all strings are Unicode and one day...
If you stay away from Unicode, it should work fine.
Save in a table or a text file. Monitor these with another webapp that checks all the servers.
Hi Joe
You might find some interesting bits in this discussion.
Web Order Mobile and System file(s)
...
Hi Stephen
Great to hear that it is fixed.
Not so great that it was known, but no knowledgebase or forum post was indicating this. I spend about 2 hours on finding this out myself...
If 10...
Hi all
I just run into this issue on 18 WebApp servers that were installed using the quiet install
"DataFlex 2021 Server 20.0.7.152.exe" /exenoui /qn NO_EXAMPLES=1
The cause is that with this...
Ehhh well
It is recommended for sure. But one of my customers has renamed it since the webapp 2.0 days and it works just fine.
It’s mainly the studio and wizards that expect the naming.
But...
Hi mark
I was also thinking rollback. Perhaps do a df_tran_count before ‘your’ first lock. If there is a lock already in place, any error could roll back the data to the pre locked state.
I...
Also, okay, you can’t rollout in newer, but you can test right…
And if it’s not failing then tell the customer that he has an option for fixing it…
Or with the latest, do the json export for...
Okay another shot in the dark. Could it be an invalid character? A \x00 or so?
So this post made me attempt once more to finally fix this annoyance.
So found and deleted C:\Users\marco\AppData\Roaming\Microsoft\HTML Help\DataFlex.chw
Left all the DataFlex.chw in the .\help...
Put a breakpoint on procedure GenerarBalance and step through the methods. I expect it becomes obvious that somewhere the incorrect type is passed.
Hi Jim
I expect the overhead of the struct to not be that large. So calculate the size or your struct with your dataset.
The cost is when passed into a method and a change is made. As at that...
Norton utilities used to do that. Unsure if that is still around in some shape or form.