Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 19 FEB 2009 06:21:57AM Tim Marler wrote:

Hello everyone, long time no post!!!

I'm having a problem with Set_Property. Basically, to cut a long story short, I'm trying to put a shell around Get and Set_Property for security reasons. All seems well and it's doing just about everything I want it to. But there's one issue I've found (so far!!!!)

When I try and shell Set_Property when the control is an Edit Table, I get the following error message

ENG0711: OI_SET_PROPERTY, line 1. Too many parameters passed to procedure SET_PROPERTYMETAINFO.

What I've done is copy the SYSOBJ $GET_PROPERTY and $SET_PROPERTY to OI_Get and OI_Set_Property and in my code I've got some stuff and then I pass the incoming values. Has anyone got any ideas on how to fix this or should I just give up?

Declare Function OI_Set_Property

retVal= OI_Set_Property( Ctrl , PropName , PropVal )


At 19 FEB 2009 06:24AM Tim Marler wrote:

Sorry, I pressed return instead of Tab, the full code is this…

Function Set_Property( Ctrl , PropName , PropVal )

Declare Function OI_Set_Property

* Do my stuff here

retVal=OI_Set_Property( Ctrl , PropName , PropVal )

Return retVal


At 20 FEB 2009 05:12AM Eric wrote:

I don't remember you stuttering as badly in Vegas.


At 20 FEB 2009 06:55AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:

OK suspect you're accidentally red-herring us. The only routine with META in the ID is GET_CONTROL_METAINFO. We'd guess you're ignoring the fact that Set_Property can be called with four paramters - the fourth being an auxiliary value.

The Sprezzatura Group

World leaders in all things RevSoft

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/e83fa0c59692c9ef85257562003e6f3e.txt
  • Last modified: 2023/12/28 07:39
  • by 127.0.0.1