Anyone has any idea why this is so slow?
Type: Posts; User: Benjamin
Anyone has any idea why this is so slow?
In my 18.2 MobileWebApp I am using a cWebList and populate it with OnManualLoadData.
In my OnRowClick procedure I execute Send NavigateForward of oZoomSnowbooksLocation Self and the desired view...
Mike,
So, I adjusted this to use UChar Array, that works.
Tried it successfully with two 280 KB file, however it took like almost 55 seconds.
Anything bigger than that, made the service time out,...
I have the need to send images from my local server to a server on the interwebz. ;)
Windows and WebApp Application are in DF 18.2. My windows application is running a ClientWebService...
I have a View with a DBGrid that shows all open orders. The main file is Order_DD and I can constrain the order records no problem.
I want to add a new filter that shows Orders (Parent) when the...
Hi Vincent,
Here are the reports stats from the integration:
Type: C_drReportOpen - Value: 16
Type: C_drExecutionPlan - Value: 15
Type: C_drExecution - Value: 313
Type: C_drReadRecords -...
After reading a few other posts on subreports acting slow, I re-built the report without using sub-reports.
Same thing, it performs quick in DF Reports Studio, but slow in the application.
...
When running the report in my application through integration, there is a little status window that keeps flashing "Records read: 0".
Vincent,
Here is the performance report from DF Reports Studio:
*****************************************************************************************
** Estimate.dr...
I have a DR 6.2 Report that has two sub-reports for details from separate tables.
This report, is performing well (<1 sec) when running in the previewer in the DF Reports 2018 Developer Edition...
In my 18.2 Windows Apllication, I have a cDbCJGrid showing an employees transactions.
The transaction view is constrained by the employee, a start date and a stop date.
Example: Lets say there...
Hi Samuel,
Thank you for your extensive help on this.
To answer a few of your previous questions:
- I have a table (date_calendar) with data that I use in my applications and Dynamic AI.
- The...
I also tried following with the same result.
SELECT date_calendar.calendar_date, Hours.Hr, Trns.TransIdno
FROM date_calendar
CROSS JOIN (VALUES (0), (1), (2), (3), (4), (5), (6), (7), (8),...
Eddy,
In our company we have a lot of people working overnight. I have encountered a problem where transactions that go from day 1 into day 2 do not show up at all.
SELECT...
I did not. The sURL variable does not contain any parameter when Get UrlParameter is called.
After moving to a new machine, Windows 10, I am still experiencing the sames issue. It does not seem to work in my main environment, but the MobileWebOrder works.
Any idea if there are settings...
In multiple DataDictionaries I am using FileValidationTable. The other day I noticed that an inactive item was showing.
Is there a way to constrain the list?
Object TermsValidation is a...
Now why would it clear the session properties (and variables) before the page has completed loading?
Found the Error: (Thanks to Dennis)
After using DB Builder to connect to new location of my...
So I have been stepping through this with the debugger.
Function ValidLogin Returns Boolean
Boolean bIsLoggedIn
Integer eLoginMode
Get peLoginMode to eLoginMode
...
Windows 10 (Brand new machine)
DataFlex 2016 Studio 18.2
Chrome 71.0.3578.98
Even after re-installing the studio and re-copying the workspace, I have the same error message.
I guess I will be checking the Event Log next and the re-installation and configuration after that.
Thank you.
Was this ever resolved?
After moving my development environment to a new Machine (Windows7 --> Windows 10) I am getting an Access Denied error message right after a successful login (with...
It must be something about my Workspace. I have tried the same in the WebOrderMobile workspace and it works just fine.
So, I am thinking that there must be a web service that one can query that returns the UTC and I can calculate the difference when needed.
I just recently have moved my mobile environment to a VPS at GoDaddy. Right at setup I had support help me change/adjust the timezone from Pacific to Central.
Today, the Server automatically...