Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No BitMap setting stopping objects being refreshed
Message
De
13/07/2001 12:18:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
No BitMap setting stopping objects being refreshed
Divers
Thread ID:
00530345
Message ID:
00530345
Vues:
59
I am using the NO BITMAPS setting in my config.fpw in order to try and speed up a VFP application running under Citrix, which is running slowly over our WAN.

Moving in the grid should be triggering certain text boxes on my form to be refreshed.

In the grids afterrowcolchange event I call a method which contains the following.


With THISFORM
.sect_desc.refresh
.head_desc.refresh
.item_desc.refresh
.sub_desc.refresh

endwith


The text boxes no longer get refreshed as they are supposed to.

If I place a button on the form with a thisform.refresh in the click event and refresh the whole form using the button then my text boxes are updated, but issuing whole form refreshes all the time does not sound like it will help my performance issues very much.

My highlighting grid has also stopped working prperly because of this and the highlight bar does not move. Anyone know how to fix this.

It seems that using NO BITMAPS raises quite a few additional coding issues. The documentation I read on the setting did not mention that individual object refreshes would not take place.

I was told that Citrix performance would not degrade to a great degree by using it over our WAN as opposed to our LAN so I did not bother to test WAN performance.

Yes I know:(

All help gratefully received.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform