![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On Sun, 31 Jul 2005 22:12:27 -0400, Patrice wrote: J'ai créé une BD de location de véhicule récréatif. La BD fonctionne à merveille ! Mais j'aimerais la rendre plus visuel, je veux dire par là que j'aimerais que sur un calandrier mensuel, j'aimerais que les jours ou préiodes où le véhicule est loué, s'affiche d'une couleur (ROUGE) et pour les périodes ou jours non loué en VERT. Je recherche un utilitaire qui pourait faire ce travail. Tous commentaires ou solutions ou suggestions sont les bienvenue ! May I answer in English or German? |
)
#3
| |||
| |||
|
|
On Sun, 31 Jul 2005 22:12:27 -0400, Patrice wrote: J'ai créé une BD de location de véhicule récréatif. La BD fonctionne à merveille ! Mais j'aimerais la rendre plus visuel, je veux dire par là que j'aimerais que sur un calandrier mensuel, j'aimerais que les jours ou préiodes où le véhicule est loué, s'affiche d'une couleur (ROUGE) et pour les périodes ou jours non loué en VERT. Je recherche un utilitaire qui pourait faire ce travail. Tous commentaires ou solutions ou suggestions sont les bienvenue ! May I answer in English or German? What's the resolution that you want? Display of days e.g. per month? Than a calculation might either use one record per day or a repeating field of up to 31 days. You just compute if the vehicle is rented or not and take this boolean result to display a field as red or green. This could be done e.g. by taking different graphics from fields which contain red and green. In fact you could use a green background and overlay it with red whereever needed. Then the main task is to arrange those fields. There are various solutions around which show this technique. Check e.g. for progress bar. Another very simple approach is e.g. to use the | character or a 'heavy vertical bar' (a character which is a wide rectangle) where you assign the font color red to a monospaced font, either to display a bar or a space for rented or free. This will give a comparable period bar display. Good luck, Martin |
![]() |
| Thread Tools | |
| Display Modes | |
| |