Posts Tagged 'Dates'
Thursday, June 19th, 2008 |
This was certainly a player Elton Rueb and he even managed to solve before I help. What the reader was intended to measure the time it takes a user to insert a record and it has three fields: one for the start time when it opens the form, for the first time to end that is inserted when you click the record button and a field to calculate the difference. This is a simple example but may be lacking to those who want to calculate difference between two times. So the Elton Rueb (Rio de Janeiro - RJ - Brazil) provided the example that could help someone else.
Download: Test Time
Posted in Dates , Samples , Examples transferred , Expressions , Form , Time | 2 Comments »
Thursday, June 12th, 2008 |
The reader Jacinto put a question here on how to change the format of a date of 12/06/2008 for 2 0 0 8 0 6 1 2, the response as explained in the comments is as simple as a text box with the following expression:
= Format ([date field name], "mm dd yyyy")
and properties of the field put the following words in the input mask: 0 \ 0 \ 0 \ 0 \ 0 \ 0 \ 0 \ 0 \ 0
Pretty simple and easy. Follow the example for download: Format date
Posted in Dates , Examples , Expressions , Forms | 1 Comment »
Tuesday, May 6th, 2008 |
This example shows how a management system for the provision of payments.
The example shows that this does is create and automatically with a click of a button, the benefits of a contract of sale through the data entered. That is, we introduce the client's name to the contract start date and the total amount payable. Then simply click the "calculate payments" that it automatically generates the number of installments and divides the value indicated by each of them and calculates the date of each installment (one per month). This is also an example that demonstrates how to add multiple records at once, because when you click the button it adds a record for each benefit.
Download: Insert Multiple Records
Posted in Dates , Samples , Forms , Modules , Records | 17 Comments »
Tuesday, March 18th, 2008 |
At the request of the player Joao Cabrita developed this form of control point that applies to a fire station, more specifically to the needs of the reader.
It is a basic example, but with some more advanced details on what it is intended to make the control of entrances and exits of employees, verify that worked a 12 hour shift and add more hours worked and hours worked to less.
All this for a monthly report of attendance of each employee.
Download: Point
Written Consultation , dates , examples , expressions , forms , hours , reports | 9 Comments »
Wednesday, February 6th, 2008 |
This example shows how to choose a date through a PopUp Calendar. That is, as a module and can form a select a date as this is a calendar. In the example we can choose the date by clicking the button next to the date field or clicking the right button of mouse in the date field. This way to enter dates is very practical since it allows us to see a calendar and to choose the best date you want.
Download: PopUp Calendar
Posted in Dates , Samples , Forms , Modules | 1 Comment »
Saturday, January 26th, 2008 |
Example of how to view a statement of account for a certain period and show the opening balance at the beginning of this period.
To test enter a date between the initial and final period as shown in the image and make sure that the opening balance is correct.
Download: Beginning Balance
Posted in Dates , Examples , Forms | 1 Comment »
Tuesday, December 18th, 2007 |
This is a small example that demonstrates how we can do a running sum, ie, as seen in the bank statements for example.
For the total field we use the DSum function to calculate the previous value plus credit and subtract the debt.
To download the example click here
Posted in Dates , Examples , Expressions , Forms | 6 Comments »