1

(5 replies, posted in General)

Thank's for 1.44

2

(2 replies, posted in General)

thank's ...I thought TRIM function removes space also intra word.

Very thank's

3

(2 replies, posted in General)

Hello,
i have a problem to work with string:
1) The Trim function don't work (my error??);
2) The union string don't work

I send a sample project for this error

It's possible to have also TrimLeft and TrimRight function?

thank's

4

(4 replies, posted in General)

Please,
UNDO command in design

thank's

5

(1 replies, posted in Script)

sorry,
how i write a procedure with table grid parameter??

procedure pippo (var TG : ?????);
var i :Integer;
begin
     i := TG.RowCount;
end;

what type is Table Grid?? whit TComponent ' have an error with RowCount ...

Thank's

6

(2 replies, posted in General)

thank's

7

(4 replies, posted in General)

ok ... thank's

8

(7 replies, posted in General)

tcoton wrote:

Another bug, in about window, the version number is not correct so we do not know which version is currently used!

1.43 has been installed but about says 1.42...

This is my about ... it's ok!!!

9

(2 replies, posted in General)

sorry,
in TMsgDlgButtons: (mbAbort,mbAll,mbCancel,mbHelp,mbIgnore,mbNo,mbNoToAll,mbOK,mbRetry,mbYes,mbYesToAll )
is not present mbYesNo.
How can i use a message dialog with Yes and No button?

Thank's

10

(4 replies, posted in General)

thank's,
this is only an example, in my application i have form with grid and  textboxs.
When close form it's possible to reset all form's component? When i reopen form don't too see old value or setting in grid and textbox.
There is a single script  command to close form and reset all form's component?

Thank's

11

(4 replies, posted in General)

Goodmorning, i have a question,
why when use a CLOSE FORM action with CLOSE BUTTON the form is not clear (to reopen i use SHOW FORM action)? After close form if reopen it have same value in grid or text box.
i send a small example project

Thank's

12

(7 replies, posted in General)

Great ... very thank's !!!

13

(7 replies, posted in General)

Thank's for 1.43 ...

a small bug .... i dont' look button's arrow

thank's

14

(4 replies, posted in General)

Thank's

15

(4 replies, posted in General)

I thing :
1) It's possible to have sigle script file for each form? When i have many form and many script i have a big single file. On main script file import a single file to build a exe file.
2) It's possible to have a error line number on window when script fail?

Thank you

16

(2 replies, posted in Script)

Thank's for your work

17

(187 replies, posted in General)

Hello,
i think it's very important to implement  the line where error are occurred in script on message error window;

my 2 cent;


thank's

18

(2 replies, posted in Script)

Hello,i have a problem with this:
s_Ris :=VarToStr(SQLExecute('SELECT dataConf FROM conferme WHERE codConf = "'+Lavorazione.txb_OC.text+'"'));
     if (s_Ris <> '') then dataInsOC := StrToDate(s_Ris);

where dataInsOC  is TDate type

The problem is conversion String to Date, this date after is assigned at Data Time Picker element.

Thank's

19

(3 replies, posted in General)

thank you!

20

(2 replies, posted in General)

Very thanks for time

21

(2 replies, posted in General)

Very thanks for  1.41

I have this question
It's possible in script session to read a database table?
I have a Date Time Picker with a input date (dtp_initDate) ad i want to compare it with a date in other table called holidays and field giorno but without component in form .

Thanks for read this

22

(2 replies, posted in General)

thank's ... it work very well

very thank s

23

(2 replies, posted in General)

sorry but i have a problem with table grid and ComboBox.
with this code :

procedure Ordine_grid_prodotto_OnCellClick (Sender: string; ACol, ARow: Integer);
begin
   Ordine.cb_codProdotto.ItemIndex := ARow +1;
end;

when click row on table grid named  grid_prodotto (in Ordine form)  the row number could copy in ComboBox named cb_codProdotto, used as index.
The code run well, but if i search code with text box and search button or if order columns in table grid pressed head on grid,  the index value is wrong ... the index value is not the new ordered index, but the old not ordered.

I want click on table grid row and want to automatically copy the record index in ComboBox

Thank's

24

(1 replies, posted in General)

This product is very usable and work fine .... congratulations
I have only suggestions ... a tree window on left with tree's forms, and the ability to close the forms tab, because "large" projects with many forms are difficult to manage.

Thanks for your work (sorry for my bad english)