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 Chriss Miller 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: tpbjr
  • Content: Threads
  • Order by date
  1. tpbjr

    Customer Tab and command buttons?

    Hi, I have the wonderful task of modifying an SAP program. The screen has a tab control and a customer (custom) tab labeled 'Art Prod'. When I click the Art Prod tab there is nothing in that tab. However, there is another screen that does have two command buttons. I have stepped through code...
  2. tpbjr

    Hot Spots in ALV grid and returning to the grid?

    Hi, I am like a new born baby to ABAP so please help and bare with me. When using a hotspot on the grid to go to another form/program, is there a way to get back to the ALV when clicking the SAP green back button while in the form/program that you went to from the hotspot? If you could...
  3. tpbjr

    Building a SELECT result into a variable?

    Hi again everyone, This is kind of the second part to my chr(10) issue. I have a process that attempts to INSERT but when throws an exception (DUP_VAL_ON_INDEX) I need to detect that a related child record(s) exists. If a child record exists then I have to delete the child record(s) but first...
  4. tpbjr

    How to do a linefeed inside PL/SQL?

    Hi, I am trying to figure out the syntax for a linefeed in the UNIX environment for PL/SQL. I tried the following as a test but the result is not what I want. What I am actually doing is building a variable with a message. In this message I need to move to another line sometimes. I appreciate...
  5. tpbjr

    How do I join two group by queries to find an amount difference

    Hi All, This one is going to be lengthy but it is necessary to have you fully understand my problem. I have a table with a debit/credit (C/D)indicator and an amount, along with other key fields. I am trying to have a query give back as few records as possible where the the C/D records are...
  6. tpbjr

    Hiding Columns in a Databound Datagrid

    Hi, Does anyone know of an easy way to hide columns in a databound datagrid (Windows form). I programmatically have created the dataadapter, connection, and dataset. How can I programmatically hide the first two columns. In addition, if the columns are hidden, will I still be able to populate...
  7. tpbjr

    Datagrid - Databound issue

    Hi, I have been struggling with this problem for a week now. I have a login table that has a relationship of one to many with a look up table. I want the data grid to be bound to the look up table (tblDoctorType). This table only has AutoID, UserID and DoctorType fields. Lets say that the...
  8. tpbjr

    Replacing Text Globally?

    Is there a way to do a global replace on a files content in a directory? For example, I want to change ‘exports1’ to ‘exports’ in all files with an extension of ‘ksh’ (*.ksh). Thank you for all your help www.besware.com Tom
  9. tpbjr

    What does (+) mean?

    Hi I have a query in a report that I am analyzing and do not know what (+) does. I would think it means all records from the given table (b.vendor_cd) but I am not sure. I appreciate your input. where a.plant = c.plant and a.component = c.item and...
  10. tpbjr

    How can I create an empty file.

    Hi All, Is there a way to create an empty file from with in PL/SQL? I want to create an empty file from with in PL/SQL if child records are found in a table. Then when PL/SQL returns to the UNIX script I will check for the existance of that file and if it exists I will send an email. I know...
  11. tpbjr

    Rounding/Truncate issue

    Hi, I am having a problem with a group by query that sums up a field that is defined as NUMBER(10,2). The result that comes back is dropping off the 2 place holder on the right side of the decimal. Is there a way to sum and show both digits? select journal_type, dr_cr_ind, sum(post_amt) from...
  12. tpbjr

    Finding Records that match but dollars are different

    Hi All, I have a table with year, quarter, item, and four different dollar fields. I am trying to build a query that will display records that have year, quarter and the first 8 out of 16 positions of the item field that match but only if at least one of the dollar fields are different...
  13. tpbjr

    Visual Studio Installer Help - Executing an executable during setup.

    Hi again everyone, This is a take off from my other issue with CRW - thread222-1177001 which now has a solution thanks to everyone here at Tek-Tips. I now have a fix to the CRW issue but I wanted to be able to have the installer execute the JET35SP3.EXE file during the install instead of the...
  14. tpbjr

    Error 20534 Error Detected by Database DLL

    Hi all, I just want to say thank you very much for getting me this far. I have completed all aspects of my code changes from DAO to ADO. Unfortunately, my crystal reports are causing an error when I try to print or preview them on the screen. It works fine on my developement machine but on a...
  15. tpbjr

    Error 429 (ActiveX Component can't create object.

    Hi Everyone, I have tried to resolve two errors that have been reported with my application, with no success. The other error with the same application was error 713 (please refer to another post that I made and tried the suggestions without success). Post thread222-1155350 My application...
  16. tpbjr

    SQL doesn't remember my default Server Name

    Hi, I set SQL up and followed the instructions to set up an NETSDK name and I have the checkbox checked to start the service everytime windows starts. Now my problem: Everytime Windows starts the SQL Server icon in the system tray has a empty white circle instead of the white circle with a...
  17. tpbjr

    Making SQL remember the server to start up during Windows start up

    Hi, I set SQL up and followed the instructions to set up an NETSDK name and I have the checkbox checked to start the service everytime windows starts. Now my problem: Everytime Windows starts the SQL Server icon in the system tray has a empty white circle instead of the white circle with a...
  18. tpbjr

    FORM BUILDER (DEBUG vs Client/Server)

    Hi Everyone, Posted this in the Oracle group but I think it should have went here! I have this problem when I run a form in debug but not in client/server mode. I am in form builder 6.0 and when I execute the debug mode I get a the following message quickly, "Cannot load Function Body...
  19. tpbjr

    FORM BUILDER (DEBUG vs Client/Server)

    Hi Everyone, I have this problem when I run a form in debug but not in client/server mode. I am in form builder 6.0 and when I execute the debug mode I get a the following message quickly, "Cannot load Function Body GET_ERROR_MESSAGE (unresolved ref to <Unknown Program Unit>). Load...
  20. tpbjr

    ERROR 713

    Hi Everyone, I get the following error when my InitializeDatabase subroutine executes. Error 713 (Class not registered. Looking for object with CLSID:{00000010-0000-0010-8000-00AA006D2EA4}) The code in this subroutine is: On Error GoTo InitializeDatabase_error Set gDB =...

Part and Inventory Search

Back
Top