Forms :: Windows Picture And Fax Viewer?

Oct 6, 2012

i have a picture saved in file system (sharing area on the server) ,i need to retrive the picture with windows picture and fax viewer how i can call windows picture and fax viewer

View 5 Replies


ADVERTISEMENT

Reports & Discoverer :: Launching Discoverer Viewer From Forms Menu

Dec 6, 2011

Is it possible to link to Discoverer Viewer from Forms without requiring the user to log in again. If so, can I then link to a specific Workbook within Discoverer?

View 2 Replies View Related

Forms :: Insert Picture In OLE?

Feb 22, 2012

how to insert a picture in ole

View 4 Replies View Related

Forms :: Opening Picture On Button Click

Oct 24, 2013

I would like to ask a very small question. what is the code that should be written to open a picture inside the button.

I have already made the button, and the trigger is when push button, what I want is when I click the button it opens a picture in this directory:

F:AmjadAmjadamjad1.jpg

the name of the picture is taken from table1 the colum serial_number

View 14 Replies View Related

Forms :: Picture In Database Or System Folder

Oct 5, 2010

Where should one store pictures in database or read it straight from a folder stored in hard disk and why (performance talking)?

View 4 Replies View Related

Forms :: Function Or Facility To (ZOOM In / OUT) Picture Using Image

Feb 28, 2010

I am developing HR portal on our company and our HR were scanning the policy to become jpeg format so that I can import it to the image. My question is can the oracle forms have the function or facility to (ZOOM in /OUT) the picture using image.

View 2 Replies View Related

Forms :: Logo And Home Page Picture Quality?

Nov 29, 2012

, i want to use picture on my home page (main.fmx) & logo picture on top of my oracle forms 11gR2 application.i try with 2 different ways, but i am loosing the quality of picture.

A. Form Menu - Edit - Import - Image - Even i select excellent quality
B. Through Webutil Read_Image_File ()

View 2 Replies View Related

Server Utilities :: Load JPG Picture Into Oracle Database?

Jun 8, 2011

i want to load jpg into my oracle database 10g throw sqlloader

i did folloing steps

step 1)

Create the table as follows

CREATE TABLE image_table (file_id NUMBER(5),
file_name VARCHAR2(30),file_data BLOB);

step 2 )

Create control file as follows

LOAD DATA
INFILE *
INTO TABLE image_table
REPLACE
FIELDS TERMINATED BY ','
(

[code].....

step 3)

Then i have run this command

F:oracleproduct10.2.0db_1in>sqlldr control=F:practicecontrol.ctl
Username:system
Password
so i got this error
SQL*Loader: Release 10.2.0.5.0 - Production on Wed Jun 8 13:47:27 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
SQL*Loader-404: Column FILE_ID present more than once in IMAGE_TABLE's INTO TABL
E block.

View 4 Replies View Related

Application Express :: How To Display Picture Image On Form

Oct 24, 2012

I have just started using Oracle Application Express 11g. On my new attempt I am able to develop a table, report and a form, but I am not able to display picture image on the form though the browse link is active.

I can load the file name from the location folder to the form but it does not display. When I click on APPLY CHANGE then everything disappears. My main problem is how to successfully configure the settings for image display.

View 1 Replies View Related

SQL & PL/SQL :: Sending UTL_SMTP Mail With JPG Picture As Header Inside Email?

Oct 7, 2013

I have to embed a picture as a header with an e-mail content for my work, I google'd and tested with different options but I failed. (The JPG is stored in a table as a blog object) When I tried with the below code the JPG file is e-mailed as an attachment with an e-mail content, I want it to be displayed inside an e-mail.

I tried att_inline: TRUE option as well - still not working.

Here is my code I tested and worked as an attachment.

DECLARE
/*LOB operation related varriables */
v_src_loc BLOB :=EMPTY_BLOB;
l_buffer RAW(54);
l_amount BINARY_INTEGER := 54;
l_pos INTEGER := 1;
l_blob BLOB := EMPTY_BLOB;

[code]....

View 3 Replies View Related

SQL & PL/SQL :: Date Format Picture Ends Before Converting Entire Input String

Jun 29, 2011

I am trying to insert a row in a table and getting the below error.

SQL> insert into tbl_force_charging(ANI, date_time, durations,src, circleid)
2 values ('9569333585','29-JUN-11 03.19.41.000000000 PM','1027','51010','BIR'
)
3 ;
values ('9569333585','29-JUN-11 03.19.41.000000000 PM','1027','51010','BIR')
*
ERROR at line 2: ORA-01830: date format picture ends before converting entire input string

Table Structure is

Name Null? Type
----------------------------------------- -------- ---------------------------
ANI VARCHAR2(10)
DATE_TIME DATE
DURATIONS VARCHAR2(10)
SRC VARCHAR2(10)
CIRCLEID VARCHAR2(10)
SQL>

View 11 Replies View Related

SQL & PL/SQL :: ORA-01830 / Date Format Picture Ends Before Converting Entire Input String

Feb 26, 2013

when i run this query i am facing date format error.

select sbrueregister.UEIMSI,sbrueregister.fapid,sbrfapslid.slid,sbrfapslid.ACTIVATION_TS,sbrfapslid.DEACTIVATION_TS from SBRFAPSLID INNER JOIN sbrueregister ON sbrfapslid.fapid=sbrueregister.fapid where sbrfapslid.slid='1234567890' and sbrueregister.registeredat between TO_DATE('2013-02-1.12.0. 10. 123000000','YYYY-MM-DD HH.MI.SS.SSSSSS')and TO_DATE('2013-02-1.12.9.10.123000000', 'YYYY-MM-DD HH.MI.SS.SSSSSS');

ORA-01830: date format picture ends before converting entire input string

View 1 Replies View Related

SQL & PL/SQL :: JSP Limitations - Date Format Picture Ends Before Converting Entire Input String

Feb 21, 2010

I am using

SELECT TO_CHAR(TO_DATE((:BILL_VALUE),'J'),'Jsp') FROM sys.dual;

its givinig right result for

1023411->One Million Twenty-Three Thousand Four Hundred Eleven

but if i will change it to 10234111 then this query giving an error

ORA-01830: date format picture ends before converting entire input string.

Is there any limitation or is there any other built in function to get the number to a word.

View 2 Replies View Related

Forms :: Open Application Word 2010 With Forms Developer 6.0 - Windows 7?

Apr 20, 2011

I have u na forms developer application in 6.0 that generates a Word document. This application runs successfully on Windows XP operating system. We now have PC's new operating system Windows 7 and officce 2010. My procedure reads a specific route where a template in Word which is used to generate the document. In the user's PC application that does not generate the document even shows me an error message. But when I enter my network user with the user's PC and the document genre generates me perfectly. I checked if the user has access to the server path specifies where the template encuntra wish to open and if you have them.

View 1 Replies View Related

Forms :: Read / Write In Unix From Oracle Forms Installed In Windows

Nov 24, 2011

I have a requirement to read a file from windows m/c and write into Unix Server. How can i do that in Oracle forms.

I tried TEXT_IO package.But that is not allowing to access Unix path.

View 2 Replies View Related

Forms :: Could Install Oracle 10g Forms On Windows 7

Feb 28, 2011

Could I install Oracle 10g forms on windows 7?

View 1 Replies View Related

Forms :: 6i With Windows 7 32-Bit?

Oct 2, 2012

I have installed Oracle Form6i/Report6i Developer Suit on Windows 7 32-Bit Enterprise Edition and I don't have any issue in development/programming area. Forms/Reports are compling good without any error.

But when I try to run any ".fmx" than an error comes which is attached herewith. Whereas my exprience say, it is an error related to incompatability between Oracle Form6i "ifrun60.exe" and Microsoft Windows 7 32-Bit.

View 1 Replies View Related

Forms :: Run Both 6i And 10g On Same PC Using Windows XP?

Sep 14, 2011

Is it possible to run both Forms 6i and 10g on the same PC using Windows XP? If so, are there any reported issues and how stable is this environment?

View 2 Replies View Related

Forms :: Oracle 10g On Windows 7

Oct 28, 2011

I have windows 7 professional edition 32bit and i have tried to run oracle form 10g on chrome and Mozilla browsers they require plugin but don't install, windows ie8 crashes. i searched through internet about this problem some suggested to use jinitiator, i installed it manually and auto both and also paste the "jvm.dll" but the problem is yet to be solved.

View 1 Replies View Related

Forms :: 10g Application On WINDOWS 7 And IE 8?

May 4, 2010

when am trying to open my Oracle 10 Forms Application on WINDOWS7- IE 8 explorer am getting the below error message.

"it has encountered a problem and needs to be close"

View 3 Replies View Related

Forms :: Windows Hiding In 10g

Aug 13, 2010

i want to hide the MDI window which comes at run time when we run a form in the browser and i have attached a windows.jpg file. in the first window in which these things are written Action Edit Query Block Record Field Window ORACLE.

View 1 Replies View Related

Forms :: Oracle 10g On Windows XP

Sep 19, 2011

i like a color which is on my desktop, i want that color as my Canvas background color. i press the print screen button on my laptop, open Ms Paint, Paste it there, and pick the color.

Now i want to use the picked up color to be appeared in my oracle forms color palate. how could i do that.

View 2 Replies View Related

Forms :: D2KWUTIL In Windows 7

Feb 25, 2012

I'm trying to create an upload button in oracle forms 6i using D2KWUTIL win_api_dialog.open_file function. This works fine in Windows XP (32-bit), but in Windows 7(32-bit) I keep receiving "FRM-40734: Internal Error: PL/SQL error occurred" error.

I traced the source of the error to an exception called "WIN_API.NOT_AVAILABLE" captured in a function called "ChooseFile" that are used by the "Open_File" function and reside on the same package.

Does D2KWUTIL even work with Windows 7?

View 1 Replies View Related

Forms :: Installing Oracle 10g DS On Windows 7

Sep 20, 2010

I am trying to install Oracle 10g Developer suite on windows 7 but the system gives the following error. (file attached). I have successfully installed Oracle 10g Database.

View 6 Replies View Related

Windows :: Install Forms And Reports 11g

Nov 1, 2011

Ar you have manual to install oracle forms and reports on windows seven

View 2 Replies View Related

Forms :: Windows To Linux Migration

Jan 19, 2010

We have a product in Oracle forms 10g running in Windows XP OS, we want to migrate this into Linux OS.

View 4 Replies View Related

Forms :: Running Reports 6i On Windows 7?

Nov 2, 2009

would like to check if anybody running Form/Report 6i on Windows 7 ? I meant not XP mode.

View 3 Replies View Related

Forms :: Windows Won't Allow To Execute SQL Statement

Oct 25, 2011

reconciliation logic using Oracle

Version

Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Solaris: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production

Current written logic for reconciliation:

1. Load data from source_a in a staging table using date filter

2. Load data from a file (Source_B) in temp table

3. Algo for reconciliation:

fetch value from source_B and if an entry exists in source_a then match say 10 columns if they match update reconciliation_oke = TRUE

there is an and written for testing all the 10 columns There is report generated out this which shows non matched columns and the entries which are missing....Now the requirement is to modify the logic in a way which shows which all columns are mismatched on the report in case present.

Since there are around 10 thousand records which would be reconciled on a daily basis, performance also needs to be taken care of...I guess i would be required to use PL/SQl tables...

View 3 Replies View Related

Windows :: Installing Forms 9i On Vista?

Oct 6, 2011

I am having problem in installing 9i on vista I installed forms 6i successfully but when installing 9i database it is not installing properly.

View 3 Replies View Related

Forms :: Performance Of Oracle 6i On Windows 7

Dec 19, 2011

I have a Problem related to performance and quickness of a customized application

suppose that this application work on 2 clients. Those 2 clients logon to the same database and the same mapping application folder also the 2 PC configuration are the same.

the first client has OS windows XP , the second client has OS Windows 7. I noticed that the the second client (win7) is less performance than the first one (win xp) also I saw the application on the second client is slower than the first client.

I know that Oracle 6i on win7 is dis supported . Also i know i should upgrade to 10g or change the OS to xp. But is this the only way for enhancing the performance or is there another way i can do without changing anything (Patch , etc)

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved