426

(1 replies, posted in General)

Hello MVD!

Any sample of sqlite trigger..

Thanks!

427

(2 replies, posted in General)

Ok Thank you Derek!

God Bless!

428

(2 replies, posted in General)

Hello MVD.

Pls help me about my concern regarding on the master and detail.  i need to distinct or group the first grid on a particular column. how to do that.

Pls help thanks.

429

(3 replies, posted in General)

Thank you derek but all i wanted is the text only but not the cell..

Thanks!

430

(3 replies, posted in General)

Hello MVD!

I have column Balance and I put a color on that column.... but on the footer for that particular column
I want also a a color. 

Any sample for this query.... Pls. help

431

(3 replies, posted in General)

Thank You DriveSoft and EhWaganer...

It helps me a lot to my project.....

Thanks 3!

432

(3 replies, posted in General)

Hello MVD!

Pls help and give a sample of two database within 1 project.  Is this possible?

Thanks!

433

(5 replies, posted in General)

Thank you ehWagner!

434

(5 replies, posted in General)

manixs2013 wrote:

Thank you Derek but i got a solutions.

Attached herewith is our solutions. C/o with my co-pilot Brian

Kudos to brian....

435

(5 replies, posted in General)

Thank you Derek but i got a solutions.

436

(5 replies, posted in General)

Hello MVD!

I have a little problem with regards to combobox.  In my attachment in this post, i have combox represented with two columns and i concatenate it in the calculated field in the database but when i run on the combobox it appears not align. This is an eye sour to the user.

Is there a possible way to align it?

Attached herewith is the snapshot.

Thanks!

437

(3 replies, posted in General)

Ok thanks DriveSoft and Jean..

The time i'd i countered again that error i will submit to both of you the project...

For now my solution for that error is to chance the name of the grid.

Thanks!

438

(3 replies, posted in General)

Hello MVD!

I am tired with this bug  on the TableGrid.. Sometimes it appears on the grid once you click the column or you 're resizing and sorting..

Pls help for this bug!.

Attached herewith the snapshot.

439

(1 replies, posted in General)

HELLO MVD!

I need help regarding on the calculated field.. On the data entry form, the total field does not automatically calculate on the onChange field on the "Cost" and "QTY" field. But if you save the record then back to the grid form then back to form again it was saved.

My point of view i need a sample to calculate the "Total" field on the onChange event..

Thanks!

440

(1 replies, posted in General)

Help MVD

How to set bold the table grid column header...


Thanks!

441

(1 replies, posted in General)

Hello MVD!

May i know why the menus is not displayed on the second form.  My first form is the login form.

Pls help me about this matter. 

Thank you!

manixs

442

(1 replies, posted in General)

Hello MVD .

I need a sample on how to create script, an SQL statement into object using global decrlation.

Pls.
Thanks!

443

(2 replies, posted in General)

Thank You DRiveSoft!

444

(2 replies, posted in General)

Hello MVD

May I request a sample of a crosstab query to display in tablegrid. What i mean a rows to column display.

Thanks!

sample:

Category | Amount
BMW       | 1000
BMW       | 1000
KIA          | 500
ISUZU     | 500

The result should be like this.
================
BMW   |   KIA   | ISUZU
1000    |   500   | 500
1000    |            |

445

(1 replies, posted in General)

Help MVD!

Can i request a sample project of this particular request?

Thank you in advance!

446

(15 replies, posted in General)

i owe you a lot Derek. Thank you so much.   It helps me!

447

(2 replies, posted in General)

Thanks you so Much!

448

(2 replies, posted in General)

Hello to all!

Pls me help and give a sample on how to sort  a column via script or SQLexecute..


TNXs!

449

(15 replies, posted in General)

Hello to All!

Pls help me to solve my problem.  I need to color the rows of all identified as Paid Out.

Thank You!

450

(6 replies, posted in General)

DriveSoft wrote:

Example for Ctrl+1

procedure Form1_OnKeyUp (Sender: string; var Key: Word; Shift, Alt, Ctrl: boolean);
begin
    if (Ctrl) and (Key=ord('1')) then Form1.Button1.Enabled := True;
end;

begin
     Form1.KeyPreview := True;
end.

=========

I got it!

Thanks Sir !