Hello expert,
Can anyone share the experience to upgrade the Oracle Application Server from 9i to 10g? Do we need to re-compile all the forms and reports or external prcedures? Do we need to change any configuration on the developers' desktops and on the server? Do we need to change anything...
Hello expert,
I have a continuous form (Data Entry is Yes) with the following 2 cascading combo boxes.
1. Batch Type - Unbound, 1 column, string.
2. Doucment Type - Bound, 3 column, the bound column is 1, integer.
The value of the Document Type is dependent on the selection of the Batch Type...
Hello barny2006,
Thank you for your reply.
I have figure out how to deal with the date format in forms. Actually I can just specify the yyyy/mm/dd in the field's Format property. It works like a charm.
Any help for the Subform and 2105 error?
Furthermore, I don't understand why when the...
Hello expert,
Please help me with the following problems. I have spent ages to resolve
them but no luck.
I have two forms.
(1) "Document Reception Input Form" is the main form. The search field
Document ID is unbound combo box. The table is Documents.
(2) "Document Reception Subform" is...
Hello PHV,
Thank you for your info.
I want to know:
1. Is there any command such as "touch" to modify the mofication time of a directory?
2. How to add the logic also to check the last modification time of the directory to the following command? The last modifcation time of the directory...
I have the command how to delete empty directories within a directory. But I need to add the criteria that the creation date of the directory must be older than 1 day from today.
find ${purge_dir_path} -type d -depth -exec rmdir {} \;
How to add this criteria? How to change the creation time...
Hello mrregan,
Thank you very much for your reply. This is what I need. However, I don't know how to plug in the zipfile name. I want the file name to be the origianl file name with zip extension. e.g. abc.log -> abc.log.zip
=======================================
mrregan (MIS) Jan 19...
I have a directory containing sub-directories and files. How can we locate all the files are older than today's date and zip it? If the file is already zipped, skip the file?
Hello Mike,
It is great info. However, my company didn't want to have the perl called form ksh. They wants the perl executed all by itself.
In that case, I don't think Perl can share export valuables if it is written in ksh.
Hello expert,
I have a ksh exporting all variables. And I want the Perl script to use it. I tried System() but no luck. How can I source ksh from Perl?
Hi expert,
Thanks for your reply.
I found out now.
1. Sometimes the layout editor is locked without a reason. But when I minimize and maximize the form few times, the lock is released automatically.
2. Technically, I need to move backward or forward (from the menubar) the object to get...
I have the similar problem but my problem is - I want the spaces between labels and data field consistent. E.g.
Name: ABC Company
Place: USA
Number of Hours: 8
But on my reports, it shows:
Name: ABC Company
Place: USA
Number of Hours:8
The font that I used is Times New Roman...
Hi expert,
I'm new to Oracle report. I think that I did something wrong. Now when I can't move the fields on the Report layout model screen any more. When I click on the boilerplate, the item can be highlighted. But when I click on the fields, the fields portion just like disabled.
I have...
Hi expert,
How can I work around with the merge condition like this with the If..Then..Else Word fields?
Merge Fields: Merge_field_1, Merge_field_2, Merge_field_3
If (Merge_field_1 is not null) then
text = "see note"
Else
text = Merge_field_3
End If
Thank you for your reply.
I'm using a delimited flat file. Basically it is a text file. In Word XP (i.e. Word 2002), Microsoft changed the data source to "Receiptant List". How can I select more than one "Receipant List"?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.