Search found 18 matches

by niaz_1
Fri Aug 21, 2009 2:41 am
Forum: Suggestions
Topic: Forum for Jdevelolper and SOA suit
Replies: 0
Views: 2705

Forum for Jdevelolper and SOA suit

As Oracle has moving toward Jdeveloper as development IDE instead of Forms/Reports and SOA is the future archecture. Therefore it is requested to create the new forms for discussion on subject tools.

Thanks
by niaz_1
Wed Aug 20, 2008 2:43 am
Forum: Oracle Forms & Reports
Topic: All saturday and Sundays in a year....
Replies: 4
Views: 3077

Try this , I hope this will heip you. declare vdaycnt number; vday varchar2(20); begin go_block('block3'); for vdaycnt in 1..365 loop select rtrim(to_char(to_date('01-Jan-2008')+vdaycnt,'DAY')) into vday from dual; if vday in ('SATURDAY','SUNDAY') then :sat_sun:=vday; :dat:=to_date('01-Jan-2008')+vd...
by niaz_1
Wed Aug 20, 2008 1:58 am
Forum: Oracle Forms & Reports
Topic: Re-Compilation of forms on client machine
Replies: 1
Views: 1481

Re-Compilation of forms on client machine

AOA, I am facing a problem with forms 6i. After making changes\modifications, when i copy .fmx file to any other computer, the changes do not reflect and LOV and Menu bar also dont respond. But when i compile .fmb file on that machine, then .fmx start working fine. Please do guide me. Thanks Niaz
by niaz_1
Mon Mar 31, 2008 5:26 am
Forum: Oracle Forms & Reports
Topic: Sending e-mail with attachement from forms 10g
Replies: 1
Views: 1711

Sending e-mail with attachement from forms 10g

AOA

I want to send a e-mail from froms with attachment using UTL_MAIL.

it is working without attachment, but when i use UTL_MAIL.SEND_ATTACH_RAW it gives ORA-29280 (Director error)

Can any one has clear example of its.

I will be thank for help


Regards


Niaz
by niaz_1
Thu Jun 28, 2007 1:17 am
Forum: Oracle Forms & Reports
Topic: Taking Photograph from Digital Camera (Form 6i)
Replies: 0
Views: 1286

Taking Photograph from Digital Camera (Form 6i)

AOA, I am using Oracle 9i, Forms/Reports 6i. I am developing <b>Visitor Information System</b> (Information of a visitor will be enterd into system on reception desks) My requirement is to take photograph to visitor on reception desk and print that picture on his visitor card. I will be thankful for...
by niaz_1
Fri Dec 01, 2006 1:59 am
Forum: Application DBA & System Administration
Topic: Long Raw- Export Import Problem
Replies: 0
Views: 950

Long Raw- Export Import Problem

AOA, <b>Oracle9i Enterprise Edition Release 9.2.0.1.0 </b> 1. I have <b>LONG RAW</b> field in EMP table and data has also been added. When we export database, it shows <b>EXPORTING ------EMP</b>, BUT while <b>importing EMP table is skipped</b>. 2. I want to store picture in BLOB datatype but is not ...
by niaz_1
Fri Aug 18, 2006 2:03 am
Forum: Oracle Forms & Reports
Topic: How to Display Picture on Form through Cursor
Replies: 0
Views: 1073

How to Display Picture on Form through Cursor

Asslam-o-Aliakum

I have employee pictures saved in Database Long Raw field.
I want to display these picture through <b><u>cursor </u> </b> on a <u><b>mannualy designed form.</b></u>

Regards


Muhammad Niaz Qureshi
by niaz_1
Tue Jun 13, 2006 11:58 pm
Forum: Oracle Forms & Reports
Topic: How to RUN Seagate Crystal Report from Forms 6i
Replies: 2
Views: 2056

AOA

I am working on HR System..........Waiting list of ex svc officers is mantained...........i have filter that data with following example.
parmeters:

Rank_id in ('10','11','12')
Corp_id in ('05')
app_status='WAITING'
Army_retirement_Date>'01-Jan-199')

Regards


Muhammad Niaz Qureshi
by niaz_1
Fri Jun 09, 2006 1:56 am
Forum: Oracle Forms & Reports
Topic: How to RUN Seagate Crystal Report from Forms 6i
Replies: 2
Views: 2056

How to RUN Seagate Crystal Report from Forms 6i

AOA

I want to call/run Seagate Crystal Report from form 6i with multiple parameters.

Any one can help me.


Muhammad Niaz Qureshi
Oracle Developer
by niaz_1
Wed Jun 07, 2006 6:44 am
Forum: Oracle Forms & Reports
Topic: Changing Title/Icon of MDI FORM
Replies: 7
Views: 6060

Thanks.

I have done this by copying <b>d2kwut60.dll</b> file in system32 folder.


Muhammad Niaz Qureshi
by niaz_1
Tue Jun 06, 2006 6:53 am
Forum: Oracle Forms & Reports
Topic: Changing Title/Icon of MDI FORM
Replies: 7
Views: 6060

Assalam-o-Alaikum

Admin and Mirza Sahib

I have attached D2KWUTIL.PLL file and copied all program unit in form where i want to apply this but Change icon is still not working.

<b>FRM-40734</b>-----------------appear when i run that form........

Regards

Muhammad Niaz Qureshi
by niaz_1
Mon Jun 05, 2006 6:32 am
Forum: Oracle Forms & Reports
Topic: Changing Title/Icon of MDI FORM
Replies: 7
Views: 6060

Changing Title/Icon of MDI FORM

AOA

Any body has idea how to change the title/icon of MDI FORM.??



Muhammad Niaz Qureshi
Oracle Developer
by niaz_1
Thu Jun 01, 2006 2:42 am
Forum: Oracle Forms & Reports
Topic: Calendar Library Download
Replies: 7
Views: 7647

AOA

I have done this static values in LOV. But if there is any other possible solution please do write.



Regards

Muhammad Niaz Qureshi
by niaz_1
Wed May 31, 2006 6:08 am
Forum: Oracle Forms & Reports
Topic: Copying files/folders(Code) in Forms 6i
Replies: 3
Views: 4073

Assalam-o-Alaikum

Thanks Mirza Sahib.
I have done it with xcopy command.


Muhammad Niaz Qureshi
by niaz_1
Tue May 30, 2006 1:59 am
Forum: Oracle Forms & Reports
Topic: Copying files/folders(Code) in Forms 6i
Replies: 3
Views: 4073

Copying files/folders(Code) in Forms 6i

HI I want code for copy files/folders from one location to another in Oracle Forms 6i. ie: from c:\my_folder to d:\your_folder or form //server/c$/my_folder to d:\your_folder Can any body has done so or have any idea. Muhammad Niaz Qureshi Oracle Developer