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

Windows Property

I was looking to create a Window Property to hold an original copy of an array rather than keeping a second, hidden, table in the form. So, something like:
Set_Property(@Window, '@VARIABLE_NAME', 'Value')

This seems to work OK but am getting some weird results with bigger data sets.

My question would be, is there a size limit (or some other limitation) when doing this? I have had a look at the ProgRef but cant seem to find anything documented.

Comments

  • I'm not aware of any hardcoded size limits. AFAIK, it just stores the data in memory just like any variable. I'm a big fan of UDPs, but you can also use the SRP HashTable (or Memory_Services if you have that wrapper) to do this as well.
  • Don,

    I am a big fan of UDP's as well ;-)

    Thanks for that. It looks like I will have to invest in digging a bit deeper ....


Sign In or Register to comment.