Jump to content

ntomaz11

Members
  • Posts

    5
  • Joined

  • Last visited

ntomaz11's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Only component on the project is TWorkFlowStudio. There is no visual input/output everything is managed in code, the component basicaly just reads and writes into database current state of workflow. Every visual input is made with unigui components, also any output for the user is made with unigui components as well. Code is running great, only some error from time to time in a messagebox, which i would like to catch so it wont show. Btw. great work on the UniGui its working awsome!
  2. We have bought our license, ill fill up the details on the page. We do not use any visual forms or components from TMS WorkflowStudio, only the engine for running workflows. Should not be a problem, or ? Thanks!
  3. Btw. Exceptions im a getting are: 00001758: 14:42:43 [H_OnVCLException]:EAccessViolation : Access violation at address 00000000 in module 'Workflow.exe'. Execution of address 00000000 : Addr: $00000000
  4. UniGui and TMS WorkflowStudio. UniGui is version: 0.99.80.1260 I see exceptions in log file, but i also have Exceptions on screen on messageboxes. I would like to get rid of those, but do not know how. Thanks!
  5. Hi! We have built an application that runs on server as *.exe. It sometimes produces an Error, which is not from our code (might be some component producing the error). So the MessageBox shows on server and it locks down server. How can we prevent those messageboxes and handle the events in our code, to write those messages to file ? Something like Application.OnException ? Thanks!
×
×
  • Create New...