Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » bug in DbfView example
Re: bug in DbfView example [message #10802 is a reply to message #10778] Mon, 30 July 2007 06:04 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 826
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
Just another one:

    fs.AllFilesType();
    fs.Type("*.dbf", "dbf");
    if(!fs.ExecuteOpen("DBF..")) return;


The filter *.dbf does not work in Linux.
Fix (to add asterisk and dot ahead of second dbf):
    ...
    fs.Type("*.dbf", "*.dbf");
    ...


I'm not sure if this works for windows and which one is the "correct" way to use in U++. Was it just a problem with example and my fix is correct, or the whole filter thing is broken in Linux and U++ FileSel requires fixing?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: bug? : operator "!" for "bool"
Next Topic: howto access SVN please?
Goto Forum:
  


Current Time: Wed Jun 25 21:13:08 CEST 2025

Total time taken to generate the page: 0.04081 seconds