ahhh that is the fix, im a newbie to this TCF stuff, thanx for the help. thank you Phil for taking interest in the matter even though it was indeed user-error.
----- Original Message ----- From: "gauthier Segay" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Thursday, August 01, 2002 10:02 AM Subject: Re: Witango-Talk: tango class files Ahhh! did you have checked that your method has Return Value set at 'Result HTML'? You can check that by doubleclicking the methodName of your .tcf in the Witango Studio Gauthier -----Message d'origine----- De: "Atrix Wolfe" <[EMAIL PROTECTED]> A: Multiple recipients of list witango-talk <[EMAIL PROTECTED]> Date: 01/08/02 Objet: Re: Rep:Re: Rep:Re: Witango-Talk: tango class files oh of course, yeah im doing that the problem is...i could have a method in my class called "Display" and when i call it, all thats there is a results html that says "hello world". I call the display function from my object and it doesnt display text ): if however, i call another function which does a select statement, i can put @@local$resultset right after the function call in my taf and it prints up the results of the select. If however, i put the @@local$resultset as part of the results html after the select, it doesnt work. There seems to be something blocking out the raw html output from the tcf. Any ideas? ----- Original Message ----- From: "gauthier Segay" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Thursday, August 01, 2002 9:25 AM Subject: Rep:Re: Rep:Re: Witango-Talk: tango class files Hi, tcf act like objects in other language: they need to be instanciated so you have to call your method to display the result from a .taf You can also call it from another method, but you always need a taf to call the top most method. Hope this is understandable :) Gauthier -----Message d'origine----- De: "Atrix Wolfe" <[EMAIL PROTECTED]> A: Multiple recipients of list witango-talk <[EMAIL PROTECTED]> Date: 01/08/02 Objet: Re: Rep:Re: Witango-Talk: tango class files but theres no way to just do resutls html in a tcf and have it display like you do with tafs? ----- Original Message ----- From: "gauthier Segay" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Thursday, August 01, 2002 12:23 AM Subject: Rep:Re: Witango-Talk: tango class files Dont forget to set the method's return in the taf where you call it ex: If you store it in variable Local$Result you have to write <@VAR Local$Result ENCODING="NONE"> Gauthier -----Message d'origine----- De: ezra <[EMAIL PROTECTED]> A: Multiple recipients of list witango-talk <[EMAIL PROTECTED]> Date: 01/08/02 Objet: Re: Witango-Talk: tango class files Double click on your methods and select "Results HTML" for "Return Value". >hello, im trying to use tango class files but im running into a >problem. I can call functions of the class file ok, but what i cant >do is get it to display any HTML. What im trying to do is make a >TCF that will bring up some drop downs populated with information >from the database and id like it to be all contained in TCF >functions. Without being able to make any results html from the TCF >im unable to realize my dream (: > >Anybody know why i cant get results html to show up from TCF >functions or how to get it to show up? > >Thanx, >Atrix ________________________________________________________________________ ____ __ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ ____ __ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ____________________________________________________________________________ __ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
