Jump to content

I have generated a website with the php site assistant and all works pretty well except the find page. The find choice is made with a radio button choice from a value list within fmpro. The not


jeffmcg

This topic is 6161 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have generated a website with the php site assistant and all works pretty well except the find page.

The find choice is made with a radio button choice from a value list within fmpro.

The not equals choice actually finds a list of records where the field is equal equal.

I looked at the find.php and not equals is 'neq'

I looked at the fmview.php and it converts 'neq' to '!='

This seems right.

The greater than choice works as far as it finds a list of records where the text field contains data that is alpha greater than the data I am trying to exclude.

I have noticed that you can't do a find in fmpro

like 'not equals' or <> sampledata but you can do a find like omit sampledata, but the php site assistant generates the not equals choice in find.php.

Anyone see this before?

Edited by Guest
Link to comment
Share on other sites

This topic is 6161 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.