iusr and maybe iusrs_web need it, even though they can't directly access it. or something.
Type: Posts; User: Michael Mullan
iusr and maybe iusrs_web need it, even though they can't directly access it. or something.
so from this can we infer that release is close, given as how little real risk there is to renaming a forum?
+1
Or something
Bob,
In the grand scheme of things. The RDP connection data is trivial. Don't worry about it. If the application server, and the DB server are separate then there's traffic between them, but I...
Sunk Cost, and a deadline. The program is pretty much done, and it's super flexible, And Delivery deadline is fast approaching. We may end up doing a hybrid solution. where we use both. Vincent...
Thanks Frank,
I really appreciate the work you did, but on the resolution screens we had, we couldn't / didn't get past how pixelated the results were.
Actually all the fun for the day was the URL Rewrite rules set needed to allow the DF_Webapp and Wordpress to live on the same site.
The Image IS very complex to build up. DF does not (seem) to have (any) native graphics handling, so putting each bitmap in a cImageContainer was the only way we could find to assemble the animated...
Current Self Thanks Past self for this timely information.
Yo Dennis. Please add this to the 403 error on WebServiceAction
/MM
nope, it's a bunch of cImageContainers with pre-built bitmaps being carefully assembled from a "robot definition file" with is a lovely complex piece of json. I didn't have much to do with how he...
Sure, no problem. Each of the little tiny circles in the trays can be individually filled or emptied, and if full can be good or bad.
1421514216
Are any of you aware of any 'tweaks' we can do in the cImageContainer class to make the screen re-draw faster? My guy Sam is building a dynamic representation of a robot, which now has up to 600...
ByRef (&SomeParameter) has joined the chat.
Field index, and "!" have entered the chat with
Move "!a" To sysfile.recnum&
:-)
wrong part of the thread. Nothing to see here.
But DF-2021 strings are UTF8, so Char(0) is a legit entry in the string is it not?
cStr()
is the method that is supposed to leave a chr(0) at the end of the string is it not?
/MM
Edgar,
IMHO those tables in plato are not a replacement for Codemast/CodeType, but places to demonstrate the various ways you can use external tables as different types of lookup. There is still...
I see your point. It’s most relevant on web servers, and in places where they went all Google sheets instead.
also the full object model for excel is 250k lines of code.
so the wrapper had this code in it
onCardNonceResponseReceived : function (errors, nonce, cardData) {
var myerrordata = JSON.stringify(errors);
var mycarddata =...
It was an issue both with the wrapper, and how I used it.
several times.
I needed to read "how to debug JavaScript in Chrome".
This is the JSON that the DF framework is trying to send itself from inside the Javascript control. I think. I didn't write this wrapper, but I'm reasonably sure I have all of it. It's the wrapper...
Haven't missed those in a while. Naming stuff is HARD. It used to be HARDER!
OK that makes some sense, but how do I teach the Dataflex end that either: It should get some parameters, or that it shouldn't return empty objects?