Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EIP - No matching prototype error with "Column Specific" 1

Status
Not open for further replies.

rleiman

Programmer
May 3, 2006
258
US
Hi Everyone,

I am using the detailed version of EIP. In the properties of "Column Specific" I choose "Drop Combo" from the type dropdown.

I choose the elipsis button next to the "From" entry field and selected a column from the "Select Column" dialog. I also did the same with the "FromColumn" entry field.

When I compile the app I get a "No matching prototype error".

When I choose "DropList" the app will compile, but will not populate the drop list.

Can what I did wrong and how to fix it?

Thanks,
Emad
 
Hi Emad,

Which version of Clarion are you using? And what is the specific statement where you are getting the error. The prototype error is normally because a procedure/function/method's paremeters are incorrect.

Let me try using the Drop Combo EIP and see what happens here.

Regards
 
Hi Shankarj,

I am using Clarion6 Professional.

Thankyou for trying the same as me.

Truly,
Emad
 
Hi Emad,

The FROM must be a QUEUE which you must define locally and populate. The SELECT COLUMN must be a column of that Queue.

I just tried the example application in Clarion6\Examples\How-to-ABC\EIP\EIPNew.app and it worked fine.

Regards
 
Hi ShankarJ,

That was a good find.

Thanks so much.

Truly,
Emad
 
Hi ShankarJ,

Just a quick note to say that I was able to get it to work with your help.

Thanks.

Truly,
Emad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top