| |
|
|
Rainer Hoefs | Hi,
write straight one Rechnungsprogramm for my woman. I use therein 2 Databases *.DBF.
once The with the Kundenadressen and a in the The Rechnungsdaten stored go.
The bill becomes in a Preview-Window always currently viewed, and so printed.
the everything functions correct.
now have I a Button, the The KundenDB in the dbBrowse indicating, edited etc.
the functions in the RunModus utterly fehlerfrei. in the kompilierten Exe smears the program fundamentally ex, what about me can't check Why?!
The same Aufrauf with the same DB functions in a basic program too in the EXE tadellos.
How can I whom Error find??
thanks for Aids.
Rainer |
|
|
| |
|
|
|
Michael W. | ErrorProc, LogDatei (over 27.1 Fehlermeldungen), external Debugger (too over 27.1 erreichbare Info)
unfortunately To little Input circa there from the hip To shooting... |
|
|
| XProfan X3System: Windows 8/10, XProfan X4 Programmieren, das spannendste Detektivspiel der Welt. | 07/05/15 ▲ |
|
|
|
|
Rainer Hoefs | Vielen Thanks for Info,
but the what You there write are for me simply böhmische villages, What is with (over 27.1 Fehlermeldungen) To understand.
with the external Debugger come I not at all clear, have The Help already zig-time red and understand Behavior when...
a. in the program make must, so the functions...
b. I with the Debugger make must circa a Exe, The not functions to start. The code runs in Debugger in the Runmodus correct.
means you see here a utterly Hilflosen.
nevertheless thanks Rainer |
|
|
| |
|
|
|
Michael W. | Helpfile chapter 27.1
Set("LogFile","c:\XProfan\Logbuch.txt")
with LogOut "string" then wegschreiben what in variables stood, or where one straight in the program is. there these File always same again closed becomes, can tappt im dunkeln to one crash very say To where the program it geschafft has.
a Set("Errorlevel",1) 'Fehler/Warnungen in the Debugger show
' herewith sees one, when the start happens Set("DebugMode",2) 'Einzelschritt in the Debugger
b in the Einzelschritt work out and look, what so into variables standing. means like a detective on whom Error herantasten.
LogOut is incidentally The simplest method the Eingrenzung. there it only in the EXE to that start comes, simply "Wegpunkte" settle and in the Logbuch then look, which latest point it yet in that Logbuch geschafft has.
thereafter can the Error not his, but a whole while before it. Z.B. becomes something in File written, what a IO-Error created. then can it occur, the first the next Access to The nose falls.
LogOut "Hauptprogramm Start" LogOut "Untermodul data reading Start" LogOut "Untermodul data reading Ende" LogOut "Daten zeigen" LogOut "Tastendruck for ..." LogOut "Daten schreiben" LogOut "Untermodul data reading Start" LogOut "Untermodul data reading Ende" LogOut "Untermodul Datensatz delete Start" LogOut "Untermodul Datensatz delete ausführen" ... (time so as example. is naturally on whom suitable to put einzufügen.)
one GetControlParas (B means everything what to that actually stood know would like in a String and writes it in that Logbuch.
at that Debugger there yet Files on the disk PrfDebug*.(inc/prf) The can also with the analysis help. |
|
|
| XProfan X3System: Windows 8/10, XProfan X4 Programmieren, das spannendste Detektivspiel der Welt. | 07/06/15 ▲ |
|
|
|
|
Rainer Hoefs | thanks for your understandable Statement. i'll it time try. Rainer |
|
|
| |
|
|
|
Thomas Freier | smell to Access violation. go of it from, that not at the same time attempts becomes RE To write and data To edit. personal open I To eachone action The dbf new and schließe tappt im dunkeln again immediate (old dbase-dos-times Macke) if The action completed is. Zeitverlust have I not yet check can.
in the principle is it Yes possible any dbf on the Programmanfang to open and first with the End of program To close. but whether the always round runs? |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 07/06/15 ▲ |
|
|
|
|
RGH | If one Program in the Interpreter runs, but compiled crashes, can it too one small Syntaxfehler his, whom the Interpreter toleriert and übersieht, the but the Runtime-Module to that crash bring. the can z.B. one doppeltes comma or one überflüssiger Parameter his.
i know, that it such possible Error, gives and I already some ausgebügelt. natural are The Parser of interpreter and Runtime now time different and therefore can such a thing vorkommen.
If You means whom Error with obigen modes found having, would I for a Info grateful, for a such different behaviour künftig To avoid.
Greeting Roland |
|
|
| XProfan X2Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 07/06/15 ▲ |
|
|
|
|
Rainer Hoefs | Hello Roland,
have the trouble ersteinmal with a own dialog resolved. the functions so How it should and power none Error
If I again something Time have look I there over again mere and will be me report if I something found have.
thanks
Rainer |
|
|
| |
|
|