1

(5 replies, posted in General)

Thank you, I got it to work...  For the grid part, I went into the search button and revered the field name results... solved it in case anyone asked...

thanks again for your help!

2

(5 replies, posted in General)

Actually the first part worked for me, as I added a '.' after end.;

For the second part, the errors are gone, but it didn't work to display resulted columns right-alignment.. any advice ??  Thank You ..

3

(5 replies, posted in General)

I never worked with a script before, very new to this,  for the text field, i put begin and then end; but I get an error ... do I need to put anything else?

begin
Form1.edFirstName.Alignment := taRightJustify;
Form1.edLastName.Alignment := taRightJustify;
end;

Error is expected '.'


Also, for the second part, I get an error:    'BEGIN' expected

procedure Form1_GridSearch_OnChange (Sender: string);

begin
Form1.GridSearch.Columns[0].Alignment := taRightJustify;
Form1.GridSearch.Columns[1].Alignment := taRightJustify;
Form1.GridSearch.Columns[2].Alignment := taRightJustify;
Form1.GridSearch.Columns[3].Alignment := taRightJustify;
end;


This is simple fix for the error, thanks for your help!   - Yousef

4

(5 replies, posted in General)

Dears, can anyone tell me how to make the field and grid be aligned for "Right to Left" for arabic  instead of left.  Also results in grid also to display for Grid, excel in right ?

Appreciate any help.   Thank you!