Patch level : 10.0
Files correlati : ba8 Ricompilazione Demo : [ ] Commento : Corretta esportazione Excel delle query git-svn-id: svn://10.65.10.50/trunk@16771 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									55e3e6d401
								
							
						
					
					
						commit
						a857ac917e
					
				@ -932,7 +932,11 @@ void TQuery_mask::save_as(TRecordsetExportFormat fmt)
 | 
				
			|||||||
  strcpy(fs.name, get(F_CODICE));
 | 
					  strcpy(fs.name, get(F_CODICE));
 | 
				
			||||||
  strcpy(fs.type, ext);
 | 
					  strcpy(fs.type, ext);
 | 
				
			||||||
  strcpy(fs.creator, "AGA"); */
 | 
					  strcpy(fs.creator, "AGA"); */
 | 
				
			||||||
  path.add(get(F_CODICE)); path.ext(ext);
 | 
					  if (field(F_CODICE).empty())
 | 
				
			||||||
 | 
					    path.add("query"); 
 | 
				
			||||||
 | 
					  else
 | 
				
			||||||
 | 
					    path.add(get(F_CODICE)); 
 | 
				
			||||||
 | 
					  path.ext(ext);
 | 
				
			||||||
  xvt_fsys_convert_str_to_fspec(path, &fs);
 | 
					  xvt_fsys_convert_str_to_fspec(path, &fs);
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  xvt_fsys_save_dir();
 | 
					  xvt_fsys_save_dir();
 | 
				
			||||||
@ -941,8 +945,7 @@ void TQuery_mask::save_as(TRecordsetExportFormat fmt)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  if (good)
 | 
					  if (good)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    xvt_fsys_convert_dir_to_str(&fs.dir, path.get_buffer(), path.size());
 | 
					    xvt_fsys_convert_fspec_to_str(&fs, path.get_buffer(), path.size());
 | 
				
			||||||
    path.add(fs.name);
 | 
					 | 
				
			||||||
    if (rex->save_as(path, fmt))
 | 
					    if (rex->save_as(path, fmt))
 | 
				
			||||||
      xvt_sys_goto_url(path, "open");
 | 
					      xvt_sys_goto_url(path, "open");
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
@ -1299,7 +1302,6 @@ bool TQuery_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
 | 
				
			|||||||
    if (e == fe_init || e == fe_modify)
 | 
					    if (e == fe_init || e == fe_modify)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      const bool on = !o.empty();
 | 
					      const bool on = !o.empty();
 | 
				
			||||||
      enable(-2, on);
 | 
					 | 
				
			||||||
      enable(F_EXPORT_DBF, on && is_power_station());
 | 
					      enable(F_EXPORT_DBF, on && is_power_station());
 | 
				
			||||||
      if (e == fe_modify)
 | 
					      if (e == fe_modify)
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
 | 
				
			|||||||
@ -4,7 +4,7 @@ TOOLBAR "" 0 0 0 2
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
BUTTON DLG_SAVEREC 10 2
 | 
					BUTTON DLG_SAVEREC 10 2
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT -15 -11 ""
 | 
					  PROMPT -15 -11 "~Salva"
 | 
				
			||||||
  PICTURE BMP_SAVEREC
 | 
					  PICTURE BMP_SAVEREC
 | 
				
			||||||
  PICTURE BMP_SAVERECDN
 | 
					  PICTURE BMP_SAVERECDN
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
@ -18,7 +18,7 @@ END
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
BUTTON DLG_DELREC 10 2
 | 
					BUTTON DLG_DELREC 10 2
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT -35 -11 ""
 | 
					  PROMPT -35 -11 "Elimina"
 | 
				
			||||||
  PICTURE BMP_DELREC
 | 
					  PICTURE BMP_DELREC
 | 
				
			||||||
  PICTURE BMP_DELRECDN
 | 
					  PICTURE BMP_DELRECDN
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
@ -29,6 +29,18 @@ BEGIN
 | 
				
			|||||||
  PICTURE 166
 | 
					  PICTURE 166
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					BUTTON DLG_INFO 10 2
 | 
				
			||||||
 | 
					BEGIN
 | 
				
			||||||
 | 
					  PROMPT -45 -11 "Info"
 | 
				
			||||||
 | 
					  PICTURE BMP_INFO
 | 
				
			||||||
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					BUTTON DLG_HELP 10 2
 | 
				
			||||||
 | 
					BEGIN
 | 
				
			||||||
 | 
					  PROMPT -45 -11 "Help"
 | 
				
			||||||
 | 
					  PICTURE BMP_HELP
 | 
				
			||||||
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BUTTON DLG_QUIT 10 2
 | 
					BUTTON DLG_QUIT 10 2
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT -55 -11 ""
 | 
					  PROMPT -55 -11 ""
 | 
				
			||||||
@ -137,7 +149,7 @@ END
 | 
				
			|||||||
BUTTON F_EDITQUERY 10 2
 | 
					BUTTON F_EDITQUERY 10 2
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT -16 -1 ""
 | 
					  PROMPT -16 -1 ""
 | 
				
			||||||
  PICTURE BMP_EDIT
 | 
					  PICTURE BMP_ELABORA
 | 
				
			||||||
  GROUP 2
 | 
					  GROUP 2
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user