Recent

Author Topic: How to pass information from one form to another by ActionList  (Read 814 times)

slivitin

  • New member
  • *
  • Posts: 7
How to pass information from one form to another by ActionList
« on: February 28, 2021, 05:36:43 pm »
Hi.
I have:
1. main program unit
2. data module unit
3. custom form unit

In the custom form I have a list with "vendors"(I get vendors from the database). I want to create one procedure for whole program for add/delete/change vendor (because maybe I will call this procedure from different places of my program) and I want to pass VendorName from custom form to this procedure. How it is possible? With global variables or I can redefine some code in the Action?

egsuh

  • Hero Member
  • *****
  • Posts: 1273
Re: How to pass information from one form to another by ActionList
« Reply #1 on: March 01, 2021, 04:59:44 am »
I haven't seen your whole application, but the first thought is that you define the procedures in the data module, and add the datamodule in the uses clause of other units.

 

TinyPortal © 2005-2018