Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
prattspets
About
- Username
- prattspets
- Joined
- Visits
- 466
- Last Active
- Roles
- Member
Comments
-
My default directory already is set to %TEMP%
-
Just to clarify on my initial post... In using the Set_Printer commands there is no error message at all, it just fails to export the PDF file and doesn't even throw an error code. I get this message when I try to use the option to create a PDF fro…
-
That's a good question. The way I've been doing it in my prototype is using an AutoHotkey script that can find the Handle of a Window that has a specific title. I'd like to see if there would be a better way to do it within OpenInsight if anyone h…
-
Ok - sounds promising. Thanks.
-
Does using “N” instead of “R” make a difference? I believe that parameter is specifically for situations like this.
-
Yes - that is exactly what I'm looking for. Thanks!
-
Here is a better image, showing the Call Tip with populated data from the Service Function also.
-
-
I've seen this behavior also, so I'm interested in how to resolve it.
-
I believe also that it is not limited to OLE controls, but I haven't tested it by creating a native OI control yet. I will see if I can duplicate the problem and report back my findings.
-
No - I didn't know about this option. Thanks!
-
I just realized that the URLDownloadToFile function was a function that I extracted from the URLMON.DLL from the windows library. Sorry if I caused any confusion.... If you would like some info on how make that function available, I'm happy to sha…
-
If your application has access to the web, I found this solution to work well. I use a free web resource api. I use the SRP Picture Control, but I'm sure it could work with the standard OI Bitmap control. Declare function URLDownloadToFile U…
-
Thanks Kevin - I didn't realize that the SRP_List "Match" worked differently than SRP_FastArray "Match". This should help me get the results I am looking for.
-
Ok - that will be good to take a look at it when you’re back in town. Thanks.
-
I tried the /I command line parameter and it did not put the OpenEngine into indexer mode. Usually the OpenEngine would show a status bar instead of the log, but nothing is changed using this parameter. I am using version 9.4 You had helped me ro…
-
I wasn't aware of using the /I parameter switch. Does this set the default update time to every 10 seconds? On a side note, I haven't been able to understand the Database Manager Environment Settings for Indexing. There is a setting there called …
-
Thank you!
-
Don - 1) The version is 4.1.0.12 and 2) It looks like setting the View property first has increase stability greatly. I'll do further testing to see if it still shows any sign of being unstable. Thanks!
-
Your questions have helped me to understand where I went wrong. Just in case anyone else runs into the same problems, here's the steps I took and what I observed: 1. In Command Manager create new command category (CATEGORY1) and add command (COMM…
-
Group in the Ribbon Manager. No action at all.
-
I'm having a few other problems now. I'm having problems with any new commands that are made in a new group. New commands that I make in an existing group function properly, but if new commands are in a group that I create it will show up in the R…
-
I had done an update with the given RDK, but I hadn't removed the old APPDATA tables and replaced with new ones. Once I attached the tables that came with the base install of the update it seems to work properly.
-
Corby, I have created several different commands all with the same result. I looked at the FW_COMMANDS table and found something strange going on there. I went into the SRP Editor, hit Ctrl+R to open a record, typed FW_COMMANDS for the table name…
-
Here is a pic of the Ribbon Manager right after creating the new Command and the new group item. I closed the Ribbon Manager form and re-opened it and this is what the same new item looks like. Notice that the dropdown does not include the INVOI…
-
No I didn't delete it. Right after I create the new item in the group in the Ribbon Manager it shows up with the dropdown having the value of INVOICE1. It will not show up on the actual Ribbon Control. After closing the application and re-opening…
-
Here is a copy of the setup of the SRP Schedule control to help you see if you can duplicate the same behavior. Event WINDOW.CREATE(CreateParam) Gosub SetupSchedule End Event SetupSchedule: Declare function Min, Max // Create Entitie…
-
I haven't used the schedule control yet, so this isn't a situation where it was working with a previous version of the control. I simply have not been able to get the EnsureVisible method to work other than I have described above. To make sure the…
-
Yes, downloaded from the website.
-
I changed the SelAppt property to the same ID after the EnsureVisible method and nothing changed.