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

Please ToddWW ,lobstah or anyone...CODE ERROR

Status
Not open for further replies.

SHARKY99

Programmer
Oct 25, 2001
473
CA
The code i'm having problem with is here: thread333-164731

I'm really in need of an answer PLEASE....

Thanks to all....:cool:

Sharky99 >:):O>
 
i'm having trouble keeping up with that thread, what exactly is the error you are getting on that line of code?
 
Sorry i should have said it goes right into flash.

But the way i wrote it must be wrong...it works perfectly as an ASP page but looks like flash doesn't recon it???

Is it cause i used arrays???
 
i'm sorry, i'm not familiar with flash...

what does it do, display

TabloOut(toind)= (value of Server.URLEncode(rsHorCou(Tablo(tind))) )
?

should it maybe be a response.redirect instead of response.write? just grabbing at straws, as i said i'm not familiar with flash......
 
how about:

Response.Write "TabloOut(toind)=" & Server.URLEncode(rsHorCou("" & Tablo(tind) & "")) ' here is my problem****************_____

because you are trying to fill with the field name, but you need it surrounded by double quotes......
 
It takes the TabloOut(toind) value (which is flSun)as the flash dynamic txt field name and gives it the value of rsHorCou(Tablo(tind)) (which is database field "8h00")
to return it to flash.

It's simple but since i'm using arrays i've got to change my code that's my problem

Thanks lobstah

Sharky99 >:):O>
 
did you catch my other response that crossed airwaves with your last response? i think that might be the trick, i hope, i hope!
 
Still doesn't work lobstah :-( Thanks anyway

I'm doomed....



Sharky99 >:):O>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top