http://bugs.winehq.org/show_bug.cgi?id=5858
------- Additional Comments From tuharsky(a)misbb.sk 2006-04-08 03:43 -------
(the screenshot meaning is the one I have posted in first comment)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5858
Summary: oleaut32 -WinAmbulancia (@MDB,VB) -database repare fails
Product: Wine
Version: 0.9.18.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulacnia (see AppDB) is medical app.
Database reparation function fails. It should create empty DB structures and
transfer data into them. By the words of author, "it is useful when DB is too
large or program sometimes produces unlogical results".
Using builtin DLLs it fails with comment:
Unable to open database 'C:\softprog\winamb\Data\LekarDta.mdb'.
Probable reasons:
1, You don't have write access to the file. We recommend closing the app and
examine the file access rights
2, If it is clear that You have sufficient rights, then Your database is
probably corrupted. In that case we suggest You to run database repare.
Do You want to run database repare?
(see screenshot)
If I use native oleaut32.dll, it works alright.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5849
------- Additional Comments From tuharsky(a)misbb.sk 2006-04-08 03:28 -------
Interesting detail: with native oleaut32.dll, the username at login screen is
with uppercase letters. With builtin, it is lowercase. I don't know whether it
means later something for the DB access, or whether such a misbehavior of
builtin DLL could have any (even hidden) impact on other functions of the app..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5850
------- Additional Comments From tuharsky(a)misbb.sk 2006-04-08 03:27 -------
Interesting detail: with native oleaut32.dll, the username at login screen is
with uppercase letters. With builtin, it is lowercase. I don't know whether it
means later something for the DB access, or whether such a misbehavior of
builtin DLL could have impact on other functions of the app..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5857
Summary: Wine doesn't have a desktop
Product: Wine
Version: 0.9.18.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ekkehard.morgenstern(a)onlinehome.de
Although it's nice to run apps in individual windows, it's quite annoying that
there's nothing similar to the Windows desktop ("wine explorer" doesn't count
because it's akin to Windows 3.1 and Windows NT 3.x, which are both beyond
outdated). Also, applications like "wine iexplore" don't have a user interface.
Although is might be convenient when invoking particular websites, it is a
hindrance to smooth usage of that feat. Overall, Wine doesn't leave the
impression to be a usable Windows alternative. There are still many applications
which run only Windows, and I want to use Linux for each and every program that
I use, even if that involves using Wine. So, to make the user experience more
pleasurable, a desktop should be added that runs in its own window and that can
give the user a Windows Explorer like feel.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5852
------- Additional Comments From heiko(a)kom.at 2006-04-08 02:22 -------
AppDB entry made.
Here is the Software as Attachment. (Please ignore the Error Messages at
startup, this are the Environmentsettings defined in faktura.ini)
As example click after startup (after a few times ok clicking) "Bearbeiten" ->
"Rechnung" and than to "Positionen"
Thank you very much, for help !!!
Heiko
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-04-08 02:07 -------
The Windows console has at least two areas, one with fixed size defined by the
user (or program), called "screen buffer" and one defined by the current window
size (called "window"). An application can create additional screen buffers and
switch between them. The current screen buffer dimensions, current window
position and size within the screen buffer should be determined by the terminal
hosting wineconsole. The screen buffer size and desired window size must be
settable parameters to wineconsole (otherwise, you can't say wineconsole is
compatible to Windows consoles) (BTW, a manpage for wineconsole is a must! What
can it do and what can't it do?). Cursor positioning and scrolling must work
perfectly, otherwise the whole thing can't be used. The main application is to
run the command prompt, which is "wcmd" for Wine. (Why not provide a built-in
"cmd.exe" that automatically spawns wineconsole wcmd when I type "wine cmd ..."?
Also, a Windows application can call AllocConsole() at any time to open a
console window, and it can also spawn processes with "cmd x" to run commands.
Probably not only to me, a major compatibility issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.