Search found 132 matches

by mirza_rehan
Fri Sep 01, 2006 8:48 am
Forum: Oracle Forms & Reports
Topic: Regarding Tree Item
Replies: 13
Views: 9506

Assalam-o-Alaikum Dear Kashif, Please give me a time because i m on notice period...... i have a working load, because i am transfer my job to new person and also complete my some specified tasks...... hope you understand it. Inshaallah i will send you yours requred form as soon as possible..... tak...
by mirza_rehan
Fri Sep 01, 2006 3:11 am
Forum: Oracle Forms & Reports
Topic: Message Box Text
Replies: 2
Views: 2442

Assalam-o-Alaikum

Kashif there are 2 technique for your

for example you display alert message

<b>You are working on
Oracle Developer 6i</b>

set_Alert_Property('ALT',ALERT_MESSAGE_TEXT,'You are working on' ||Chr(10)||'Oracle Developer 6i');

hope it will solve your problem

take care
by mirza_rehan
Fri Sep 01, 2006 3:11 am
Forum: Oracle Forms & Reports
Topic: Message Box Text
Replies: 2
Views: 2442

Assalam-o-Alaikum

Kashif there are 2 technique for your

for example you display alert message

<b>You are working on
Oracle Developer 6i</b>

set_Alert_Property('ALT',ALERT_MESSAGE_TEXT,'You are working on' ||Chr(10)||'Oracle Developer 6i');

hope it will solve your problem

take care
by mirza_rehan
Mon Aug 21, 2006 6:11 am
Forum: Oracle Forms & Reports
Topic: Format Mask
Replies: 6
Views: 2652

Assalam-o-Alaikum You use Formula column in save group where Summery column exist. For example you Summery column name cs_Marks Create formula column name cf_Marks write this code in this formula column <b>Return(Ceil(:cs_Marks));</b> Hope it will solve yours problem, if any confusion please reply t...
by mirza_rehan
Sat Aug 19, 2006 4:09 am
Forum: Oracle Forms & Reports
Topic: Format Mask
Replies: 6
Views: 2652

Assalam-o-alaikum

Najm Atif is absolutly right use CEIL function


take care
Allah Hafiz

Best regards,
R E H A N M I R Z A
System Analyst / Senior Oracle Developer
Cell: +92-304-2120807

When ever you pray
Please remember me and my family
by mirza_rehan
Sat Aug 19, 2006 4:06 am
Forum: Oracle Forms & Reports
Topic: Regarding Tree Item
Replies: 13
Views: 9506

Assalam-o-Alaikum I have done lot of work on Tree Item now i have grip on it, any one need help please reply. Dear, Admin inshaallah i will send you example as soon as possible. Kasif please send me table structure so i will work on yours requirement. I am waiting for your's reply take care Allah Ha...
by mirza_rehan
Sat Aug 12, 2006 9:22 am
Forum: Oracle Forms & Reports
Topic: Tab Page Form
Replies: 7
Views: 3830

Assalam-o-Alaikum Kashif just open Canvas Editor and then select Tab Canvas from tool bas and put it on Tab Canvas just same as you create Text Item on it. Hope you understand it..... If any confusion please reply or call Best regards, R E H A N M I R Z A System Analyst / Senior Oracle Developer Cel...
by mirza_rehan
Wed Aug 09, 2006 9:39 am
Forum: Oracle Forms & Reports
Topic: see my error frm-40735 post query
Replies: 7
Views: 4885

Hello aamir why you are not usein exceptions????? you and making software and not using exceptions???? why???????? Use When no_Data_Found, When Too_Many_Rows, When Others..... etc. regards, R E H A N M I R Z A Best regards, R E H A N M I R Z A System Analyst / Senior Oracle Developer Cell: +92-304-2...
by mirza_rehan
Sat Aug 05, 2006 9:53 am
Forum: Oracle Forms & Reports
Topic: Tab Page Form
Replies: 7
Views: 3830

Yes and put yours Tab Canvas on Contant canvas

take care

Best regards,
R E H A N M I R Z A
System Analyst / Senior Oracle Developer
Cell: +92-304-2120807

When ever you pray
Please remember me and my family
by mirza_rehan
Sat Aug 05, 2006 2:47 am
Forum: Oracle Forms & Reports
Topic: Regarding Tree Item
Replies: 13
Views: 9506

Regarding Tree Item

Any one have goood working experience on tree Item????

If Yes please reply.....

Best regards,
R E H A N M I R Z A
System Analyst / Senior Oracle Developer
Cell: +92-304-2120807

When ever you pray
Please remember me and my family
by mirza_rehan
Fri Aug 04, 2006 10:07 am
Forum: Oracle Forms & Reports
Topic: FRM-30425
Replies: 1
Views: 3904

Kamran set any one property of yours Block Either set Query All property of block to YES or Precompute Summaries of block to YES take care Allah Hafiz Best regards, R E H A N M I R Z A System Analyst / Senior Oracle Developer Cell: +92-304-2120807 When ever you pray Please remember me and my family
by mirza_rehan
Fri Aug 04, 2006 10:05 am
Forum: Oracle Forms & Reports
Topic: Tab Page Form
Replies: 7
Views: 3830

Kashif put these field on <b>CONTANT CANVAS</b> and put yours <b>TAB CANVAS</b> below these field. I think you understand it in any confusion please contact me.. take care Allah Hafiz Best regards, R E H A N M I R Z A System Analyst / Senior Oracle Developer Cell: +92-304-2120807 When ever you pray ...
by mirza_rehan
Thu Aug 03, 2006 6:43 am
Forum: Oracle Forms & Reports
Topic: Tab Page Form
Replies: 7
Views: 3830

Please Kashif please tell me what is yours requirement so i will support you and done yours task.


take care
Allah Hafiz

Best regards,
R E H A N M I R Z A
System Analyst / Senior Oracle Developer
Cell: +92-304-2120807

When ever you pray
Please remember me and my family
by mirza_rehan
Thu Aug 03, 2006 3:59 am
Forum: Oracle Forms & Reports
Topic: Export Report Data
Replies: 2
Views: 2836

Assalam-o-Alaikum Yes it Is possible, you can disable this option from menu. Add_Parameter(PID, 'DISABLEFILE', TEXT_PARAMETER, 'YES'); here is some more good parameter and its values DESTYPE -- Destination of report output SCREEN, PRINTER PREVIEW DISABLEFILE -- Disables File Menu Items in previewer ...
by mirza_rehan
Sat Jul 22, 2006 6:33 am
Forum: Oracle Forms & Reports
Topic: Lexical Reference Sample Report
Replies: 8
Views: 8962

Sorry Kashif i was not see this thread for a long time I always use special character like this ''<b>^^//</b>'''||') = ''' because such code never enters in data If i use <b>Nvl(job,''J'''||') = ''' || Nvl(:v_job,'J')</b> instead of <b>Nvl(job,''^^//'''||') = ''' || Nvl(:v_job,'^^//') </b> if value ...