|
Dataview-number of records
Pavel, My guess that, in a batch task, it would actually run faster to do it the old fashioned way using Output Form in the Record Suffix and with no window open at all. It'd be an interesting test an
Pavel, My guess that, in a batch task, it would actually run faster to do it the old fashioned way using Output Form in the Record Suffix and with no window open at all. It'd be an interesting test an
|
By
Steven Blank
· #185756
·
|
|
Available programs
ProgramHeaders.xml
By
Steven Blank
· #185867
·
|
|
Pervasive
Jordan, If the user is still connected, you can review their usage, in bytes and time, in the Pervasive Monitor. The new monitor utility in v12 is really, very nice, but the older monitor will be able
Jordan, If the user is still connected, you can review their usage, in bytes and time, in the Pervasive Monitor. The new monitor utility in v12 is really, very nice, but the older monitor will be able
|
By
Steven Blank
· #185894
·
|
|
Pervasive
Jordan, Pervasive does not provide a mechanism by which one could throttle a user. Utterly disconnect, yes. Throttle, no. That said, something is wrong. An Excel spreadsheet, even one that had direct
Jordan, Pervasive does not provide a mechanism by which one could throttle a user. Utterly disconnect, yes. Throttle, no. That said, something is wrong. An Excel spreadsheet, even one that had direct
|
By
Steven Blank
· #185896
·
|
|
Trying to copy a file stored on a remote NAS
Why not? Jacques uses Magic v8.3. Don't feel bad, you had no way of knowing. The only reason I know is because Jacques is an old-timer. Like me. And Uncle Sherm. ;)
Why not? Jacques uses Magic v8.3. Don't feel bad, you had no way of knowing. The only reason I know is because Jacques is an old-timer. Like me. And Uncle Sherm. ;)
|
By
Steven Blank
· #185918
·
|
|
How to change currency sign in uniPaaS if that currency sign is not available on keyboard
Lado, Start with Windows' Character Map applet: In the combo box at the top, select the same font in use in your Magic application. Locate the desired currency symbol in the map and click on it. At th
Lado, Start with Windows' Character Map applet: In the combo box at the top, select the same font in use in your Magic application. Locate the desired currency symbol in the map and click on it. At th
|
By
Steven Blank
· #185930
·
|
|
Definition Mismatch on Pervasive File
Jim, In Options, Settings, Databases' Properties dialog on the Options tab, if Check Definition is unchecked (off) in the production environment, then it won't report a mismatch even if one exists. Or
Jim, In Options, Settings, Databases' Properties dialog on the Options tab, if Check Definition is unchecked (off) in the production environment, then it won't report a mismatch even if one exists. Or
|
By
Steven Blank
· #185955
·
|
|
Definition Mismatch on Pervasive File
So, you just confirmed my first sentence. Check Definition is off in production and there really IS a mismatch. How does it happen? There are any number of ways, but I'll wager it involves having mult
So, you just confirmed my first sentence. Check Definition is off in production and there really IS a mismatch. How does it happen? There are any number of ways, but I'll wager it involves having mult
|
By
Steven Blank
· #185959
·
|
|
Pervasive V13 64bit
Ewout, The Pervasive Client's bitness must match that of the application, not the server. Since Magic xpa is a 32-bit application, it will only work with the 32-bit Pervasive Client. A 32-bit Pervasiv
Ewout, The Pervasive Client's bitness must match that of the application, not the server. Since Magic xpa is a 32-bit application, it will only work with the 32-bit Pervasive Client. A 32-bit Pervasiv
|
By
Steven Blank
· #186037
·
|
|
Information on UniPaas Contractor
Darren, How much does it cost to rent a clown? Depends on the clown. In this case, factors include, but are not limited to: 1) The annual revenue and location of the company for whom developed. 2) Fun
Darren, How much does it cost to rent a clown? Depends on the clown. In this case, factors include, but are not limited to: 1) The annual revenue and location of the company for whom developed. 2) Fun
|
By
Steven Blank
· #186038
·
|
|
Trim not working
NVARCHAR is Unicode. Perhaps you need: Trim(UnicodeToANSI(FP)) & ... Sent from my iPhone
NVARCHAR is Unicode. Perhaps you need: Trim(UnicodeToANSI(FP)) & ... Sent from my iPhone
|
By
Steven Blank
· #186088
·
|
|
XML and NULL, MagicXpa
Erwin, I don't believe you will be able to achieve the results you expect using an XML DataSource; I believe the only way will be to employ the XML direct functions such as XMLGet(), for input, and XM
Erwin, I don't believe you will be able to achieve the results you expect using an XML DataSource; I believe the only way will be to employ the XML direct functions such as XMLGet(), for input, and XM
|
By
Steven Blank
· #186216
·
|
|
Online program failing - Now Enterprise Server Broker won't start - help!
Usually, shutting down the broker service (uniRQBroker.exe) will stop any engines (uniRTE.exe) that are still active, unless they're hung or busy for some reason and can't respond to the request to te
Usually, shutting down the broker service (uniRQBroker.exe) will stop any engines (uniRTE.exe) that are still active, unless they're hung or busy for some reason and can't respond to the request to te
|
By
Steven Blank
· #186252
·
|
|
Batch task file open and clsoe
Arch, Are you declaring the tables in the calling program(s)? If not, doing so will help. Steve Blank
Arch, Are you declaring the tables in the calling program(s)? If not, doing so will help. Steve Blank
|
By
Steven Blank
· #186401
·
|
|
Batch task file open and clsoe
Summing Invoice lines? Direct SQL.
Summing Invoice lines? Direct SQL.
|
By
Steven Blank
· #186408
·
|
|
Batch task file open and clsoe
Pervasive ISAM? Create DDFs and now you ALSO have SQL gateway. Steve Blank
Pervasive ISAM? Create DDFs and now you ALSO have SQL gateway. Steve Blank
|
By
Steven Blank
· #186410
·
|
|
Batch task file open and clsoe
Nothing has to change about Arch's program except for the one batch task that currently reads invoice lines and sums them. That one batch task is easily rewritten as a Direct SQL batch task, End Task
Nothing has to change about Arch's program except for the one batch task that currently reads invoice lines and sums them. That one batch task is easily rewritten as a Direct SQL batch task, End Task
|
By
Steven Blank
· #186413
·
|
|
HTMLMerge File Manager fatal error 3110, 3116
It sounds like a network layer problem between the uniPaaS Enterprise Server and the Pervasive Database server. Possible culprits include the network card in either machine, the switches to which they
It sounds like a network layer problem between the uniPaaS Enterprise Server and the Pervasive Database server. Possible culprits include the network card in either machine, the switches to which they
|
By
Steven Blank
· #186420
·
|
|
How to update a record after a database error
Another option would be to update the status in a parallel batch task. Parallel tasks execute within their own transaction. Steve Blank
Another option would be to update the status in a parallel batch task. Parallel tasks execute within their own transaction. Steve Blank
|
By
Steven Blank
· #186443
·
|
|
HTMLMerge File Manager fatal error 3110, 3116
Option 1) Check the PVSW.LOG files on both the server- and client-sides. Option 2) Enable MAGIC_LOGGING for the DBMS. Steve Blank
Option 1) Check the PVSW.LOG files on both the server- and client-sides. Option 2) Enable MAGIC_LOGGING for the DBMS. Steve Blank
|
By
Steven Blank
· #186444
·
|