Search found 2138 matches

by robert
Tue Sep 26, 2023 6:51 pm
Forum: Forum Italiano
Topic: problemi con Append()
Replies: 19
Views: 339

Re: problemi con Append()

Gian,
In the example DBF the index is on "T_DATA". An index on "DTOS(T_DATA)" would behave quite differently because that expression results in a string and not a date.

Robert
by robert
Tue Sep 26, 2023 2:56 pm
Forum: Forum Italiano
Topic: problemi con Append()
Replies: 19
Views: 339

Re: problemi con Append()

Guys, The problem seems to be that the CDX contains an index on a Date field. FoxPro indexes convert Dates to a Julian number and write that Julian number to the index as an 8 byte floating point number. In the current version of the RDD, when you append a record and do not fill the date, then an er...
by robert
Tue Sep 26, 2023 9:06 am
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 230

Re: Installationsproblem X# 2.16.05 Public

Oliver

The problem with the Windows.Design.Host.DLL is the same with 2.14 and 2.16

Robert
by robert
Mon Sep 25, 2023 4:00 pm
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 230

Re: Installationsproblem X# 2.16.05 Public

Oliver, I compared the installation scripts, and the only relevant change that is related to the userdocs folder is that we place links to the examples folders in there. We install the examples in the Common documents folder (for all users) and put links to these folders in the user Document folder....
by robert
Sat Sep 23, 2023 6:33 am
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 230

Re: Installationsproblem X# 2.16.05 Public

Oliver,
If you can't find anything, then I will compare the installation scrips of the 2 versions to see what the difference is.

Robert
by robert
Sat Sep 23, 2023 6:32 am
Forum: Forum Italiano
Topic: problemi con Append()
Replies: 19
Views: 339

Re: problemi con Append()

Gian Ferrucio, Unfortunately your code is not complete and leaves some questions open: - Is there an index scope active, or does the index have a condition? - Is the same server used by the browser? - Did you suspend notification on the server? If the same server is used also by the browser, and if ...
by robert
Thu Sep 21, 2023 9:23 pm
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 230

Re: Installationsproblem X# 2.16.05 Public

Oliver
This sounds like your windows profile is broken. The {userdocs} folder should point to the documents folder in your user profile.
I think the installation was aborted because of the missing folder.

Robert
by robert
Mon Sep 18, 2023 7:55 pm
Forum: Product
Topic: Visual Studio does not show (all) X# templates
Replies: 1
Views: 132

Re: Visual Studio does not show (all) X# templates

Dick,
It must be the missing .Net desktop development option.
Add that to VS and install X# again.
I'll see if I can add a warning in the X# installer when this option is missing.

Robert
by robert
Fri Sep 15, 2023 6:54 am
Forum: Welcome
Topic: Error on SQL Query execution in Oracle Database in X# VO Project
Replies: 4
Views: 202

Re: Error on SQL Query execution in Oracle Database

Arun,

A bit more info would be helpful
VO or X#?
Which version ?


Robert