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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wrong Nunber of aarguments passed to Function/Event call

Status
Not open for further replies.

Jmchap1

MIS
Nov 16, 2005
15
US
S_ERS_QADI_IN &
lstr_qadi_in


w_receiving_popup.DYNAMIC wf_recvd_confirm(lstr_qadi_in[])

Source of strcuture:

//global type s_ers_qadi_in from structure
// string rma descriptor "comment" = "RPIC"
// integer evtno descriptor "comment" = "RPIC Event Seq"
// string sn descriptor "comment" = "S/N"
// string chgr_no descriptor "comment" = "Charger S/N~r~n"
// boolean invstg_ind descriptor "comment" = "Investigation indicator"
// boolean lab_ind descriptor "comment" = "Lab Indicator"
// boolean rrs_ind descriptor "comment" = "Repair Return Same Indicator"
// boolean pending_ind descriptor "comment" = "Pending/Hold Indicator"
// character svrty_ind descriptor "comment" = "Severity flag (L, M, H)"
// boolean multi_ind descriptor "comment" = "Multi-component Indicator"
// datetime recv_dt descriptor "comment" = "Received Date"
//end type

I get "Wrong Number of arguments passed to function/event....

Anyone know what is wrong here?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top