List of Contributions

Department

Contact Details

Department


My Content

1 to 20 of 50+ total
Posted By Department Dec 02, 2024 06:09:47 AM
Found In Egroup: Advanced Software
\ view thread
Ok, thank you for the response.
Posted By Department Nov 27, 2024 09:12:40 AM
Found In Egroup: Advanced Software
\ view thread
Is my configuration correct? Still having the same issue.
Posted By Department Nov 25, 2024 01:02:57 PM
Found In Egroup: Advanced Software
\ view thread
I tried 8080 and still got the same result.
Posted By Department Nov 25, 2024 10:31:58 AM
Found In Egroup: Advanced Software
\ view thread
Also, I forgot to mention I am on a domain. I can get to internal websites through both emulator and Web Presentation Engine but not external.
Posted By Department Nov 25, 2024 10:26:49 AM
Found In Egroup: Advanced Software
\ view thread
That's correct. I had put the URL in the "Allowed remote sources" already. I also tried switching the protocol between "http" and "https". I'm currently using port 8443 but have tried 80, 443, etc. Nothing so far has worked.
Posted By Department Nov 25, 2024 09:30:22 AM
Found In Egroup: Advanced Software
\ view thread
Sorry for not being clear. The runtime device is my PC. I'm running the application on it and it can get to Wikipedia through the emulator but when I use a web browser (currently Edge but Chrome didn't work either), it gets blocked.
Posted By Department Nov 22, 2024 01:39:00 PM
Found In Egroup: Advanced Software
\ view thread
Update, I changed the database from an Embedded Database to a SSMS database and it started logging properly.
Posted By Department Nov 21, 2024 10:55:34 AM
Found In Egroup: Advanced Software
\ view thread
Can you tell if it is the exact same amount of time from when it starts to log until it stops?
Posted By Department Nov 21, 2024 09:40:00 AM
Found In Egroup: Advanced Software
\ view thread
I am having in issue where my Optix Web Browser will go to a website in the emulator but won't when I try to do the same using a web client. Emulator: Web client:
Posted By Department Nov 21, 2024 07:01:17 AM
Found In Library: Advanced Software
Posted By Department Nov 21, 2024 07:01:00 AM
Found In Egroup: Advanced Software
\ view thread
Here's what I have so far. I'm trying to add the "Department" column data. The data is being displayed on my regular Alarm Datagrid but just not in this one:
Posted By Department Nov 21, 2024 06:22:13 AM
Found In Egroup: Advanced Software
\ view thread
Yep, this worked! Thanks for the help!
Posted By Department Nov 20, 2024 02:03:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello All, I have a SQL statement in my Netlogic that currently works - myStore.Query("SELECT fc.workOrderId,fc.customerDesc FROM vw_ForkliftCall AS fc", out header, out resultSet); however, I am trying to modify it to add the ORDER BY and LIMIT expressions but they don't seem to work ...
Posted By Department Nov 20, 2024 06:51:26 AM
Found In Egroup: Advanced Software
\ view thread
I'm not sure how to verify that. I know that I have the AlarmsEventLogger configured for all of the columns I want to log and the Embedded Database has the same colulmns configured.
Posted By Department Nov 19, 2024 01:10:00 PM
Found In Egroup: Advanced Software
\ view thread
I am having a problem getting information to display in new columns in my "AlarmHistoryGridWithFilter". I have them showing data just fine with my regular Data Grid and the default columns show up (Timestamp,Message,Ack,etc.) in the "AlarmHistoryGridWithFilter" . I have attached the AlarmsEventlogger ...
Posted By Department Nov 19, 2024 12:32:00 PM
Found In Egroup: Advanced Software
\ view thread
Try dynamically-linking the "Value" : Datagrid1 > UI selected item (Pointer) > PointedNode > RecipeNumber@Value (You must type in this last section).
Posted By Department Nov 13, 2024 09:15:00 AM
Found In Egroup: Advanced Software
\ view thread
I believe so. Here is what's configured.
Posted By Department Nov 13, 2024 09:14:31 AM
Found In Library: Advanced Software
Posted By Department Nov 13, 2024 07:33:38 AM
Found In Egroup: Advanced Software
\ view thread
I just upgraded to version 1.5.0.692 and I'm still getting the same issues.
Posted By Department Nov 05, 2024 11:37:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello All, I am trying to have a button that is only visible when there are alarms that are active ( using the column named "Active") on my datagrid however I am uncertain of the proper Netlogic syntax. An example is " if(datagrid.Column("Active")==true)(button.Visible=true ;). Any help is a ...