Download ( Call a form from a Report) [message #244805] |
Thu, 14 June 2007 02:51 |
zafarkarachi
Messages: 29 Registered: November 2006 Location: Karachi Pakistan
|
Junior Member |
|
|
AOA,
I with my friend Majid Niazi have tried different methods to call a form with values passed from a report.
Here is the simple solution to update the desired record.
Please download the files.
Zafar Iqbal
Karachi
0321-2876518
|
|
|
|
|
|
|
|
|
|
Re: Download ( Call a form from a Report) [message #246473 is a reply to message #246167] |
Thu, 21 June 2007 01:22 |
zafarkarachi
Messages: 29 Registered: November 2006 Location: Karachi Pakistan
|
Junior Member |
|
|
Dear Kamran,
Please open form and see the insert into sql where one
value is passed like empno and stored in a table with a single field so you have to create a table with the name mentioned in srw.do_sql('insert into <tablename> ....'). Then run the form.
SRW.DO_SQL('INSERT INTO DX10 VALUES(:empno)');
Zafar Iqbal
|
|
|
|
|
|
|
|
|
|
|