Questions

Tag Filter:
I have a custom image upload control that accepts an AspectRatio attribute. The control works as expected. I now have an XMP form that uses the control, but this form needs to set a different AspectRatio based on the ItemType url parameter. So for example if the ItemType is 'slide' the AspectRatio needs to be set to 1.77778, if it is 'UpcomingEvent' the AspectRatio needs to be set to zero, etc.
When I want to set the value of a text box based on a URL parameter in XMP I use syntax like: <textbox id="PayerID" datafield="PayerID" value=[[Url:PayerID]] style="margin-bottom: 0px !important; width: 80%;"></textbox> …and it works great. How do I accomplish the same thing with a drop down list?
Was wondering if anyone has any thoughts on the best way to accomplish something a little different and slightly unusual. I have a master page which lists two columns of text in hyperlink format. They are listed as Practice Areas and Industry Groups. The first data list url uses a parameter named PA=x The second data list uses a parameter named IG=x. Both urls point to the same child page, just di
I am using various characters in my parameters, eg Name=Stéphane but I can't declare the datatype required - my only option is 'string' and it needs to be NVarChar eg the follwoing does not work <parameter name="Name" value='[[Url:name]]' datatype="string" /> in .NET would be SqlParameter parameter =newSqlParameter(); parameter.ParameterName="@Name"; parameter.SqlDbType=SqlDbType.NVarChar; paramet
Greetings. I am new to XModPro, and loving it, but I am stumped... Is it possible to receive a URL with an ID parameter, and bring up an Edit form for the desired record? Is this possible? If yes, could you give me an example of how this is done? The URL will include the parm "?ItemID=123" , for the ItemID for the record desired. I have been able to send out urls, such as with Redirect, but how to

Getting Good Answers

How do you get good answers to your questions?   Ask good questions. That means:

  1. Good Titles: Give your question a concise but informative title. Rather than "Email Forms", use "Sending multiple emails from forms".
  2. Do Your Research: Check out the XMod Pro help file, the XMod Pro Guide on this site, do a search in this Answers forum. Members are friendly and more than happy to help, but it's good etiquette to show you've done your homework.
  3. Is It Answerable? Your question should be practical and answerable. Provide clear and accurate details about your specific problem. Be sure to include all the pertinent information or links to images and examples. 
  4. Show Your Appreciation: If someone correctly answers your question, come back and ACCEPT the answer. That gives them points and helps others know it was a correct answer. If members know you'll accept an answer, they'll be more likely to spend time on your next question(s).