Vraag : Te lange de lijn van de code

Hello lang hebben allen,

I een codelijn aan en ik niet hoe te om tot het weten work.

Could u me alstublieft helpt?

Thanks

" codeBody "
1:
2:
Set MyRecSet1 = MyConn.Execute („TUSSENVOEGSEL IN Inventaire (Période, No_Bon, betaalt, Description_du_produit, Quantité_commandée, Valeur_produit_fini, No_PO_1, Pays_du_brut_1, Composante_1, Quantité_Comp_1) WAARDEN („“ & Formaat (Datum, „yyyy dd mmmm“) &““, „„& txtNumBon.Text &““, „„& txtPays.Text &““, „„& Des_prod.Text &““, „„& txtQté.Text &““, „„& lblCoûtInventaire1.Caption &““, „„& txtPO1.Text &““, „„& txtBrut1.Text &““, „„& txtComposante1.Text &““, „„& txtQté.Text &““ _) „) _
     WAARDEN („„& txtPO2.Text &““, „„& txtBrut2.Text &““, „„& txtComposante2.Text &““, „„& txtQté.Text &““) „)

Antwoord : Te lange de lijn van de code

U schijnt om de termijn die van WAARDEN te hebben tweemaal in uw verklaring verschijnt - misschien is dit het probleem?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
Vastgesteld MyRecSet1 = MyConn.Execute (_
 „TUSSENVOEGSEL IN Inventaire  (Période, No_Bon, betaalt, Description_du_produit, Quantité_commandée, Valeur_produit_fini, No_PO_1, Pays_du_brut_1, Composante_1, Quantité_Comp_1) WAARDEN ('“ & _
  Formaat (Datum, „yyyy dd mmmm“) & _
  „„,“ „& 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 &“ ') „)
Andere oplossingen  
 
programming4us programming4us