Search found 919 matches

by FFF
Fri May 17, 2024 7:15 am
Forum: Suggestions
Topic: forum & posting
Replies: 5
Views: 166

Re: forum & posting

Robert, thx for confirming. No, longer timeout won't help. As the nuisance is the loss of content, when finally hitting "submit". Is there any way the browser might "know", how long the session was actice? Or could the forum software made to write temporary snapshots of the conte...
by FFF
Thu May 16, 2024 10:36 am
Forum: Suggestions
Topic: forum & posting
Replies: 5
Views: 166

forum & posting

Just wrote a new question in a new topic. Somewhat involved, needed time to compose and formulate, meanwhile got disturbed, so i think, it was open about 30 mins. Finally ready i hit submit - and get an empty input field, all work gone. :evil: I suspect you lock the file, when one starts composing, ...
by FFF
Wed May 15, 2024 12:29 pm
Forum: Chit-Chat
Topic: Message sort order & earlier posts
Replies: 4
Views: 131

Re: Message sort order & earlier posts

The latter is easy: from Home select Forum/Indizes/Quicklinks/Yourposts (or: https://www.xsharp.eu/forum)

the former is tricky, as you can't start at Home, but from the forum indizes page to edit your preferences
Shorthand
https://www.xsharp.eu/forum/user/view?i=ucp_prefs
by FFF
Mon May 06, 2024 3:52 pm
Forum: VO & Vulcan
Topic: Include user controls and window classes in XSharp VO Forms Editoir XSharp VO Forms Editor
Replies: 2
Views: 218

Re: Include user controls and window classes in XSharp VO Forms Editoir XSharp VO Forms Editor

FTR,
Cavowed.inf holds a section

Code: Select all

[SupplementalFiles]
File00=MyVoWed1.ini
...
so, put your code in the referenced file to prevent any update nuisances.
by FFF
Mon Apr 29, 2024 8:28 am
Forum: Product
Topic: easy calculation goes wrong
Replies: 5
Views: 364

Re: easy calculation goes wrong

But Horst wrote, that he changed to decimal with no avail?
by FFF
Mon Apr 22, 2024 10:33 am
Forum: Deutsches Forum
Topic: EXIT in FOR Loop
Replies: 15
Views: 449

Re: EXIT in FOR Loop

Da muss noch was anderes sein.

Code: Select all

FUNCTION Start( ) AS VOID
VAR t :=test{}
? t:z()

CLASS  test
METHOD z() AS DWORD
	LOCAL x AS DWORD
FOR x := 1 TO 9999
	IF TRUE
		EXIT
	ENDIF
NEXT
RETURN x
END CLASS
compiliert bei mir ohne Fehler oder Warnung.
by FFF
Mon Apr 22, 2024 7:54 am
Forum: Product
Topic: Looking for Visual Studio walkthrough
Replies: 2
Views: 121

Re: Looking for Visual Studio walkthrough

Art,
first, get you the actual version 2.18. ;-)
by FFF
Fri Apr 19, 2024 4:08 pm
Forum: Chit-Chat
Topic: dotNet, Listview & Hotkeys (curosity question...)
Replies: 1
Views: 176

dotNet, Listview & Hotkeys (curosity question...)

I use a banking app, which migrated in it's last incarnation to be a "dotNet" app, ILSpy says, for 4.8. A shell, with quite some panes. In one pane they use a listview to show open jobs. Usually the list is SMALLER than the pane, so there's quite some white space below the last record line...
by FFF
Wed Apr 10, 2024 10:09 am
Forum: 3rd party products
Topic: ReportPro (2) in ADS environment
Replies: 18
Views: 876

Re: ReportPro (2) in ADS environment

Without any guarantees: I had a quick look, whether dbf header contains info about "locked" status. It seems, no. So, imho the filesystem handles this - and it might be, that ADS does not rely on this, but implements it's own way of locking, while cdx only looks for the answer, which windo...
by FFF
Thu Apr 04, 2024 9:23 am
Forum: Deutsches Forum
Topic: Kann mit RP2.40 dummy.dbf nicht öffnen
Replies: 12
Views: 475

Re: Kann mit RP2.40 keine DBF öffnen

Dick, meines Wissens gibt es keine neuere Version als 2.40. Franz, Du solltest vllt. den Threadtitel anpassen, es geht, soweit ich es verstanden habe, doch nur um diese eine DBF, oder? NB, was passiert, wenn Du eine neue Version aus X# raus erstellst? Das Original ist ja 9 Jahre alt und nun wirklich...