Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting background color
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Setting background color
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01582589
Message ID:
01582589
Vues:
115
Hi everybody,

In our application we allow users to define layouts. This is done using the following code
do while not llDone 
      oAppObj.write_log('Entering Try ...', program(), '5')
      try
         if tlCreateNew = .t.
            create report (lcReptFile)
         else
            *set step on 
            modify report (lcReptFile) in screen
         endif
...
The problem users found and I can reproduce is that setting background color of the objects takes lots of trials and errors. E.g. it's not as easy as clicking on the box and then on the color on the color palette and the color changes. It may take many clicks before this finally works.

We're using VFP9 SP2 latest hotfix and I believe the RB is 80, although this particular program does not set it up.

Is there anything in programmer's control to adjust that behavior?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Répondre
Fil
Voir

Click here to load this message in the networking platform