Search found 615 matches

by ahmadbilal
Tue Oct 03, 2006 2:08 am
Forum: Application DBA & System Administration
Topic: Taking backup from Forms
Replies: 4
Views: 1724

Write Following Code On The Button
When Button Pressed


declare
filename varchar2(20);

begin

filename := to_char(sysdate,'ddmmyyyy');


host('exp userid=system/MAPPER OWNER = QMSALE file=C:\QMSALE\BACKUP\'||filename||'.dmp');


end;
by ahmadbilal
Mon Oct 02, 2006 1:28 am
Forum: Oracle Forms & Reports
Topic: FRM-92130: Registry is either missing, or contain
Replies: 2
Views: 4612

Thanks Admin Let Me Check Proposed Solution
by ahmadbilal
Fri Sep 29, 2006 4:09 am
Forum: Oracle Forms & Reports
Topic: FRM-92130: Registry is either missing, or contain
Replies: 2
Views: 4612

FRM-92130: Registry is either missing, or contain

I am receiving the below error when loading up a new form. The registry.dat file exists in the correct location and is used for other forms: <b>FRM-92130: Registry is either missing, or contains invalid, entry for Dispatcher. Full Details: FRM-92030: Internal Error: Failed to find name of class for ...
by ahmadbilal
Tue Sep 26, 2006 2:29 am
Forum: Oracle Forms & Reports
Topic: Image Storage in DB
Replies: 8
Views: 4421

Check The path In Post-Query or write same code as on button
by ahmadbilal
Tue Sep 26, 2006 1:25 am
Forum: Oracle Forms & Reports
Topic: Image Storage in DB
Replies: 8
Views: 4421

Check Your hotmail for example developed in 6i
kashifsbr@hotmail.com

From abmian1981@hotmail.com
by ahmadbilal
Mon Sep 25, 2006 4:44 am
Forum: Oracle Forms & Reports
Topic: Image Storage in DB
Replies: 8
Views: 4421

Sorry Buddy I Will Do It In one or two days

Visit Following Page

http://asktom.oracle.com/pls/ask/f?p=49 ... 9814548726
by ahmadbilal
Thu Sep 21, 2006 4:36 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Need Ebook on Basics of Finance
Replies: 2
Views: 1778

http://www.eircindia.org/accountStd.htm

Visit This You Can Get Accounting Standards
by ahmadbilal
Thu Sep 21, 2006 4:13 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Need Ebook on Basics of Finance
Replies: 2
Views: 1778

http://www.ebooksclub.org

search there all ur reuired boooks IT,FINANACE etc
All Free
by ahmadbilal
Wed Sep 20, 2006 5:21 am
Forum: General / Others
Topic: ERP Sins
Replies: 1
Views: 1176

ERP Sins

Visit the following web page
http://www.manoeuvre.com.au/

Whitepapers & Resources

Help You In Better Planing Of ERP implementation
by ahmadbilal
Wed Sep 20, 2006 2:51 am
Forum: Oracle Forms & Reports
Topic: Image Storage in DB
Replies: 8
Views: 4421

Mr Kashif
You Can Store Image In Database By Placing The Image In anyfiled(Database Blob).this code will help you to place your image in database field on FORM.i will send you sample form(FMB) tomorrow for better understanding.
take care
by ahmadbilal
Wed Sep 20, 2006 2:14 am
Forum: Reports (Only Oracle Apps Reports)
Topic: How can we use Urdu in Oracle
Replies: 7
Views: 5796

This is Metalink Article.I will try To Send you The Form As Well Changing the Database Character Set - an extended overview Doc ID: Note:257736.1 Type: BULLETIN Last Revision Date: 04-JAN-2006 Status: PUBLISHED Introduction ============ Note 225912.1 Changing the Database Character Set - a short ove...
by ahmadbilal
Wed Sep 20, 2006 1:39 am
Forum: Oracle Forms & Reports
Topic: Image Storage in DB
Replies: 8
Views: 4421

:System.Message_Level := '25'; if :STF_EMP_PROFILE.emp_code is not null then read_image_file('\\sscora\admin\staff\'||:emp_code||'.bmp','BMP','STF_EMP_PROFILE.photo'); end if; IF NOT FORM_SUCCESS THEN read_image_file('\\sscora\admin\staff\'||'sorry.bmp','BMP','STF_EMP_PROFILE.photo'); END IF; :SYSTE...
by ahmadbilal
Tue Sep 19, 2006 8:58 am
Forum: Oracle Forms & Reports
Topic: How to get HD serial and IP of a machine?
Replies: 20
Views: 47641

No Problem.

For Gettiing user Name In
Dev 6i
DS 9i
DS 10G

We have to use Getclientinfo jar File Provided By oracle and Avaliable On Metalink and OTN. If you Need any help feel free to contact me
by ahmadbilal
Tue Sep 19, 2006 8:09 am
Forum: Oracle Forms & Reports
Topic: How to get HD serial and IP of a machine?
Replies: 20
Views: 47641

Mr Kashif
what is result when U will use tit in Oracle Forms 6i and the from run on diffrent machine from where database is instaled.
by ahmadbilal
Tue Sep 19, 2006 7:23 am
Forum: Oracle Forms & Reports
Topic: How to get HD serial and IP of a machine?
Replies: 20
Views: 47641

May be i m wrong.

Can You Send Me The Sample Form .FMB On My Email Address
abmian1981@gmail.com
I have tried It On AS as Well On Runtime But Can't Get The Required Results.i want to store IP adress of Client Dataentry machine With Username and Timestamp.

Thanks in Anticipation