Is it possible to read line nr. 2 for example from Textfile and add this value to field in database?

For example:

Textfile:
Hermle40   
Project: E:\0sc\Projects\Part1(SE).stc

I want to read line 2 and set to database in field "Project"

2

(2 replies, posted in General)

I know there is no possibility to see the preview from picture in grid right now. But My idea was to create
an picture field and show me the picture from Grid in this picture field. In grid I have an entry like: c:\pictures\123.bmp

If I change the row of grid the entry c:\pictures\123.bmp for example show me the picture in picture field.

Is that possible ?

I send you my project in attachment.

3

(1 replies, posted in Script)

I have a file datafield with value: c:\pictures\123.bmp

Now I want to start this picture with paint for example. How can I do that ?

script is simple delphi language

5

(1 replies, posted in Script)

Is it possible to use any button with Script procedure like that ...

procedure ClickButton();
begin   
  ShowMessage('TEST');
end;