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

keeman

About

Username
keeman
Joined
Visits
149
Last Active
Roles
Member

Comments

  • Moderator, Please remove this message.
  • Hi Kevin, I have tested this release. The data is a correct record now, but with 50% wrong information x = allways zero y = correct width = width of the control, not the item height = correct Our license is at version 3 , can we upgrade? Regards …
  • Hi Don, Thank you for the response. We are not running UTF8. We also tried the last version available. Everytime we see garbagedata. We called this method from an onclick event with the purpose to create an editline on the rect position to let the u…
  • Hmm didn't read your reply well enough. This issue needs to be resolved but there's no hurry...
  • FYI we have about 250 edittables in our application
  • Well don't bother, it's no biggie
  • This issue was resolved, but is now back again! Maybe because we use a pre-release?
  • Kevin, We really want this functionality back. When is the next release scheduled?
  • Minimal setup ctrl = @window:'.ET_1' call set_property(ctrl,'CellMultilined[All;All]',1) call set_property(ctrl,'DataColumn[1]',40) array = 'MultiLine with multiple words;MultiLine with spaces;Multiline 3 from 3:Test:Test' convert ':;' to @vm:@t…
  • Hi Don, I setup an test environment for my management, to see if it would work. I was surprised how easy it can be setup, i like it. But my management did not see any use for it at the moment, maybe later. Can (unscheduled) items be dragged from t…
  • Hi Don, We don't use the control yet so you tell me. I think I can move the unscheduled jobs to the control, but the jobs don't have any day or time set. So they must be visible in a list where the can be dragged from.
  • To be more specific, Kevin. If the edittable has no focus, and then you click on a FULL protected Cell. Ed
  • Hi, Getting the data out of editor control is another problem. The code beneath works for the data but the delimeters become questionmarks. How can we get the data out in a proper way? Ctrl = @Window : ".EDIT" L = Send_Message(Ctrl, "OLE.GetDataLe…
  • We want to use the editor control just for editing configuration records of other srp controls. We do this now with the Arev editor. Can you please tell me how I can set the delimiter for the lines? How do we put text in the control? Is it done wit…
  • We tried to do it with the changed event, but that one also gets fired after a read. We only want an event if the user has changed the edit line. But what about my first question, can you do that? Now we sometimes use an edittable with one cell, th…
    in Request Comment by keeman December 2014
  • Hi, Yes, I had that command line thing once running. But i only saw the in/out going through. What you call the SRP EngineServer, i already use that with apache. (WebApi) Just like calling google maps distancematrix. Ed
  • Hi, The problem is that connecting to a oengineserver, you're unable to step through the code in a debug mode. Ed
  • ADDVALUE with no result script below returns unexpected "[ ]" If SRP_JSON(ArrayHandle, "NEW", "ARRAY") then SRP_JSON(ArrayHandle, "ADDVALUE", "12345") SRP_JSON(ArrayHandle, "ADDVALUE", 67890, "NUMBER") SRP_JSON(ArrayHandle, "ADDVALUE",…
    in JSON Comment by keeman February 2015
  • Bravo! One more question SRP_JSON(ObjectHandle, "SETVALUE", "Age", AgeVar) is the same as SRP_JSON(ObjectHandle, "SETVALUE", "Age", AgeVar,"")
    in JSON Comment by keeman February 2015
  • Ah, its getting clear to me now, and I can follow your approach. So we have code a little more to catch then empty numbers. In the examples i see that srp_json calls sometimes as a function and sometimes as a subroutine. I declared srp_json both a…
    in JSON Comment by keeman February 2015
  • SRP_JSON(ObjectHandle, "SETVALUE", "Age", "", "NUMBER") If "SETVALUE" is called for the type "NUMBER" and the value is an empty string then the json value should be null and not zero. This is simple logic, or is this not compatible for your use
    in JSON Comment by keeman February 2015
  • We run an ipad app with OI data. And when a number-field is not assigned I have to give null back to the app. The datacollector in IOS is configured with strings, numbers and booleans. example: I don't now your age! { "Guys": [ { …
    in JSON Comment by keeman February 2015
  • SRP_JSON(IntegerHandle, "NEW", "NUMBER", "") should make a numeric null? Or am I wrong? I will do some testing with this utility. It looks good!
    in JSON Comment by keeman February 2015
  • I (finaly) read the documentation but did not find anything on making a difference between a numeric null and an empty string. {"Number":null} {"String":""} Also how to set a boolean.
    in JSON Comment by keeman February 2015
  • Where can I find this JSON library?
    in JSON Comment by keeman January 2015
  • Hmmm, I did some renewed testing... My problem was with decoding Json. For decoding purpose RTI_JSON can work for me. Thank you for the tip. Ed
    in JSON Comment by keeman September 2014
  • Hi, Thank you for your reply. And yes i have tried rti_json but have you tried to set a value to 0? This function get's confused with '0'. Call RTI_JSON(menuObj2, 'SetObject', 'pos', '0') The zero does not get returned And in json there …
    in JSON Comment by keeman September 2014