Search found 916 matches

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: 87

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: 277

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: 378

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: 86

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: 135

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: 742

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: 406

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...
by FFF
Thu Apr 04, 2024 7:31 am
Forum: Deutsches Forum
Topic: Kann mit RP2.40 dummy.dbf nicht öffnen
Replies: 12
Views: 406

Re: Kann mit RP2.40 keine DBF öffnen

Franz, ich kann, wie Du: * mit 2.17 den rpt öffnen * mit 2.40 kommt die Fehlermeldung * mit X# StandardMDI die DBF öffnen * mit cmVoDBx32 die DBF öffnen Dann habe ich dieses Tool einen Reparaturversuch starten lassen, mit der Meldung, die Quelle sei Vo 2.6 format und müsse zuerst in 2.5 gewandelt we...
by FFF
Thu Mar 07, 2024 8:17 pm
Forum: Suggestions
Topic: Forum access from different media
Replies: 1
Views: 221

Forum access from different media

Robert, i noticed some strange behaviour in the way, the site handels access rights: I visit the site from my PC, from iPad, (Win)Laptop and android smartphone. From all media this is "normal" - only when using the phone, it shows i'm "logged in", but on any action into the fora,...
by FFF
Thu Feb 15, 2024 10:53 am
Forum: Product
Topic: Is record in index ??
Replies: 6
Views: 432

Re: Is record in index ??

Probably i miss the obvious - but why not doing a "Seek" in the order?