I have an .adp with a SQL Server backend. Date of Birth text box is set with format 'mm/dd/yyyy' and input mask '99/99/0000;0;_'.
Now, if a user inputs a birthdate before the Regional Options cutoff - i.e. '4/25/1929' - the value of the text box is '4/25/1919' but if it is after that cutoff -...
I am trying to export some reports in my .adp project to Excel. I have discovered the TransferSpreadsheet method, but this does not allow SQL strings. You can only transfer Tables and Queries (which of course don't exist in .adp). I can't use a View because the datasets are user-defined (they...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.