Question : A tiff file that works well with XP but not windows 7 "paint". Can some one give me some ideas?

The attached file is a 363k tiff file, when open by XP Pro 32 bit paint, do a little change, save, it works fine.

But If I use W7 pro 64bit, do a little change, save; it is taking a long time and never finished, and my computer in task manager->preformance is using 8G of memory. When I check the unfinished "save file", it is 11,586k.

Cam someone give me some ideas? Thanks in advance.  
 
This is the tiff file in question.
 

Answer : A tiff file that works well with XP but not windows 7 "paint". Can some one give me some ideas?

You appear to have the VALUES term appearing twice in your statement - perhaps this is the problem?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
Set MyRecSet1 = MyConn.Execute( _
 "INSERT INTO Inventaire  (Période, No_Bon, Pays, Description_du_produit,Quantité_commandée, Valeur_produit_fini, No_PO_1, Pays_du_brut_1,Composante_1, Quantité_Comp_1 ) VALUES ( '" & _
  Format(Date, "dd mmmm yyyy") & _
  "' , '" & txtNumBon.Text & _
  "' , '" & txtPays.Text & _
  "' , '" & Des_prod.Text & _
  "' , '" & txtQté.Text & _
  "' , '" & lblCoûtInventaire1.Caption & _
  "' , '" & txtPO1.Text & _
  "' , '" & txtBrut1.Text & _
  "' , '" & txtComposante1.Text & _
  "' , '" & txtQté.Text & _
  "' , '" & txtPO2.Text & _
  "' , '" & txtBrut2.Text & _
  "' , '" & txtComposante2.Text & _
  "' , '" & txtQté.Text & "' )")
Random Solutions  
 
programming4us programming4us