Search found 955 matches

by FFF
Fri Nov 15, 2024 8:17 pm
Forum: VO & Vulcan
Topic: problems with xSharp in Visual Studio
Replies: 3
Views: 190

Re: problems with xSharp in Visual Studio

C'mon, if your customer would sent you "this" as bug report, you'd yell at him - how should anyone detect with this, what problem you really have?
by FFF
Sat Nov 09, 2024 1:59 pm
Forum: Product
Topic: Xide search
Replies: 11
Views: 433

Re: Xide search

Horst, i asked KI again (hadn't mentioned the variable blanks) and got: SELF\s*:\s*odbSina\s*:\s*FIELDPUT\s*\(\s*#ObjektDat Made a test proj, set two vars to your search string, and FiF found both. That was the explanation i got: - `SELF`: Sucht nach dem Wort "SELF". - `\s*`: Erlaubt null oder mehr ...
by FFF
Sat Nov 09, 2024 11:19 am
Forum: Product
Topic: Xide search
Replies: 11
Views: 433

Re: Xide search

... As i understand Chris it work in 'Find in files' but only in 'current file' not over the whole project so i dont need it. What Chris wrote: The regex option is only available in the Find in Files dialog. There you may restrict the search range to the current file, but the default is "Project ...
by FFF
Fri Nov 08, 2024 4:08 pm
Forum: Product
Topic: Xide search
Replies: 11
Views: 433

Re: Xide search

Horst, first: The "regex" search is ONLY implemented für "Find in Files", not in "Find" - so, good for you. second: #Objectdat .and. put .and. sina' It's unclear, what you want to find here - probably all three of them will be somewhere in your prgs in the project. But "AND" usually servers to ...
by FFF
Fri Nov 08, 2024 9:43 am
Forum: Product
Topic: Xide search
Replies: 11
Views: 433

Re: Xide search

I suppose, he wants to "OR" some search terms.
What should be possible, if one uses the "Regex" checkbox (what i never tried, hadn't noticed this option is available...)
by FFF
Mon Nov 04, 2024 9:51 am
Forum: Product
Topic: Doubts about "dialects"
Replies: 11
Views: 548

Re: Doubts about "dialects"

Xinje, so i understood you correctly. :) cFTP is part of Vo assembly, which you may add in references for sure and it should work. But i never tried this, maybe there are some corner cases, where some of the "tweaks" to the compiler via the dialect switches might interfere with each other. I'd ...
by FFF
Mon Nov 04, 2024 9:04 am
Forum: Product
Topic: Doubts about "dialects"
Replies: 11
Views: 548

Re: Doubts about "dialects"

Wolfgang, i think, what he really asks is: Can you set "Foxpro" as dialect AND use things defined e.g. in XBase++ dialect in the same app? Surely it will need to load the corresponding references, but how to tell the compiler to "understand" Fox AND XBase++ ( or any other dialect) ?
by FFF
Tue Oct 29, 2024 4:41 pm
Forum: 3rd party products
Topic: reportPro, two issues
Replies: 5
Views: 407

Re: reportPro, two issues

What means "i think"??
Start your designer, the caption will tell you, what you have, so no need "to think". 2.3 is rather old, but even my 2.17 had no problem with metrics.
What happens, if you create a new report?
by FFF
Mon Oct 28, 2024 3:18 pm
Forum: 3rd party products
Topic: reportPro, two issues
Replies: 5
Views: 407

Re: reportPro, two issues

You don't write, which version of RP you use - 2 or 3, which subversion...
In RP2 any designer report is a normal window, so i use the mouse to adjust it's size as i wish.
In my File/Properties/ReportPro the metric box is checked, and my reports show metric rulers...
by FFF
Sun Oct 27, 2024 10:23 am
Forum: Visual FoxPro
Topic: Questions about object members lists
Replies: 4
Views: 273

Re: Questions about object members lists

What happens, if you select "All Methods"?