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,092
- Last Active
- Roles
- Administrator
Comments
-
@Paxton - A cool. This does explain the problem you are experiencing and is probably why you might not have gotten a response on the Revelation forum. It's possible no one understands you because it is expected that different sites would use differe…
-
@Paxton - To follow up on Kevin's response, how are you getting two logins to use the same engine server? Do you have two entries in the Registry?
-
Even the presence of a single debug statement for the "CLICK" event makes it fire, ignoring any possible DBLCLK event generation. This is is the point I was trying to make. Having a debug statement is itself a (if not the) problem. It is interrupt…
-
...the behavior persists even without 'debug' statements. That was going to be my next question. I've seen situations like this before, but they are almost always related to some type of interference occurring in the CLICK event. Once the CLICK e…
-
Are you seeing this problem even if you do not have debugs in your CLICK event handler?
-
@Opto_Will - I'm not entirely sure whose face that is. Many years ago we had a graphic designer on staff who created several desktop wallpaper designs for us. This is one of a few Christmas themed ones (most of the others have the year in them so I …
-
-
I'll leave that in your court. If you do I'll look into it. If you are content to just want and see then we can revisit later.
-
Thank you for sharing this with me. I'm still puzzled by this. The 32-bit and 64-bit OCX are separate files and named differently so they can both co-exist. One does not affect the licensing of the other. In fact, your are licensed for both 32-bit a…
-
@josh - I'm glad this is now working for you but I am confused. What DLL are you referring to?
-
@josh - Email me at support@srpcs.com about this.
-
The system table where source code and inserts are stored is SYSPROCS. As Kevin showed you, inserts have their own entity type so that is why the Repository function wasn't working.
-
I'm fairly positive you won't be able to send in a dimensioned array. This would require the routines handling the data to have defined the arguments in advance that way. Dynamic arrays work because they are, after all, nothing but strings. However…
-
@alvaroafernandez - You are fighting two limitations. First, Dialog_Box itself will only accept one argument to pass into the window. There really is no way of getting around this other than doing what @AusMarkB suggested. In addition to using the …
-
@Opto_Will - Since you are willing to have this manually controlled, then you can just as easily build the timebomb within the app and install an RDK to reset the timebox as per your policy. BTW, we've implemented web based authentication but also b…
-
@Opto_Will - You have me curious. Am I to understand that the timebomb is always present and would simply be reset for another 30 days once payment was received? How would you plan to update the timebomb settings?
-
You are correct that there isn't such a feature. However, I would not want a feature like that to be dependent upon the launcher since it is easy to circumvent the launcher to run OI. If your customers are online then I suggest building in an API ca…
-
Okay, that just means they are both running v4.x or earlier. I'm betting they are using the same serial number. That is, the same Linear Hash service was installed on both servers. Revelation's licensing policy will allow this if one is a developmen…
-
You can use CTO_GUI_FUNCTION to call the OI function you want to launch the form. For instance: Response = CTO_GUI_FUNCTION('DIALOG_BOX', 'MY_FORM', @Window, InitParam)
-
I should have been more specific. I'm not referring to the Universal Driver client, which is what those screenshots show. I'm referring to the actual Universal Driver service, which is installed and running on the servers: I think that error messa…
-
Is this going to another server that is being managed by its own Universal Driver?
-
The Help>About dialog is for the SRP Editor only. The SRP ActiveX Controls dialog is for SRP ActiveX Controls only. Your problem has nothing to do with licensing. Even if you didn't have a license, you could still use the SRP Mail utility. My o…
-
This DLL does not get registered. That message is simply letting you know it cannot find the indicated method/function. That could be because the DLL is missing or perhaps is a version without that method/function. It is also possible that the envir…
-
There are no utilities that will help you build an XML file of your own design. That is, no equivalent to SRP_JSON or RTI_JSON. There are native utilities that will build XML based on your table schema, but that doesn't seem to be what you want.
-
This is because the only properties that will affect the SAVEWARN property are DEFPROP and INVALUE. Note, you can set DEFPROP to work like ROWDATA so I think this is an easy update.
-
I'm not sure what rev32dlg.ocx is for. I thought perhaps it was related to the CTO terminal that can be ran from the command prompt, but I'm somewhat doubtful about that. If I recall, that document was written by Jared when he was working for Revel…
-
@BarryStevens - That list only includes Revelation files. It's meant to be a clean install of the latest (i.e. 9.4.6) files used by the ClientSetup.exe program.
-
Others on my team have done or worked with IT teams to incorporate this into a Group Policy style push so that it is more automated so I'll defer to them. For my purposes, I don't use a batch file. I just run the ClientSetup.exe from the folder (as …
-
@Opto_Will - Here is what my folder looks like: A few comments: * If you aren't running CTO or AREV32 then you don't need REVCMD. We have to be ready for anything so our image includes it. * VSVIEW3-OCX is an oddball file. It doesn't get regis…
-
@Opto_Will, Would you think it good practice to leave VSPrint7.ocx and VSPDF.ocx registered locally, rather than potentially over the network where the clientsetup registered it? Yes I do think it is good practice to leave those files registered l…