Donkick Posted April 5, 2010 Posted April 5, 2010 I'm trying to get this UPS tracking web viewer to work. It works, excetpt it puts the field name "Jobs::Tracking Number" into the field that the actual content of the field "1ZYY64820398867660" should go into. What am I doing wrong? "http://wwwapps.ups.com/WebTracking/processInputRequest?tracknum="&"= Jobs::Tracking Number" "Jobs::Tracking Number is my field name.
comment Posted April 5, 2010 Posted April 5, 2010 Your field name is inside the quotes - therefore it is interpreted as a text constant.
Donkick Posted April 5, 2010 Author Posted April 5, 2010 Thank you but Filemaker keeps telling me it needs to end in quotes, it won't allow this. "http://wwwapps.ups.com/WebTracking/processInputRequest?tracknum=" Jobs::Tracking Number
bruceR Posted April 5, 2010 Posted April 5, 2010 (edited) "http://wwwapps.ups.com/WebTracking/processInputRequest?tracknum=" & Jobs::Tracking Number Edited April 5, 2010 by Guest
Recommended Posts
This topic is 5357 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now