Are you trying to run your form from Forms Builder? Have you started the OC4J? Is there some error message? You might find this tutorial for Oracle10g Forms / Reports useful.
The hotfixes actually didn’t make a difference. I tried to run manual shadow copies during the day when I knew nothing could be causing a conflict. This still failed so I thought maybe the shadow copies are failing because of disk space (even though just under 1 GB was free) I checked and the shadow [...]
Can you select the email – put a check mark next to them – and then select ‘forward’? This will open a new memo with the selected email included. Not sure exactly you can send as attachments…but some work around to forward required mails.. 1.From the mailbox select the mails you want to forward to(using [...]
I may be mistaken, but my understanding was the proxy, (whether it is a router running iphelper or a windows DHCP proxy), provides the network it wants the IP for in the request. The main DHCP server responds with an IP from the appropriate scope. As long as the DHCP proxy knows the subnet the [...]
Here is an example on how to capture video, image should be even easier. Take a look at this question/answer for sample code. Feel free to ask if you have any questions.
Hi, Try to use a NAT network in the guest machine, this way you will use the same network in guest and virtual machines. If you want to use another ip address in the guest machine, then create a bridged network between the host and guest machines. Refer to this guide for more information. Hope [...]
Hii.. Open configuration document an navigate to Router/SMTP -> Restriction and Control -> Delivery Control and please be confirm that “user rules mail forwarding” is Enabled or not. Cheers, Asim Ahmed Lotus Admin
Give it a try. This might help: http://www.stevieg.org/2010/11/shared-exchange-calendars-on-ios-devices/ Good Luck.
Please try out this …. Click Start menu > Run > gpedit.msc In the Local Group Policy Editor click to expand the folder and you will get Local Computer PolicyComputer ConfigurationAdministrativeTemplatesNetworkOffline Files Allow or disallow use of offline files feature….: Enabled Prohibit user config….: Enabled Sync all offline files when logging on….: Enabled Sync all [...]
HDD Unlock Wizard is a user-friendly application which allows you to easily remove HDD password. IDE and SATA hard disk drives are supported. Both User and Master password can be removed. Please note that while unlocking, HDD Unlock Wizard will erase and re-certify the drive, meaning to say all data in the disk is lost [...]
Have you tried resetting the IP stack AND winsock with WinsockXPfix.exe? try that next. Here is a link: This could also be a NIC issue. Try going into device manager, delete the NIC. reboot, then reinstall the drivers. If that works then fine. If not, then try the winsockxpfix as stated above. Releasing and renewing [...]
Network switches don’t have IP addresses which normal network users would need to know. The IP address is only used to manage the network switch. Even if you had the IP address of the network switch you won’t have access to log onto the operating system of the network switch. Without knowing the IP address [...]
Dane I RPG it’s: %date(mydt80:*iso0) but I don't think that SQL has an ISO0 so it's Date(substr(char(mydt90).1.4) || '-'|| substr(char(mydt90).5.2) || '-'|| substr(char(mydt90).7.2) , ISO) Phil ————– kccrosser Cast and Convert allow converting to/from datetime and strings easily, and supports multiple different ISO and non-ISO formats. Convert(datetime, <inputvar>, 114) will convert a string of the [...]
Generally, you cannot reference a column that is calculated in the Select clause in the Where clause. I have seen code where people have tried to do this and usually wound up duplicating the same calculation expressions in both the Select and Where clauses, which is very costly. More importantly, you should really try to [...]
Have a look at the following article. It should help you. Hi there, 2.1 Installing Windows 2003 Server (first Domain Controller) Steps: 1. Log on as Administrator to the Member Server. 2. Click Start, and then click Run. 3. In the Run box, type “dcpromo” and then click OK. 4. On the Welcome to the [...]
ENABLE #DELETES FLASH: VLAN.DAT 2 TIME ENTER ___________________________________________________________________ In configuration mode, use: no interface <VLAN#> where <VLAN#> is the name of the VLAN you want to remove. *********** If you are going to remove some VLANs and not all the VLANs, just issue a no command to that VLAN. ex: Switch(config)#no VLAN 10 The access [...]
It sounds like you have the actual comma separated content in a variable which you are able to print to the screen. If all you are looking for is to write that content to a file you can check this tutorial: The useful code snippet is: <pre> $myFile = "testFile.csv"; $fh = fopen($myFile, 'w') or [...]
My company uses Xshrink and it works well. The program claims it shrinks excel files to 95% we find it does about 20-30% which works for me. The free trial can be found here and the full version will run you about $60. If anyone has a FREE solution I would love to hear about [...]
Assuming that you have a column with distinct values to show you which rows are which between the two tables this can be done with a simple update statement. <pre>UPDATE TableA SET TableA.A1 = TableB.B1, TableA.A2 = TableB.B2 FROM TableB WHERE TableA.A3 = TableA.B3</pre> If you are worried about creating one massive transaction you can [...]
Look at the SQL Log for additional information on the error. It appears to be a failed login. Here is an msdn article about it. You might try running a trace on the sql box while you attempt to create the odbc connection. does the person creating the odbc connection have rights to the sql [...]







