How can I deselect a date range after it has been set?
I have tried both .Refresh, .Rebuild and .RefreshSelectedDate to no avail.
Private Sub btnFilterCancel_Click
dpCalendar.Rebuild
dpCalendar.Refresh
End Sub
Can we do a join with a table in a schema that is not public? for example, join the auth.user with Public.user? If not, are there any work arounds? Thank you.
This code:
ASScheduler_DayView1.DayCount = ASScheduler_DayView1.DayCount_ThreeDays
...
Private Sub Previous_Click
ASScheduler_DayView1.PreviousWeek()
ASScheduler_DayView1.RefreshScheduler
End Sub
Private Sub Next_Click
ASScheduler_DayView1.Nextweek()...
I wrote this code:
ASScheduler_DayView1.WorkingProperties.Active = True
ASScheduler_DayView1.WorkingProperties.StartHour = 10
ASScheduler_DayView1.WorkingProperties.EndHour = 21
ASScheduler_DayView1.WorkingProperties.NonWorkingDays = Array As Int()
All time period still on screen.
Is there any...
I'm transitioning a portion of my application from B4J over to B4A. Some users will be using a 7" android tablet to make entries into the database, but the entry screens that each user will see can be different. In addition, every half hour or so, a different user will be using the tablet...
First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :)
The Loading Animations are from the B4XLoadingIndicator by @Erel
Author...
First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :)
another week and a new AS View :p with B4X it is too easy to create custom...
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.