Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting background color
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Setting background color
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01582589
Message ID:
01582589
Views:
117
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
Reply
Map
View

Click here to load this message in the networking platform