Hi,
Is it possible, and how ;-) to interact with a DLL or exe file on the server?
I explain:
Page1.cfm includes a form with e.g. 1 field called: 'FEE'.
I want this information [value of the text input field FEE] to be submitted to 'calculate.dll or calculate.exe'
[= form action=calculate.dll -> ?]
This will have to do all the necesarry calculations and return a value.
How do I catch this value? I suppose the DLL will have call a URL like: page2.cfm?results=x
Any idea?
Do I have to use custom tags or register the dll/exe component or is that not necessary?
Any help welcome.
Bram
Is it possible, and how ;-) to interact with a DLL or exe file on the server?
I explain:
Page1.cfm includes a form with e.g. 1 field called: 'FEE'.
I want this information [value of the text input field FEE] to be submitted to 'calculate.dll or calculate.exe'
[= form action=calculate.dll -> ?]
This will have to do all the necesarry calculations and return a value.
How do I catch this value? I suppose the DLL will have call a URL like: page2.cfm?results=x
Any idea?
Do I have to use custom tags or register the dll/exe component or is that not necessary?
Any help welcome.
Bram