Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

QUERYPOSITION Not Supported in Version 6

Explorer ,
Mar 07, 2008 Mar 07, 2008
I started building an app on my local machine using MX7. I made the assumption that 7 was the version our University was using, I was wrong. I understand that QUERYPOSITION is not supported in version 6. Is there a workaround? Are there any other incompatiblities I should be aware of? I've built a simple form page that inserts alumni data (name, email, address, date of grad, etc.) info into an access database.

Thanks!
390
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 07, 2008 Mar 07, 2008
Hard code the stuff you would have done with queryposition.

Loop through your query for the other options.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 07, 2008 Mar 07, 2008
quote:

Originally posted by: Dan Bracuk
Hard code the stuff you would have done with queryposition.

Loop through your query for the other options.


I have no clue how to do this. I designed my app with with the help of Ben Forta's web app const. kit book. would you be able to point me in the right direction? links to sample code?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 08, 2008 Mar 08, 2008
quote:

Originally posted by: Mr. Angier
quote:

Originally posted by: Dan Bracuk
Hard code the stuff you would have done with queryposition.

Loop through your query for the other options.


I have no clue how to do this. I designed my app with with the help of Ben Forta's web app const. kit book. would you be able to point me in the right direction? links to sample code?

Do you know how to code a select instead of a cfselect?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 10, 2008 Mar 10, 2008
LATEST
quote:

Originally posted by: Dan Bracuk
quote:

Originally posted by: Mr. Angier
quote:

Originally posted by: Dan Bracuk
Hard code the stuff you would have done with queryposition.

Loop through your query for the other options.


I have no clue how to do this. I designed my app with with the help of Ben Forta's web app const. kit book. would you be able to point me in the right direction? links to sample code?

Do you know how to code a select instead of a cfselect?



Yes, I do. I will give that a shot.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 07, 2008 Mar 07, 2008
> Are there any other incompatiblities I should be aware of?

Yeah. Here are the new tags, attributes, and values in MX7

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 07, 2008 Mar 07, 2008
> Are
> there any other incompatiblities I should be aware of?

http://livedocs.adobe.com/coldfusion/7/htmldocs/00000211.htm#2462067
http://livedocs.adobe.com/coldfusion/7/htmldocs/00000373.htm#3532493

It's always a good idea to consult the docs with questions like this.

--
Adam
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources