Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@22401 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									5982019fd0
								
							
						
					
					
						commit
						c1f830fa8c
					
				| @ -56,6 +56,7 @@ TInvia_clienti_skema::TInvia_clienti_skema() | |||||||
|   create_field("CODCF",     -1,  20,  _longzerofld, true);  //codice cliente
 |   create_field("CODCF",     -1,  20,  _longzerofld, true);  //codice cliente
 | ||||||
|   create_field("RAGSOC",    -1,  50,  _alfafld,     true);  //ragione sociale  
 |   create_field("RAGSOC",    -1,  50,  _alfafld,     true);  //ragione sociale  
 | ||||||
|   create_field("CITTA",     -1,  50,  _alfafld,     true);  //cittŕ
 |   create_field("CITTA",     -1,  50,  _alfafld,     true);  //cittŕ
 | ||||||
|  |   create_field("ACAPO",     -1,   2,  _alfafld,     true, TVariant("\r\n"));  //caratteri di a capo
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|                                  /////////////////////////////////////
 |                                  /////////////////////////////////////
 | ||||||
| @ -102,6 +103,7 @@ TInvia_articoli_skema::TInvia_articoli_skema() | |||||||
|   create_field("PESO",       -1,  20,  _alfafld,    true);  //peso
 |   create_field("PESO",       -1,  20,  _alfafld,    true);  //peso
 | ||||||
|   create_field("LUNGHEZZA",  -1,   5,  _realfld,    true);  //lunghezza
 |   create_field("LUNGHEZZA",  -1,   5,  _realfld,    true);  //lunghezza
 | ||||||
|   create_field("LARGHEZZA",  -1,   5,  _realfld,    true);  //larghezza
 |   create_field("LARGHEZZA",  -1,   5,  _realfld,    true);  //larghezza
 | ||||||
|  |   create_field("ACAPO",      -1,   2,  _alfafld,     true, TVariant("\r\n"));  //caratteri di a capo
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|                                  //////////////////////////////////////
 |                                  //////////////////////////////////////
 | ||||||
| @ -142,6 +144,7 @@ TInvia_dotazioni_skema::TInvia_dotazioni_skema() | |||||||
|   create_field("CODCF",     -1,  20,  _longzerofld, true);  //codice cliente
 |   create_field("CODCF",     -1,  20,  _longzerofld, true);  //codice cliente
 | ||||||
|   create_field("RAGSOC",    -1,  50,  _alfafld,     true);  //ragione sociale  
 |   create_field("RAGSOC",    -1,  50,  _alfafld,     true);  //ragione sociale  
 | ||||||
|   create_field("CITTA",     -1,  50,  _alfafld,     true);  //cittŕ
 |   create_field("CITTA",     -1,  50,  _alfafld,     true);  //cittŕ
 | ||||||
|  |   create_field("ACAPO",     -1,   2,  _alfafld,     true, TVariant("\r\n"));  //caratteri di a capo
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -175,7 +178,7 @@ void TInvcon_skema_msk::esporta() const | |||||||
|   TFilename file_dot = path; file_dot.add("dotazione.txt"); |   TFilename file_dot = path; file_dot.add("dotazione.txt"); | ||||||
| 
 | 
 | ||||||
|   //preparo il recodset che contiene tutti i contratti validi
 |   //preparo il recodset che contiene tutti i contratti validi
 | ||||||
| TString query; |   TString query; | ||||||
|   query << "USE LVCONDV\n" |   query << "USE LVCONDV\n" | ||||||
|         << "SELECT (BETWEEN(DATAIN,\"\",#DATA))&&((NUM(ANSI(DATASC))>=" << datasc.date2ansi() << ")||(DATASC=\"\"))&&(CONTSPOR>0)\n" |         << "SELECT (BETWEEN(DATAIN,\"\",#DATA))&&((NUM(ANSI(DATASC))>=" << datasc.date2ansi() << ")||(DATASC=\"\"))&&(CONTSPOR>0)\n" | ||||||
| 		    << "BY CODCF"; | 		    << "BY CODCF"; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user