Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yodaa
  • Content: Threads
  • Order by date
  1. yodaa

    Discard target="_top" for external page in iframe

    Hi, I wish to create a basic page using an iframe. The iframe will contain a login page for a system we have purchased and can't modify. When you hit the login button, the welcome page will load on top of the page because since the target is set to top. The reason for why I wish to use an...
  2. yodaa

    Discard target="_top" in external page in iframe

    Hi, I wish to create a basic page using an iframe. The iframe will contain a login page for a system we have purchased and can't modify. When you hit the login button, the welcome page will load on top of the page because since the target is set to top. The reason for why I wish to use an...
  3. yodaa

    Scheduled reports stuck in "Running" state

    Hi, I'm using CR Enterprise 10 on a server to schedule a number of reports. As of yesterday the reports haven't run, the're stuck in "Running" mode. I can't see any messages that could be of help. This has worked fine for about a month. The only change on the server is that I the day before...
  4. yodaa

    Alter the size of aVARCHAR2 column in a VIEW

    I have created a View in Oracle 10g where one of the columns is a VARCHAR2(4000). I want to change that VARCHAR2 column to a VARCHAR2(255) because I'm having problems with using the field in a formula in Crystal Reports 8 since CR8 can't use fields > 255 characters in formulas. Is it possible...
  5. yodaa

    Request propagation (multimaster replication) from trigger?

    I'm looking for information regarding multimaster replication in Oracle 10g. I've found out that asynchronous replication would suit our needs well. The exception is the data conflict that occurs when two users at the same time creates a new record in the exact same table in their local...
  6. yodaa

    Trigger with embedded select that returns multiple rows

    Hi, I have a problem with a trigger. Three tables are invovled in the process. Table a pID, aID Table b pID, bID, bNum, bType The tables above are the source tables and shall be used to populate Table c. Table c should contain values from the tables above as seen below. Table c pID, aID, bID...
  7. yodaa

    Full path of link to relative

    Hi, I'm having som diffulties with links here. Is there a way of taking the full path of a link: /a/b/c/d/e/f/link > /a/b/c/link_target and make it relative? Thanks, yodaa
  8. yodaa

    CR 10 to 9 - doable, but HOW?

    Hi, I've read in a couple of places that you can convert reports designed in CR 10 to CR 9 format and that these versions are interchangeable. I just can't figure out how this is done. How can I change my CR 10 reports to CR9? I'm using Crystal Reports 10 Developer Edition. Thanks, yodaa
  9. yodaa

    Connection closed without indication.

    I have the strangest problem. I'm connection to a server (Linux machine) within our intranet using Apache's commons package. When I execute a simple java code on my Windows XP machine everything works as it should but when I use the code as a package for a servlet code (running on Linux) things...
  10. yodaa

    PHP5 on Tomcat4

    Hi, I'm really stuck with a problem here. I'm trying to install PHP5 for Tomcat 4 and can't get it to work. I follow the tutorials and guides and nothing works. The PHP5 source seems to be missing something, I believe. Is there anyone that has made this work? I'm trying the steps describe in...
  11. yodaa

    Export/Import to recover database

    Hi, I'm trying to recover a database by importing a full export dump. This does not work as I wish. My procedure for doing this is: 1. Create dump directory "dmp_dir" in SQLPLUS 2. Export the database using: expdp user/passwd@dbname full=yes directory=dmp_dir dumpfile=dmp.dmp...
  12. yodaa

    Verify linux password

    Hey, Is it possible to add a procedure in a java server code that receives 2 strings from a client and verifies that the data received corresponds to a valid user+password in a Linux network? Thanks. /yoda
  13. yodaa

    Acrobat version supported in Crystal Enterprise 10

    Hi, Does anybody know what version of Adobe Acrobat / PDF that is used by Crystal Enterprise Professional 10 when exporting / storing a scheduled report as a PDF?. Can't find this information anywhere. Thanks. /yoda
  14. yodaa

    Disable wrap in text field

    Hi, I have a frustrating issue with CR 8. I've desinged a report that is "imported" into an application my company has purchased. This app. does only support CR 8 reports so we are locked to this version of CR. In the application a user creates a searh filter which is applied to the report...
  15. yodaa

    Troublesome replaceAll

    Hi, I'm trying to use java.lang.String.replaceAll() to replace a string that exists within a string with no luck. I'm developing a smaller search engine and want to remove any occurrences of "common words" in query string. The common words are stored in an ArrayList. The code is as follows //...
  16. yodaa

    From ASCII code to character

    I need to convert some ASCII-code to characters but find no way to do this. I know how to get a character's ASCII-code, but no ideas of how to get the character of an ASCII-code. Anybody outhere that knows the way? Thanks!
  17. yodaa

    Regexp question

    Hi all, I've tried and tried but I only fail and fail. My problem, a regex query on some XML data. I have some data File 1 <user> <username>abcabc</username> <name>Yo Daa</name> <email>yo.daa@tektips.com</email> </user> <customer> <name>David Dave</name>...
  18. yodaa

    SQL-like queries on XML, exists?

    Hi all, I wonder if there exists a tool/language that is similar or atleast has some of the functionalities of SQL when making queries on a number of XML documents (>100). One central XML file contains paths to the other XML files. Is there a way of making a sort of SQL query on these docs? My...
  19. yodaa

    Client/Server + globals

    Hi there, I have question about Tcl-servers. I have a rather simple server that does som file transfers, built on the hand-shake method. My question is this. Is there some abovious danger of storing information into global variables. And with information I don't mean port and data such paths...
  20. yodaa

    tDOM - update node value - nodeValue

    Why can't I update the value of a node in my XML file? I can add new nodes with values to the file with "dom createNodeCmd" command, but changing values in the file doesn't work. I get the "NO_MODIFICATION_ALLOWED_ERR" error on the line " $node nodeValue "10000" ". Does anybody have a clue of...

Part and Inventory Search

Back
Top