Topic: I have some Inquiry for new version software maybe Benefit

we need in new version :

1- We need make Easy  user login and User Account and we make easy also list of user we see how is offline and online ..
2- we need make in new version make sql code easily just copy and paste..
3- if you can add new template and i mean new theme made form  HTML5.
4- if you can make APP for iphone and Android we will can make connecting by server Database/

that my think i need say you just to To encourage..
i hope you are success.

reberkurdi.

Re: I have some Inquiry for new version software maybe Benefit

Thank you for ideas )

Dmitry.

Re: I have some Inquiry for new version software maybe Benefit

The very first things You have to introduce are very (very!) basical to became urgent in a great piece of software like your:
1. cell alignment in text fields (and in grid cells)
2. number formatting in text fields (and in grid cells)

Now a number like 10.00 is a "10"  left aligned, where everyone expects a 10.00 right aligned.
Remember please: these are urgent features.
Thank You

Re: I have some Inquiry for new version software maybe Benefit

a4290402@drdrb.net


1. You can use script for it, for TextBox:
Form1.Edit1.Alignment := taLeftJustify;
Form1.Edit1.Alignment := taRightJustify;
Form1.Edit1.Alignment := taCenter;

for grid cells it's not support in current version.


2. It is planned.


Thanks.

Dmitry.