Search found 110 matches

by sajith
Fri Feb 20, 2009 11:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Exit Funtion
Replies: 1
Views: 343

Exit Funtion

I want to exit from a function:
eg)
funtion create(ctxt)
if(ctxt=="sajith")
//if "sajith" i doent want to continue the function i want to exit the function frm here //
in dotnet(vb.net)i used EXITFUNCTION. is Fivewin wht is the syntax?
by sajith
Fri Feb 20, 2009 11:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: EXIT FUNCTION
Replies: 3
Views: 461

Re: EXIT FUNCTION

I want to exit from a function:
eg)
funtion create(ctxt)
if(ctxt=="sajith")
//if "sajith" i doent want to continue the function i want to exit the function frm here //
in dotnet(vb.net)i used EXITFUNCTION. is Fivewin wht is the syntax?
by sajith
Fri Feb 20, 2009 10:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: EXIT FUNCTION
Replies: 3
Views: 461

EXIT FUNCTION

CODE FOR HOW TO EXIT FROM A FUNTION
by sajith
Fri Feb 20, 2009 10:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: LISTVIEW
Replies: 1
Views: 254

LISTVIEW

HOW TO ADD ITEMS TO LISTVIEW AND ALSO FOR SELECTING ITEMS FROM LISTVIEW
by sajith
Fri Feb 20, 2009 10:30 am
Forum: FiveWin for CA-Clipper
Topic: LISTVIEW ADDING AND SELECTION
Replies: 1
Views: 3092

LISTVIEW ADDING AND SELECTION

hOW CAN I ADD ITEMS TO LISTVIEW,AND ALSO TO SELECT ITEM