Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

BarryStevens

About

Username
BarryStevens
Joined
Visits
2,005
Last Active
Roles
Member

Comments

  • This is crazy, did all that, even took out the @tm. Not working!!!!!!!! Can you create a window with just the edittable and button that works, in SYSPROG and email me the deployment.
  • No, that didnt work. Created a new window. placed OLE control with SRP.EditTable.1 and named OLE_EDITTABLE placed a button with the click event executing: // Show a balloon tooltip in the first cell with an info icon and a 5 second time limit Con…
  • Ok, thank you
  • The 2:@FM:1 cell appears to be getting focus for the following reasoning: The table is wider than the screen and when I move the bottom scroll bar to the right and the mentioned cell is 'out of focus', and I then 'hover' on a cell, the scroll bar sh…
  • 'Refresh' means setting the values in the EditTable The OLE event executes the ShowBalloonTip code OLE: begin case case param1="OnOptionClick" set_property(Param2,"FOCUS",1) begin case case Param2 = @Window:".USER…
  • Sorry to be a pita. The ShowBalloonTip paragraph is being executed. (I noticed that it executed during the 'refresh' so I turned it off at the start and back on at the end) It is not showing, so I added this just to ensure it was not my data and i…
  • dont know what happened there. I intend to change Send_Message(Table$, "QUALIFY_EVENT", "ALL_OLES", Qualify) to the events I actually require as it is obvious that there would be a slight overhead anyway.
  • Thanks, I now feel I can forgive my self I intend to change Send_Message(Table$, "QUALIFY_EVENT", "ALL_OLES", Qualify) to the events I actually require as it is obvious that there would be a slight overhead anyway.
  • Ok, stupid here again. In the OLE event handler i am checking param1 for 'OnMouseMove' and it is not firing. I get 'OnMouseEnter' and a heap of others but no OnMouseMove. I trap 'OnDblClick' and OnHyperClick' and processing ok. i have this in the …
  • Thank you. I really didn't understand the concept.
  • Not sure if this is anything but I am not getting the 'tooltips' on the hidden icons on the rhside of the windows start bar. I thought it must be win10 issue, but I just noticed on my laptop win10 that I do get it. Not sure what the technical term f…
  • In the create event when srp edittable is created and populated. Also when it is being 'refreshed' for Col=2 to NoOfCols for Row=1 to NoOfRows CellData=TimesTable ToolTip=field(CellData,"|",3) if ToolTip then swap '~' with…
  • Nope, cant figure it out. I am running windows 10, could that be a problem?
  • Didn't think so, thanks. I will try and look for something else, it is definitely running the code. I am creating different one for different cells when the table is created, that is OK isn't it.?
  • I might reword that a bit. I am doing the "OLE.ShowToolTips" and "OLE.ShowBalloonTooltip" is not working. Would the "OLE.ShowToolTips" be stopping it?
  • Is is obviously working properly. I am changing an OI EdiTable that has been working and I am carrying extra data(separated by a number of spaces and a |) in the cell that I need when the user DblClks in a cell(now hyperlink). I really didn't want t…
  • thanks
  • Where can I see an example of this control. I am not quite sure of it's purpose/function. Whoops, now I see it.
  • The SRP ActiveX Controls download , downloads 'SRP_ActiveX_Info.exe', I would assume this is incorrect!
  • Where can I see an example of this control. I am not quite sure of it's purpose/function.
  • Thanks Matt I will look at that option.
  • Barry, The easiest way is to run the SRP ActiveX Controls app. This will require .NET 4 to be installed. You can get it from our downloads page. It is located under the SRP Freeware panel.
  • Barry, We had some server issues around that time but I think they are cleared up. Did you have a chance to review the updated documentation? Please post back and that way you can test the system to see if that database error comes back. Document…
  • btw, on my last two posts here I have had this error returned: Database error Share on facebookShare on twitterShare on emailShare on printMore Sharing Services 0 A database query syntax error has occurred. This may indicate a bug in the software. …
  • Documentation updates is not one of their fortes I will take a look, no doubt it will be a professional job as usual.
  • 3am wakeup... Struct = Get_Property(@Window:".CHECK_1","ORIG_STRUCT") Struct<0,9>="Help|Changed" Utility("DESTROY", @Window:".CHECK_1") Utility("CREATE", Struct)
  • Ah, if you put a Bitmap Entity, it doesn't work. Works without it. Sorry did notice that. Anyway, so now how do you do it.
  • Matt, I have been using NSIS, helped by scripts from SRP. havent done the clientsetup silent though, would be interested to see your script line in NSIS if you use it. Highly recommend NSIS it is great, clients just run it and OI is updated.