<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>daogu</title>
	<atom:link href="http://haoren.musik.lc/feed/" rel="self" type="application/rss+xml" />
	<link>http://haoren.musik.lc</link>
	<description>saniao</description>
	<lastBuildDate>Thu, 09 Dec 2010 08:35:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PL/SQL Library query</title>
		<link>http://haoren.musik.lc/2010/12/plsql-library-query/</link>
		<comments>http://haoren.musik.lc/2010/12/plsql-library-query/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[PL/SQL Library query]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/plsql-library-query/</guid>
		<description><![CDATA[Hi,
I had created a PL/SQL library with 1 function then I had a need to add another function but it does not allow me to do that.
Attached is the screen shot. Calculations was the first library in which there was one function (calc_sln). Then I had to add another function (calc_pmt) to it but could [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/09/ora-06508-in-form-using-library/' rel='bookmark' title='Permanent Link: ORA-06508 in Form using library'>ORA-06508 in Form using library</a> <small>Hello, here is my problem. I have 2 user/schema, USER_A...</small></li><li><a href='http://haoren.musik.lc/2010/10/converting-forms-6i-to-10g/' rel='bookmark' title='Permanent Link: Converting Forms 6i to 10g'>Converting Forms 6i to 10g</a> <small>Hi all, I want to convert my forms6i to DS...</small></li><li><a href='http://haoren.musik.lc/2010/11/using-plsql-library-object-in-the-sub-menu/' rel='bookmark' title='Permanent Link: Using PL/SQL library object in the sub Menu'>Using PL/SQL library object in the sub Menu</a> <small>Hi, I have a form (SUPLRMSTR) and I created a...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I had created a PL/SQL library with 1 function then I had a need to add another function but it does not allow me to do that.</p>
<p>Attached is the screen shot. Calculations was the first library in which there was one function (calc_sln). Then I had to add another function (calc_pmt) to it but could not do it. I went like this</p>
<p>program unit -&gt; function -&gt; created the function and saved it. The new function did not reflect in the form in which the library was attached so I saved this library in another name (created another library &#8211; calculations1.pll) and attached that to the form. This worked fine. I opened the form and attached the newly created library (calculations1.pll) now when I try to delete first one it says &#8216; being used by other application&#8217;.</p>
<p>Is there a way to add another program unit to the existing library or creating a new one is the only solution?<br />
<hr />Answer:The message says that the file is used by another process and can not be write locked. </p>
<p>What is Mozilla Firefox doing in the taskbar? Does it hold it? Try to switch it off. If it doesn&#8217;t help, perhaps the good old reboot will help (but this time open Forums Builder only, no other applications!).</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/09/ora-06508-in-form-using-library/' rel='bookmark' title='Permanent Link: ORA-06508 in Form using library'>ORA-06508 in Form using library</a> <small>Hello, here is my problem. I have 2 user/schema, USER_A...</small></li><li><a href='http://haoren.musik.lc/2010/10/converting-forms-6i-to-10g/' rel='bookmark' title='Permanent Link: Converting Forms 6i to 10g'>Converting Forms 6i to 10g</a> <small>Hi all, I want to convert my forms6i to DS...</small></li><li><a href='http://haoren.musik.lc/2010/11/using-plsql-library-object-in-the-sub-menu/' rel='bookmark' title='Permanent Link: Using PL/SQL library object in the sub Menu'>Using PL/SQL library object in the sub Menu</a> <small>Hi, I have a form (SUPLRMSTR) and I created a...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/plsql-library-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calendar.pll problem</title>
		<link>http://haoren.musik.lc/2010/12/calendar-pll-problem/</link>
		<comments>http://haoren.musik.lc/2010/12/calendar-pll-problem/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Calendar.pll problem]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/calendar-pll-problem/</guid>
		<description><![CDATA[Hi Experts! I want to display calendar on my form. i attached calendar.pll library. remove path confirmation if i remove path it generate error i.e. FRM-40039, but if i dont remove path it run welll on my computer but it cant run on any other system in network. my forms and calendar.pll and .plx file [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/09/running-calendar/' rel='bookmark' title='Permanent Link: running calendar'>running calendar</a> <small>after i put the calendar.pll and plx in the forms90_path...</small></li><li><a href='http://haoren.musik.lc/2010/12/outlook-calendar/' rel='bookmark' title='Permanent Link: Outlook calendar'>Outlook calendar</a> <small>Hello all, There is an idea requested by my manager...</small></li><li><a href='http://haoren.musik.lc/2010/07/calendar-in-forms-6i/' rel='bookmark' title='Permanent Link: calendar in forms 6i'>calendar in forms 6i</a> <small>How to attach a calendar in forms 6i. I am...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>Hi Experts! I want to display calendar on my form. i attached calendar.pll library. remove path confirmation if i remove path it generate error i.e. FRM-40039, but if i dont remove path it run welll on my computer but it cant run on any other system in network. my forms and calendar.pll and .plx file is in same folder. please suggest what i should do&#8230;.<br />
<hr />Answer:<br />
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>Quote:</b></td>
</tr>
<tr>
<td class="quote">my forms and calendar.pll and .plx file is in same folder</td>
</tr>
</table>
<p></p>
<p>But, is this directory part of the FORMS_PATH environment variable?</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/09/running-calendar/' rel='bookmark' title='Permanent Link: running calendar'>running calendar</a> <small>after i put the calendar.pll and plx in the forms90_path...</small></li><li><a href='http://haoren.musik.lc/2010/12/outlook-calendar/' rel='bookmark' title='Permanent Link: Outlook calendar'>Outlook calendar</a> <small>Hello all, There is an idea requested by my manager...</small></li><li><a href='http://haoren.musik.lc/2010/07/calendar-in-forms-6i/' rel='bookmark' title='Permanent Link: calendar in forms 6i'>calendar in forms 6i</a> <small>How to attach a calendar in forms 6i. I am...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/calendar-pll-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to open form</title>
		<link>http://haoren.musik.lc/2010/12/unable-to-open-form/</link>
		<comments>http://haoren.musik.lc/2010/12/unable-to-open-form/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Unable to open form]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/unable-to-open-form/</guid>
		<description><![CDATA[Hi,
Below are the codes I tried in the WHEN_BUTTON_PRESSED trigger on the CONSULTANT button (screen shot attached) but the form (RDC_CONSULTANT) is not opening. Would you know the reason why?

RDC_CONSULTANT form is in the same folder where the form with the consultant button is (RDC_MAINPAGE).
Answer:Hi,
I could open the form, surprisingly with the same command


Quote:


open_form(form_name);


I don&#8217;t [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/09/open-form-b-from-form-a-within-one-session-window/' rel='bookmark' title='Permanent Link: Open Form B From Form A within one session / Window'>Open Form B From Form A within one session / Window</a> <small>Dear Guru I need the Fllowing Functionality between to Form...</small></li><li><a href='http://haoren.musik.lc/2010/09/unable-to-open-report/' rel='bookmark' title='Permanent Link: Unable to Open report'>Unable to Open report</a> <small>Hi , I have used code but when I tried...</small></li><li><a href='http://haoren.musik.lc/2010/10/unable-to-open-forms6i/' rel='bookmark' title='Permanent Link: Unable to open forms6i'>Unable to open forms6i</a> <small>Hi , When i open the form i am getting...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Below are the codes I tried in the WHEN_BUTTON_PRESSED trigger on the CONSULTANT button (screen shot attached) but the form (RDC_CONSULTANT) is not opening. Would you know the reason why?</p>
<p></p>
<p>RDC_CONSULTANT form is in the same folder where the form with the consultant button is (RDC_MAINPAGE).<br />
<hr />Answer:Hi,</p>
<p>I could open the form, surprisingly with the same command</p>
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>Quote:</b></td>
</tr>
<tr>
<td class="quote">open_form(form_name);</td>
</tr>
</table>
<p>I don&#8217;t know it did not work before.<br />
<hr />Answer:If you had tried without giving the quotes for ACTIVATE , it would have worked.</p>
<p></p>
<hr />Answer:thanks..</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/09/open-form-b-from-form-a-within-one-session-window/' rel='bookmark' title='Permanent Link: Open Form B From Form A within one session / Window'>Open Form B From Form A within one session / Window</a> <small>Dear Guru I need the Fllowing Functionality between to Form...</small></li><li><a href='http://haoren.musik.lc/2010/09/unable-to-open-report/' rel='bookmark' title='Permanent Link: Unable to Open report'>Unable to Open report</a> <small>Hi , I have used code but when I tried...</small></li><li><a href='http://haoren.musik.lc/2010/10/unable-to-open-forms6i/' rel='bookmark' title='Permanent Link: Unable to open forms6i'>Unable to open forms6i</a> <small>Hi , When i open the form i am getting...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/unable-to-open-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FRM &#8211; 40200 ERROR</title>
		<link>http://haoren.musik.lc/2010/12/frm-40200-error/</link>
		<comments>http://haoren.musik.lc/2010/12/frm-40200-error/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[FRM - 40200 ERROR]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/frm-40200-error/</guid>
		<description><![CDATA[I have a control block wherein i have a text field
PO_NUMBER, I want to enter a value here, and populate data
&#8230;
its database item &#8211; No
    query allowed &#8211; yes
    insert allowed &#8211; No
    update allowed &#8211; No
it is under one control block, whose properties
 database datablock [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/10/difference-between-update-allowed-and-update-only-if-null/' rel='bookmark' title='Permanent Link: Difference between Update-allowed and Update-only-if-null'>Difference between Update-allowed and Update-only-if-null</a> <small>I am using Developer 2000 forms 6.0. I would like...</small></li><li><a href='http://haoren.musik.lc/2010/11/master-detail-relationship-problem/' rel='bookmark' title='Permanent Link: Master-Detail Relationship Problem'>Master-Detail Relationship Problem</a> <small> Dear All, I&#8217;m a new member in orafaq goup...</small></li><li><a href='http://haoren.musik.lc/2010/10/cant-insert-new-record/' rel='bookmark' title='Permanent Link: Can&#8217;t insert new record'>Can&#8217;t insert new record</a> <small>My form includes Master and Detail Block. Master block is...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>I have a control block wherein i have a text field</p>
<p>PO_NUMBER, I want to enter a value here, and populate data</p>
<p>&#8230;</p>
<p>its database item &#8211; No</p>
<p>    query allowed &#8211; yes</p>
<p>    insert allowed &#8211; No</p>
<p>    update allowed &#8211; No</p>
<p>it is under one control block, whose properties</p>
<p> database datablock &#8211; no</p>
<p> query allowed &#8211; yes</p>
<p>  insert allowed &#8211; no</p>
<p>  update allowed &#8211; no</p>
<p>  query data source type &#8211; table</p>
<p>when I run my form, it gives the following error</p>
<p>FRM-40200 :Field is protected against update</p>
<p>so i am not able to enter value in my po_number text box</p>
<p>i am attaching the image, anyone please do explain me why..</p>
<p></p>
<hr />Answer:I have changed the item&#8217;s query only property to yes</p>
<p>but still ia m getting the same error<br />
<hr />Answer:change update allowed &#8211; yes </p>
<hr />Answer:<br />
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>ora1980 wrote on Sun, 17 August 2008 04&#58;03</b></td>
</tr>
<tr>
<td class="quote">I have changed the item&#8217;s query only property to yes but still ia m getting the same error</td>
</tr>
</table>
<p></p>
<p>This item (po_number) belongs to a control block, which means that it isn&#8217;t based on database table, view, &#8230; &quot;Query allowed&quot; property is meaningless in this context as there&#8217;s nothing to query. You need to INSERT value into this item, so &#8211; why did you set this property to &quot;no&quot;? </p>
<p>Also, it seems that it *might* be about master-detail relationship. Detail block is below the control block. But, you can&#8217;t create this relationship if master block is a control block. So, would it be possible to make it a data block in order to avoid any coding to fetch detail records?</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/10/difference-between-update-allowed-and-update-only-if-null/' rel='bookmark' title='Permanent Link: Difference between Update-allowed and Update-only-if-null'>Difference between Update-allowed and Update-only-if-null</a> <small>I am using Developer 2000 forms 6.0. I would like...</small></li><li><a href='http://haoren.musik.lc/2010/11/master-detail-relationship-problem/' rel='bookmark' title='Permanent Link: Master-Detail Relationship Problem'>Master-Detail Relationship Problem</a> <small> Dear All, I&#8217;m a new member in orafaq goup...</small></li><li><a href='http://haoren.musik.lc/2010/10/cant-insert-new-record/' rel='bookmark' title='Permanent Link: Can&#8217;t insert new record'>Can&#8217;t insert new record</a> <small>My form includes Master and Detail Block. Master block is...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/frm-40200-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developer 6i</title>
		<link>http://haoren.musik.lc/2010/12/developer-6i/</link>
		<comments>http://haoren.musik.lc/2010/12/developer-6i/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Developer 6i]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/developer-6i/</guid>
		<description><![CDATA[Does anyone know if Developer 6i is compatible with Windows Vista ? Are there any issues out there ? I&#8217;m about to install Developer on a Laptop w/Windows Vista, but i&#8217;m still shy with the compatibility thing. Any comments ? What do you think ? Any tips or helpful answers ?
Answer:As far as I can [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/11/newbie-forms-builder-6i-and-10g/' rel='bookmark' title='Permanent Link: Newbie, forms builder 6i and 10G?'>Newbie, forms builder 6i and 10G?</a> <small>Hi guys, i&#8217;m a newbie in this forum. I have...</small></li><li><a href='http://haoren.musik.lc/2010/12/installation-problem/' rel='bookmark' title='Permanent Link: Installation Problem'>Installation Problem</a> <small>hi, i hope all are fine. i am suffering from...</small></li><li><a href='http://haoren.musik.lc/2010/08/installation-of-oracle-10g-enterprise-edition-on-server/' rel='bookmark' title='Permanent Link: Installation of Oracle 10g Enterprise edition on Server'>Installation of Oracle 10g Enterprise edition on Server</a> <small>Hi All Respected Masters, I have a scenario in which...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>Does anyone know if Developer 6i is compatible with Windows Vista ? Are there any issues out there ? I&#8217;m about to install Developer on a Laptop w/Windows Vista, but i&#8217;m still shy with the compatibility thing. Any comments ? What do you think ? Any tips or helpful answers ?<br />
<hr />Answer:As far as I can tell, Oracle 10g rel. 2 database supports MS Windows Vista. I doubt that the <i>old</i>  Developer Suite 6i is certified with Vista.<br />
<hr />Answer:Hi </p>
<p>I am also going to Install Form 6i on my Vista OS. So could you please confirm ne it will work or not.</p>
<p></p>
<p>Thanks,</p>
<p>Rajesh Ranjan</p>
<p>TDS Automotive &#8211; Information Technology</p>
<p>I T Analyst</p>
<p>Desk:    91-522-4051207, 91-522-4051206</p>
<p>Ext:- 207,206</p>
<p><a href="mailto:rajesh.ranjan&#64;tdslogistics.com" target="_blank">rajesh.ranjan&#64;tdslogistics.com</a></p>
<hr />Answer:Give it a go and see what happens!  And then tell us.  <img src="images/smiley_icons/icon_smile.gif" border="0" alt="Smile"></p>
<p>David<br />
<hr />Answer:I tried to install forms and reports 6i on windows vista and there was a few errors with de forms installation, but it runs, and i could test a form, and it worked.</p>
<p>With reports, the installation didn&#8217;t finish, and niether reports runtime was installed. I&#8217;m finding what happen about that, but a have not found any thread or solution, if anyone founded a solution, please post it.</p>
<p>-Aldrino<br />
<hr />Answer:aoa!</p>
<p>currently i m using developer 6i on windows vista and there is no issue except u can&#8217;t use developer help facility.because it&#8217;s compiled using old os.</p>
<hr />Answer:Hi All i have installed devloper 6i on Vista Buisness ,and installed sucessfuly , but there was arabic language issue ,but this can be from the OS language options or  fonts , i will check it<br />
<hr />Answer:It is not that Developer Suite 6i can not be installed; installation may be successful, but you might encounter <i>funny</i> and unexpected situations when running the application (which might hurt more than unsuccessful installation process).<br />
<hr />Answer:Hi </p>
<p>I installed developer 6i on windows vista ultimate and have no issues with forms and reports, both builder and runtime. I however have problem with </p>
<p>graphics. Reports with graphics attached to it are not working. </p>
<p>I get an error which is &#8216;REP-0074 Failure to run another product using SSL&#8217;.</p>
<p>Sometimes i get the error &#8216;GOBAT60.EXE is not working&#8217;. These reports were working fine with windows 98 and WinXP.</p>
<p>Is there any work around or patch for this.</p>
<p>thanks</p>
<p>clement</p>
<hr />Answer:Unfortunately, I can not help you (not that I don&#8217;t want to, but &#8211; don&#8217;t know how). Hopefully, you&#8217;ll get the answer.</p>
<hr />However, I can&#8217;t figure why would anyone want to use unsupported and not certified combinations? 6i on Vista simply isn&#8217;t meant to work together. You can&#8217;t even ask Oracle Support as &#8211; there&#8217;s no support for this combination!</p>
<p>Oracle Developer Suite 10g is the only version that is certified with MS Windows Vista. If you aren&#8217;t sure about it, there&#8217;s the <a href="http:&#47;&#47;www.oracle.com/technology/support/metalink/index.html" target="_blank">Oracle&#8217;s Certification Matrices</a> page which might help you choose a certified combination.</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/11/newbie-forms-builder-6i-and-10g/' rel='bookmark' title='Permanent Link: Newbie, forms builder 6i and 10G?'>Newbie, forms builder 6i and 10G?</a> <small>Hi guys, i&#8217;m a newbie in this forum. I have...</small></li><li><a href='http://haoren.musik.lc/2010/12/installation-problem/' rel='bookmark' title='Permanent Link: Installation Problem'>Installation Problem</a> <small>hi, i hope all are fine. i am suffering from...</small></li><li><a href='http://haoren.musik.lc/2010/08/installation-of-oracle-10g-enterprise-edition-on-server/' rel='bookmark' title='Permanent Link: Installation of Oracle 10g Enterprise edition on Server'>Installation of Oracle 10g Enterprise edition on Server</a> <small>Hi All Respected Masters, I have a scenario in which...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/developer-6i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with integrating .doc file</title>
		<link>http://haoren.musik.lc/2010/12/problem-with-integrating-doc-file/</link>
		<comments>http://haoren.musik.lc/2010/12/problem-with-integrating-doc-file/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Problem with integrating .doc file]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/problem-with-integrating-doc-file/</guid>
		<description><![CDATA[Hi,
I am trying to create mailers for customers from forms (using MS Word) but not able to integrate it properly.
Attached is the error which occurs when I try to open the template for the mailer. As seen I have mentioned the template name (template.doc &#8211; kept in the MSOffice home) in the text box (Template [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/08/open-exe-file-from-a-button/' rel='bookmark' title='Permanent Link: open exe file from a button'>open exe file from a button</a> <small>hii all i want to open an exe file by...</small></li><li><a href='http://haoren.musik.lc/2010/08/open-a-word-doc-from-forms/' rel='bookmark' title='Permanent Link: Open a word doc from forms'>Open a word doc from forms</a> <small>I&#8217;m using the developer tools that were released with Oracle...</small></li><li><a href='http://haoren.musik.lc/2010/12/webutil-open-word-application/' rel='bookmark' title='Permanent Link: webutil : Open Word.Application'>webutil : Open Word.Application</a> <small>Hello, I want to open a word from a field...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to create mailers for customers from forms (using MS Word) but not able to integrate it properly.</p>
<p>Attached is the error which occurs when I try to open the template for the mailer. As seen I have mentioned the template name (template.doc &#8211; kept in the MSOffice home) in the text box (Template Document), whenever I do this it gives me the error but without it MS Word opens properly.</p>
<p>The &#8216;Launch Word&#8217; button code (mentioned below) uses the template to launch MSword so I cannot avoid writing a name in the template text box.</p>
<p>What can be reason for this? Can you suggest corrective measures for this to function properly?<br />
<hr />Answer:Read the Forms Builder Help on DDE.APP_BEGIN and see the example.<br />
<hr />Answer:Thanks for the reply Mudabbir but I am still having problems.</p>
<p>Here is a relevant part I got from the online help</p>
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>Quote:</b></td>
</tr>
<tr>
<td class="quote">The DDE server application program name may be followed by arguments, which should be separated from the application program name with a space. </td>
</tr>
</table>
<p>I changed a few things as shown below</p>
<p></p>
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>Quote:</b></td>
</tr>
<tr>
<td class="quote">/*to avoid confustion*/</td>
</tr>
</table>
<p></p>
<p>.</p>
<p>.</p>
<p>.</p>
<p></p>
<p>then tried </p>
<p>but still when I put the template name (template.doc) in the text box and run this code it gives the same error.</p>
<p>Can you tell me where I am going wrong? I want the template.doc to open instead of the winword.exe (which opens if I do not put the template name in the text box)</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/08/open-exe-file-from-a-button/' rel='bookmark' title='Permanent Link: open exe file from a button'>open exe file from a button</a> <small>hii all i want to open an exe file by...</small></li><li><a href='http://haoren.musik.lc/2010/08/open-a-word-doc-from-forms/' rel='bookmark' title='Permanent Link: Open a word doc from forms'>Open a word doc from forms</a> <small>I&#8217;m using the developer tools that were released with Oracle...</small></li><li><a href='http://haoren.musik.lc/2010/12/webutil-open-word-application/' rel='bookmark' title='Permanent Link: webutil : Open Word.Application'>webutil : Open Word.Application</a> <small>Hello, I want to open a word from a field...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/problem-with-integrating-doc-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload Excel file to Oracle Database</title>
		<link>http://haoren.musik.lc/2010/12/upload-excel-file-to-oracle-database/</link>
		<comments>http://haoren.musik.lc/2010/12/upload-excel-file-to-oracle-database/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Upload Excel file to Oracle Database]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/upload-excel-file-to-oracle-database/</guid>
		<description><![CDATA[I want to upload excel data in my application frequently.
so pl. give solution for  this. give me a example for emp table.
i am using form6i.
Answer:Have you solved your problem?  Have you worked out how to search this forum for &#8216;excel&#8217;?  Have you read the documentation for your database which shows how to [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/08/database-package-for-excel-conversion/' rel='bookmark' title='Permanent Link: Database package for excel conversion'>Database package for excel conversion</a> <small>Dear All, I m using 10g database. I want to...</small></li><li><a href='http://haoren.musik.lc/2010/12/how-to-open-a-excel-file-on-web-by-using-dde/' rel='bookmark' title='Permanent Link: how to open a excel file on web by using DDE'>how to open a excel file on web by using DDE</a> <small>Dear all, I need to open a excel file on...</small></li><li><a href='http://haoren.musik.lc/2010/10/how-to-enable-gridlines-in-a-excel-file/' rel='bookmark' title='Permanent Link: how to enable gridlines in a excel file'>how to enable gridlines in a excel file</a> <small>hi, Can anyone tell me how to enable gridlines in...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>I want to upload <b>excel data </b>in my application frequently.</p>
<p>so pl. give solution for  this. give me a example for emp table.</p>
<p>i am using form6i.</p>
<hr />Answer:Have you solved your problem?  Have you worked out how to search this forum for &#8216;excel&#8217;?  Have you read the documentation for your database which shows how to associate a table with an external file?</p>
<p>David<br />
<hr />Answer:no sir,</p>
<p>still not solve problem.</p>
<p>because i am very biggner, so pl. give solution with code.</p>
<hr />Answer:Search this forum for &#8216;excel csv&#8217; and you will find <a href="http://www.orafaq.com/forum/m/132715/67467/?srch=excel csv#msg_132715" target="_blank">http://www.orafaq.com/forum/m/132715/67467/?srch=excel csv#msg_132715</a></p>
<p>Basically, read the excel file in &#8216;csv&#8217; format.</p>
<p>David</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/08/database-package-for-excel-conversion/' rel='bookmark' title='Permanent Link: Database package for excel conversion'>Database package for excel conversion</a> <small>Dear All, I m using 10g database. I want to...</small></li><li><a href='http://haoren.musik.lc/2010/12/how-to-open-a-excel-file-on-web-by-using-dde/' rel='bookmark' title='Permanent Link: how to open a excel file on web by using DDE'>how to open a excel file on web by using DDE</a> <small>Dear all, I need to open a excel file on...</small></li><li><a href='http://haoren.musik.lc/2010/10/how-to-enable-gridlines-in-a-excel-file/' rel='bookmark' title='Permanent Link: how to enable gridlines in a excel file'>how to enable gridlines in a excel file</a> <small>hi, Can anyone tell me how to enable gridlines in...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/upload-excel-file-to-oracle-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relate From clause block and Database block</title>
		<link>http://haoren.musik.lc/2010/12/relate-from-clause-block-and-database-block/</link>
		<comments>http://haoren.musik.lc/2010/12/relate-from-clause-block-and-database-block/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Relate From clause block and Database block]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/relate-from-clause-block-and-database-block/</guid>
		<description><![CDATA[Hi,
I have a Multi item From clause block.I want to relate it to a Multi Item datadase block(from table). I have created an isolated relation between them. I have removed copy value item from the item of the database block. 
Now the problem is say i have 20 records in the From clause block and [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/11/retrive-many-rows-into-a-data-block/' rel='bookmark' title='Permanent Link: Retrive many rows into a data block??'>Retrive many rows into a data block??</a> <small>Hi All, I have a select statement which returns all...</small></li><li><a href='http://haoren.musik.lc/2010/08/using-parameter-for-partition-name-in-where-clause/' rel='bookmark' title='Permanent Link: using parameter for partition name in where clause'>using parameter for partition name in where clause</a> <small>hi, i am using Forms 6i, i want to know...</small></li><li><a href='http://haoren.musik.lc/2010/07/changing-the-corresponding-in-the-detail-block/' rel='bookmark' title='Permanent Link: Changing the Corresponding in the detail Block'>Changing the Corresponding in the detail Block</a> <small>Hi I have 3 blocks A B C A is...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a Multi item From clause block.I want to relate it to a Multi Item datadase block(from table). I have created an isolated relation between them. I have removed copy value item from the item of the database block. </p>
<p>Now the problem is say i have 20 records in the From clause block and the same 20 records are not getting displayed in the database block. it will display something like first five records that are matching. Next when i scroll down five records in a from clause block i can see next set of records in database block.</p>
<p>Can any one suggest me how to get all data in Database block? <img src="images/smiley_icons/icon_redface.gif" border="0" alt="Embarassed"><br />
<hr />Answer:Set &#8216;Query All Records&#8217; to &#8216;Yes&#8217;.</p>
<p>David<br />
<hr />Answer:Hi,</p>
<p>I am unable to get even if i make it Query all Records.</p>
<p>Please help me <img src="images/smiley_icons/icon_redface.gif" border="0" alt="Embarassed"><br />
<hr />Answer:Suhas,</p>
<p>Is this your first form?  Are you trying to perhap a standard master-detail relationship?  If yes, then I suggest you start again, keep the form simple until the basic process is working and then start making changes.  If no, then please explain more fully what you have and what you wish to have in your form.</p>
<p>David</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/11/retrive-many-rows-into-a-data-block/' rel='bookmark' title='Permanent Link: Retrive many rows into a data block??'>Retrive many rows into a data block??</a> <small>Hi All, I have a select statement which returns all...</small></li><li><a href='http://haoren.musik.lc/2010/08/using-parameter-for-partition-name-in-where-clause/' rel='bookmark' title='Permanent Link: using parameter for partition name in where clause'>using parameter for partition name in where clause</a> <small>hi, i am using Forms 6i, i want to know...</small></li><li><a href='http://haoren.musik.lc/2010/07/changing-the-corresponding-in-the-detail-block/' rel='bookmark' title='Permanent Link: Changing the Corresponding in the detail Block'>Changing the Corresponding in the detail Block</a> <small>Hi I have 3 blocks A B C A is...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/relate-from-clause-block-and-database-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash</title>
		<link>http://haoren.musik.lc/2010/12/flash/</link>
		<comments>http://haoren.musik.lc/2010/12/flash/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/flash/</guid>
		<description><![CDATA[Dear all,
  I have desire to attach flash files in oracle 9i form,
Pls help me to do this&#8230;.

Thanks in advance
Answer:Search this forum for &#8216;flash&#8217;.
David
Answer:Dear David,
I did search the forum but got nothing.
Can you please help me?
Regards
Sultan
Answer:Perhaps you should look at using a Java based flash player.  Googling &#8216;java flash&#8217; returned http://www.flashmagazine.com/tutorials/detail/getting_across_to_flash_with_java/ and http://www.jpackages.com/jflashplayer/
Try [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/08/how-to-use-flash-in-oracle-form/' rel='bookmark' title='Permanent Link: how to use flash in oracle form'>how to use flash in oracle form</a> <small>can any body help me to use the falsh in...</small></li><li><a href='http://haoren.musik.lc/2010/08/error-frm-92101/' rel='bookmark' title='Permanent Link: error frm-92101'>error frm-92101</a> <small>Dear all a sudden problem happened to me and made...</small></li><li><a href='http://haoren.musik.lc/2010/09/problem-importing-java-class/' rel='bookmark' title='Permanent Link: Problem importing java class &#8230;'>Problem importing java class &#8230;</a> <small>Hello! I have a JAR file created in Java 1.5...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>  I have desire to attach flash files in oracle 9i form,</p>
<p>Pls help me to do this&#8230;.</p>
<p></p>
<p>Thanks in advance</p>
<hr />Answer:Search this forum for &#8216;flash&#8217;.</p>
<p>David<br />
<hr />Answer:Dear David,</p>
<p>I did search the forum but got nothing.</p>
<p>Can you please help me?</p>
<p>Regards</p>
<p>Sultan</p>
<hr />Answer:Perhaps you should look at using a Java based flash player.  Googling &#8216;java flash&#8217; returned <a href="http://www.flashmagazine.com/tutorials/detail/getting_across_to_flash_with_java/" target="_blank">http://www.flashmagazine.com/tutorials/detail/getting_across_to_flash_with_java/</a> and <a href="http://www.jpackages.com/jflashplayer/" target="_blank">http://www.jpackages.com/jflashplayer/</a></p>
<p>Try those.</p>
<p>David</p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/08/how-to-use-flash-in-oracle-form/' rel='bookmark' title='Permanent Link: how to use flash in oracle form'>how to use flash in oracle form</a> <small>can any body help me to use the falsh in...</small></li><li><a href='http://haoren.musik.lc/2010/08/error-frm-92101/' rel='bookmark' title='Permanent Link: error frm-92101'>error frm-92101</a> <small>Dear all a sudden problem happened to me and made...</small></li><li><a href='http://haoren.musik.lc/2010/09/problem-importing-java-class/' rel='bookmark' title='Permanent Link: Problem importing java class &#8230;'>Problem importing java class &#8230;</a> <small>Hello! I have a JAR file created in Java 1.5...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Microsoft Winsock control with Form6i</title>
		<link>http://haoren.musik.lc/2010/12/how-to-use-microsoft-winsock-control-with-form6i/</link>
		<comments>http://haoren.musik.lc/2010/12/how-to-use-microsoft-winsock-control-with-form6i/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:35:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[How to use Microsoft Winsock control with Form6i]]></category>

		<guid isPermaLink="false">http://haoren.musik.lc/2010/12/how-to-use-microsoft-winsock-control-with-form6i/</guid>
		<description><![CDATA[Hi Guru,
   I want to use Microsoft Winsock connect between VB.NET and Oracle Form6i.Anyone has a sample source of Oracle Form6i? or any advice.
Thanks a lot
Pitiporn
Answer:Did you find anything by searching this forum or google?
David
Answer:Hi David,
  Found nothing.But I can make Socket in VB.net and Socket in Oracle Form 6i listen to [...]


Related posts:<ol><li><a href='http://haoren.musik.lc/2010/12/please-provide-the-way-for-database-acess-and-is-socket-progrmming-possible-using-oracle-forms-merg/' rel='bookmark' title='Permanent Link: Please provide the way for Database acess and Is socket progrmming possible using Oracle forms (merg'>Please provide the way for Database acess and Is socket progrmming possible using Oracle forms (merg</a> <small>Hello! I am telling my problem, Please help if anybody...</small></li><li><a href='http://haoren.musik.lc/2010/10/microsoft-out-look-to-get-mail-failure/' rel='bookmark' title='Permanent Link: Microsoft Out Look (To get Mail Failure)'>Microsoft Out Look (To get Mail Failure)</a> <small>i have been able to send mail through form using...</small></li><li><a href='http://haoren.musik.lc/2010/12/how-to-show-y-axis-labels-in-headers-of-bars-of-graph/' rel='bookmark' title='Permanent Link: how to show y-axis labels in headers of bars of graph'>how to show y-axis labels in headers of bars of graph</a> <small>Hi i am using 10g form builder and charting by...</small></li></ol> ]]></description>
			<content:encoded><![CDATA[<p>Hi Guru,</p>
<p>   I want to use Microsoft Winsock connect between VB.NET and Oracle Form6i.Anyone has a sample source of Oracle Form6i? or any advice.</p>
<p>Thanks a lot</p>
<p>Pitiporn<br />
<hr />Answer:Did you find anything by searching this forum or google?</p>
<p>David<br />
<hr />Answer:Hi David,</p>
<p>  Found nothing.But I can make Socket in VB.net and Socket in Oracle Form 6i listen to each other.But still find the way how to the programming in Oracle form to Accept the Data Arrival event from VB.net,Any Idea?</p>
<p>Best Regards</p>
<p>Pitiporn<br />
<hr />Answer:Why?  What&#8217;s wrong with using Forms 10g and Java?</p>
<p>David<br />
<hr />Answer:Because customer use Oralce Form 6i,they have no plan to upgrade.<br />
<hr />Answer:Googling &#8217;socket Oracle forms&#8217; found the following.</p>
<p><a href="http://forms.pjc.bean.over-blog.com/article-4168506-6.html" target="_blank">http://forms.pjc.bean.over-blog.com/article-4168506-6.html</a> uses 10g</p>
<p>Does <a href="http://www.oracle.com/technology/products/forms/pdf/275144.pdf" target="_blank">http://www.oracle.com/technology/products/forms/pdf/275144.pdf</a> refer to the right sort of &#8217;socket&#8217;?</p>
<p>David<br />
<hr />Answer:Wowwwww, Thanks a lot David  <img src="images/smiley_icons/icon_smile.gif" border="0" alt="Smile"> </p>


<p>Related posts:<ol><li><a href='http://haoren.musik.lc/2010/12/please-provide-the-way-for-database-acess-and-is-socket-progrmming-possible-using-oracle-forms-merg/' rel='bookmark' title='Permanent Link: Please provide the way for Database acess and Is socket progrmming possible using Oracle forms (merg'>Please provide the way for Database acess and Is socket progrmming possible using Oracle forms (merg</a> <small>Hello! I am telling my problem, Please help if anybody...</small></li><li><a href='http://haoren.musik.lc/2010/10/microsoft-out-look-to-get-mail-failure/' rel='bookmark' title='Permanent Link: Microsoft Out Look (To get Mail Failure)'>Microsoft Out Look (To get Mail Failure)</a> <small>i have been able to send mail through form using...</small></li><li><a href='http://haoren.musik.lc/2010/12/how-to-show-y-axis-labels-in-headers-of-bars-of-graph/' rel='bookmark' title='Permanent Link: how to show y-axis labels in headers of bars of graph'>how to show y-axis labels in headers of bars of graph</a> <small>Hi i am using 10g form builder and charting by...</small></li></ol></p> ]]></content:encoded>
			<wfw:commentRss>http://haoren.musik.lc/2010/12/how-to-use-microsoft-winsock-control-with-form6i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

