Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DonBakke
About
- Username
- DonBakke
- Joined
- Visits
- 3,057
- Last Active
- Roles
- Administrator
Comments
-
@AusMarkB technically the problem is not using F6 versus the RDK tool itself. The problem is being logged into the child application when you create the Repository View since that is the application you'll be deploying from. Remember, you can add in…
-
@AusMarkB I suspect not. As I pointed out, Repository Views do not add an application identifier for each entity. Therefore, when a Repository View is extracted, the logic has no way to determine which version of the entity you intend to deploy. Thu…
-
I take it that DEALER is the child application you are currently logged into and PBC is the parent application where the entities are stored? You can answer your own question by creating the same RDK in OI 10 strictly using the built-in RDK tool. F…
-
Chances are that you used RDP to connect to this server. If so, what IP or machine name did you use? That's what you would put into this field. Alternatively, you can do either of the following: * From a command prompt enter IPCONFIG. Use the IP…
-
Actually, the answer is yes and no. The CtrlEntId of the radio button (not simply the radio group) won't be changed nor will the VALUE property for the radio group, but you can change the TEXT property of a button: Set_Property(@Window : '.RADIO.RAD…
-
I don't have access to source code at the moment due to traveling, but I think query params are case sensitive. Can you confirm you are matching the exact case and spelling?
-
The answer to your original question is to use AREV32 and have it put CTODICT.MFS on the dictionaries so you can support the dots.
-
It reached 1 million people!
-
What, did you get the Hong Kong email too?
-
Will the Rnd function serve your needs? Unfortunately, older (and unsupported) versions of Windows are missing key functions that many of our products need.
-
It's a way to automatically implement BASIC+ hooking as described in this blog article. It is a technique we use frequently to understand how OI works, or customize the way OI behaves, so it made sense to finally create a feature in the SRP Editor t…
-
LOL....I knew I had a good reason for suspecting that.
-
The Create_Table documentation has a little bit of information but the old Help file in OI 9 for the New Table dialog has more complete information: Estimated Data Size Number of Records The estimated initial number of records. It is not necessary…
-
My understanding is that Update_Index pays no attention to the Delay before Indexing setting.
-
Oh...as far as sending us a package, if you really think sending us an entire system is best, then we would prefer a copy of the entire OI folder, zipped up, and then uploaded to a web page that we can provide. Sending us an AppBackup will require u…
-
As Kevin mentioned, we are calling Revelation's BLINT routine as we always had. So if this is behaving differently in OI 10 versus OI 9 (i.e., same code does not product the warnings in OI 9 but you are still using the SRP Editor) or if the OI 10 ed…
-
* Maybe quarantined by AV software? * Does installing this first help?
-
Would you expect success on a non-set password when given, well, anything as the password? Yes, but only because I have always known that usernames with no passwords just ignore whatever is passed in as the password. I was always curious as to why…
-
@Opto_Will and @BarryStevens I need to be clearer in my response. I think perhaps I misread Barry's original question and I was also thinking of a different dialog that is used to authenticate the user (I've been doing a lot of OI 10 upgrading late…
-
Oh, yeah, I've seen that. It's because of the redone IDE. In OI 10 you can do this: // Close the application Call Exec_Method( "SYSTEM", "DESTROY", "SYSTEM" ) This comes from 065-system-object.pdf.
-
We do exactly the same thing. In the CREATE event handler of the MDI form, if the user cancels the Login form, we do the following: End_Window(@Window) Does this work for you?
-
As per our Installation and Upgrading page: Updating We update our controls on a frequent basis to ensure you always have the most complete and robust controls available. To update your controls, simply replace SRPControls.ocx with the new file and …
-
If the install includes an RDK then I would expect that the RDK would not install.
-
Paxton - Your code suggests you are still trying to use SSL. Did you try TLS and port 587?
-
@AusMarkB, Yes, that has been my understanding. When you create a local variable, this is really a pointer to an address in memory with a preallocated size. When your local variable exceeds this size, a new memory address is allocated with a larger…
-
@Opto_Will, Now if only there was a Collect.NonIXVals!!!!! If you end up writing a routine that works well, you can certainly package it up in your own Collect.NonIXVals routine and just pass in arguments. Many of our best utilities were given b…
-
Otherewise BTree.Extract would be the way I would go. Actually, Collect.IXVals would be your best option. I was trying to be simple in my example but to give a little more color, the field is actually a UDF. UDF? User Defined Field? The list we …
-
Chris, As promised, I am posting a couple of screenshots. This first one is a personal favorite since it is rather outrageous what the client is doing with it. As you can see, the Scheduler is being displayed on multiple large monitors but stretche…
-
Is the Category column indexed?
-
Chris - Based on what you wrote, the Scheduler control would be the more optimal control to use. We have a few clients using this control to do what you are describing. One of our clients has a commercial product built around the Scheduler control. …