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 strongm 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: krishnarjunrao
  • Order by date
  1. krishnarjunrao

    how to overcome R6003 error without recompiling

    Hi, I have an application which was generated using Clipper 5.2 and RTLink. Unfortunately we lost the source and now we are getting R6003 run-time error. Is there any way to overcome this problem without re-compiling the code? [ there is no code at all :( ]
  2. krishnarjunrao

    Reading the hard disk serial number

    you need to run 'vol' command in the OS and should redirect that output to a text file. Then use oracle built in package to read that text file and take the volumne serial number as a text string.
  3. krishnarjunrao

    Connecting to Oracle 9i database using Oracle forms 6i

    Exexute 'Net 8 Easy Config' option from windows start->oracle menu. create a listner. or copy all the files in oracle->ora91->network->admin to d2k->net80->admin or find a system where d2k 6i connected to oracle 9i, copy the files from above said directories to their corresponding folders...
  4. krishnarjunrao

    Clipper is still being used?????

    Hi ! We have more than 70 applications developed using clipper 5.2e, they are performing well... clients are happy and they are not asking for any fancy changes. It is very nice to use this compiler. For GUI we are using Developer2000.
  5. krishnarjunrao

    how to supress or deactivate the function keys in d2k

    I got the answer :) put null in trigger KEY_EXEQRY trigger ( in KEY triggers )
  6. krishnarjunrao

    calculate a text box on a 6i form

    -- place a text box to enter numbers say "t1" multiline -- row varchar2 -- place a push button to write code in the trigger -- place a text box to display the sum value say "t2" -- logic = checking the enter key to divide the numbers -- type numbers in a text box and press enter after each --...
  7. krishnarjunrao

    its been 5 years that i haven't been programming

    Hi Horev ! Now a days web development is on raise, please go for PHP. It is similar to clipper and much more. It is very easy for a clipper programmer to shift to PHP. You can develop standalone as well as web enabled applications using PHP. Try PHP and you will find Clipper in it.
  8. krishnarjunrao

    how to supress or deactivate the function keys in d2k

    i want to suppress the function keys in d2k at run time. i'm getting execute query by pressing F8 even when there is no need for that option on that screen.
  9. krishnarjunrao

    How to change the icon of an MDI window in Oracle Forms

    Hi! I'm unable to change the icon of an MDI window in Oracle Forms 6i on Windows XP. If anybody know please help me.
  10. krishnarjunrao

    How to create a hierarchy tree in oracle forms 6i

    I'm getting "Assertion Failed" error.
  11. krishnarjunrao

    How to change the font in a oracle form using c language

    Hi ! I had an application developed using Forms 6i, it has 28 forms. Now I want to change the font in all the forms with one go. Can anyone suggest an easy way to do this.
  12. krishnarjunrao

    How to create a hierarchy tree in oracle forms 6i

    I'm unable to start the HTree. I tried to see in the books, but unable to find it in the books.
  13. krishnarjunrao

    How to create a hierarchy tree in oracle forms 6i

    Please give an example. I'm unable to create htree.
  14. krishnarjunrao

    How to create a hierarchy tree in oracle forms 6i

    Hi ! I'm using Oracle 9i + Forms 6i. I want to create a heirarchial tree structure in forms, can anyone help me ? Thankyou.
  15. krishnarjunrao

    how to connect forms 6i to dbase .DBF file

    How to connect oracle's developer forms6i front end with dbase's .DBF file. I want to create a program with forms 6i as frontend and dbase DBF files as backend. please help. Thankyou.
  16. krishnarjunrao

    how to generate harbour compiled executables

    Hi ! I'm a regualr user of clipper compiler. Recently I tried to compile one program with Harbour compiler. But it gave C source as output. How can I generate an executable file ?? I tried to compile the C source file with C compiler, but no use :( I'm getting problems. Please give me a hint...
  17. krishnarjunrao

    how to create a .exe file using harbour compiler

    Hi ! I'm trieng to develop a small program in harbour, but unable to generate an .exe file using harbour compiler. Please give some tips to generate an executable file using harbour compiler. thankyou.
  18. krishnarjunrao

    d2k 6i not connecting to oracle 9i database

    Hi I tried the net8 easy config, but still unable to connect :( can you please give more details... thankyou.
  19. krishnarjunrao

    d2k 6i not connecting to oracle 9i database

    can you please give full details about modifying the TNSNAMES file in oracle home ?

Part and Inventory Search

Back
Top