This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
TEXT("") does not work like it used to! I previously used TEXT("") to
blank out a numeric field and it worked perfectly Now the same function
puts in a 0 Why and when did this behavior change?
@Appsheet_Admin Show Local Changes on the App Menu is a disaster for the
end user! It’s a very bad user experience! User gets a page of techie
stuff, but more importantly than that they can’t go back to where they
came from DUH! I would have thought ...
My column [Location] (Type LatLong) only shows a Map of the current
location. How do I display a MAP based on the [Address] field in a
record? I cannot seem to find how to do this easily? Is there a function
like Map([Address]) or something?
Sometimes when you choose an existing photo on a mobile device it
appears perfectly well on the record and you click save. Then when you
got to the list for you it changes back to an exclamation mark. This is
not good behaviour. I am certain it is on...
Take for example a Square Photo on the front page of a report along with
some other details such as client names, address, trade logos etc. Even
at 600 x 600 it forces rather data to the next the page. It needs to be
width 400 or 450 or whatever I ch...
Thanks. But alas the options: Large, Medium, Small, Tiny are not
adequate to format a picture that fits the front cover page of a report.
They are either too big or or too small. I need more fine tuned control.
( In other systems I have developed I s...
Thanks Steve, but alas the options: Large, Medium, Small, Tiny are not
adequate to format a picture that fits the front cover page of a report.
They are either too big or or too small. I need more fine tuned control.
( In other systems I have develop...
TEXT(" ") i.e with a space should return exactly that, a space. Not
blank. If you want blank you can either use trim or just put in " with
no space between. All these hidden overrides cause massive problems for
programmers