ha ha ha i got it after research on it


simple we have to put 
Form1.frxJPEGExport1.FileName:='G:\image.jpg';

2

(5 replies, posted in Script)

frxXLSExport1

working for excel but for JPEG what i mension there

Please Help

plz help

plz

while generating report file into jpg format how to set file name as seleted row plz help


and with multi select combined file how to generate it seprately with diffrent selected rows name

plz plz plz help

i working on big project and do and donts following

dont

multi select and clicked on print then file generates with combined which i dont want it ,i need to generate multi selected rows with seprate files with seprate pdf files with name given colum id




when JPEG report generates following query not working for file naming

Form1.Button4.dbReportResultFile := Form1.TableGrid1.Cells[0, Form1.TableGrid1.SelectedRow];


i hope what i need you understand it sample project attached to it plz check.

Thank u so much its very helpful fo me,
if any documentation availabe for objects and his all events then it will very helpful for us.

By the way thank u so much.

i need to make app with 2 buttons

1 button to show the data to selected row  in diffrent form
2 button to show for editing data for diffrent form

so i need to disable double click to open event option on TableGride

8

(5 replies, posted in General)

hello sir please see my attachment and add SQL query on paid/unpaid status calculate total fees by adding installments fees if any remaining fees then auto change status unpaid and if total fees paid in 3 installments and if in future delete one installment then auto minus added delete installment and change status unpaid

9

(5 replies, posted in General)

i have two tables
parent with named students
and another child of parent is its books

so i want to display as the label as last book added in child table

10

(5 replies, posted in General)

hii sir
Please one query tell me

11

(0 replies, posted in Script)

I need script

if I insert data with the date is 05/05/2019 with paid value 2000 then automatically add the same data in the table  3 months, like

05/05/2019,2000,
05/06/2019,2000
05/07/2019,2000

need to display child record related to parent id with SQL query

I have parent table with named Students and
Child record related to their fees in multiple installments wise

fees are 5000
and he is paying the same amount in 3 installments/times

so I have two table grids parents on the main form and the second one is in child form

if he paying 1st amount 2000 from 5000

then the status will show using combo (still payment is unpaid and remaining fees is 3000)

and the same status will display in parent table gride

and the user can search the students with payment status wise
and show it still payment is unpaid and total paid 2000 from 5000 and remaining fees are 3000 and payment status is Unpaid


Please Give an example created with this algorithm

13

(5 replies, posted in General)

thanks

14

(5 replies, posted in General)

begin
       if Form1.Edit1.value < Form1.Edit3.value then

    begin
        Form1.ComboBox1.ItemIndex := 1; //Unpaid
    end else
    begin
    Form1.ComboBox1.ItemIndex := 2;  //Paid
    end;


end;

15

(11 replies, posted in Reports)

Sir need one  more help

after clicking on bReport Button Pdf file direct opening in default pdf viewer,

instead of open, I need to save directly in a browsable folder without preview is it possible?

16

(10 replies, posted in General)

but paste not working for child table grid

17

(11 replies, posted in Reports)

Thanks its working love you

18

(11 replies, posted in Reports)

I have to name pdf file automatic from a tablegrid,

19

(11 replies, posted in Reports)

thanks sir
look inside snapped image when i select cell in Table Gride and clicked on bReport Button then need to save pdf file with name to pdf as selected cell ,i hope  u understand.

save pdf report with name of selected cell in table grid.

PFA

20

(11 replies, posted in Reports)

its working in new version thank u so much but I want name from table grid selected row first cell and save directly in pdf is it possible ?

21

(8 replies, posted in Database applications)

Thank u so much it's working ur real life ginny.

22

(11 replies, posted in Reports)

error please share sample

23

(11 replies, posted in Reports)

I have to name pdf automatic from a textbox,

24

(8 replies, posted in Database applications)

i need one sample please provide if available,Thanks

25

(8 replies, posted in Database applications)

Thanks for replay

I tried but isn't work for me
PFA with sample and screenshot