Jump to content

MichaelM

uniGUI Subscriber
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MichaelM's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Create a new UniGui Standalone project Drop 2 Unidatetimepickers on the main form. Copy and paste the code from the above post into the maintain form and Unidatetimepickers. Set your the MainFormDisplay to mfPage in the UniServerModule. There you go. Better to teach someone to fish then just give them fish.
  2. Did any one ever find a solution for multiple column combo dropdowns? I see many posts about this but nothing ever gets resolved. This is a must for database forms development, so crazy that FMSoft could not develope the components. All component packages that I use includes them for standalone and data aware.
  3. Anyone else receiving Console warnings: content.js:2 [Deprecation] -ms-high-contrast-adjust is in the process of being deprecated. Please see https://blogs.windows.com/msedgedev/2020/09/17/styling-for-windows-high-contrast-with-new-standards-for-forced-colors/ for tips on updating to the new Forced Colors Mode standard. In your browser debug console? I believe is just started the last couple of days, but then again I don't use Edge very often.
  4. Yes, MainForm. But they may also be in a Free Form. Kind of depends upon the requirements. Why would that make a difference?
  5. You have two unidatetimepickers in the form. Say StartDate and EndDate. You don't want to have the start date be 12/31/2024 and the EndDate be 10/30/2024. Looking for a way to show a message if the start date is after the ended or the other way around. Like the post above that I showed you that was causing the error with the login. Maybe it just needs to be updated. I'm new to UniGui so I have not reached that level yet. Thanks
  6. This may no longer work. It worked great, but when I added a login form to the application I received errors before the mainform showing.
  7. Found the issue. I was playing around with Forgot that uniDateTimePickers still had the beforeInit code. Once I removed the ClientEvents.UniEvents.beforeInit all is working correctly. Sorry about that. How do you recommend validating Date Ranges between two uniDateTimePickers, without sending the dates back to the server? Thank you for your assistance!
  8. Maybe some assistance or direction would be more helpful here if you could tell me how I can determine what j[d] value is. Not sure how to log its value either to the console or a log file. This would provide me with something to research to see what is going on.
  9. Had a pretty vanilla desktop applications, no external JS or libraries. Added a LoginForm to the project (used the demo login form cookies), now when I view the app in the browser, received error Ajax Error j[d] is not a function. After two days of trying to figure out what the problem was, I finally figured it out. It was the: ServerModule.MainFormDisplayMode = mfPage If I set it to ServerModule.MainFormDisplayMode = mfWindow then all works correctly. So I don't know if this is a bug or something to do with the way the LoginForm is created by the system with mfPage mode. I will need to research it if it needs to handled differently with mfPage. Sadly if that was the case, UniGui should have told me that it would be a problem or added what was needed to make it work correctly. So, am I doing something wrong using mfPage with a standard LoginForm using the example login form cookies? Thanks JQueryVersion: 3.6.4 UniGuiVersion: 1.95.0.1583
  10. Yes this is needed. Why don't component makers just make this a standard? You need to have multiple columns for all comboboxes with search, sort, and filter options.
×
×
  • Create New...