The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
COMPLICATED PROBLEM
Posted: 25 Jul 08 3:53 AM
|
Greetings to all! Task To backs a question as a task!
It is given: There is a file (txt) where the phone number and other data are stored(kept) from ATC This file is updated each second.
To find: As soon as there are new data in a file it is necessary to write down them in a variable!
Tell, please, the decision of this problem(task) |
|
|
|
Re: COMPLICATED PROBLEM
Posted: 26 Jul 08 8:53 AM
|
You will have to write some type of a directory/file "monitor". Do this as a .NET Extensions project. I've found several .NET free sources on this subject just by hitting Google. -- RJLedger - rjlSystems "...Customer First..." |
|
|
|
Re: COMPLICATED PROBLEM
Posted: 27 Jul 08 6:12 PM
|
Presumably this is a server-only task? So no need for a .NET Extensions project, just a .NET service.
Instead of outputting to a text file, is there any way that you can get the data sent to a (non-SalesLogix) SQL Server table? Then you could use a TRIGGER to get instant action.
Phil |
|
|
|
Re: COMPLICATED PROBLEM
Posted: 28 Jul 08 8:25 PM
|
He did say: As soon as there are new data in a file it is necessary to write down them in a variable!
So I assumed it had to run while the SalesLogix client was open.
rjl |
|
|
|
Re: COMPLICATED PROBLEM
Posted: 28 Jul 08 8:39 PM
|
I did read that and then decided I had no idea what it could mean
Are you thinking, perhaps, that a GV is set in the client for use by other scripts? That's the best I can come up with and it's surely not the case .......
Phil |
|
|
|