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 TouchToneTommy 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: vadnagra
  • Content: Threads
  • Order by date
  1. vadnagra

    Crystal reports Export to Excel

    I have a crystal reports which has a group header. When I export the report to excel, I don't want to export the group header/s. I want only the header and details. It works if I suppress the group header, but then it doesn't show on the report on the screen as well. Any help will be...
  2. vadnagra

    VBA Script to Open Lotus Notes email

    I am trying to open a Lotus Notes (V8.0) email from within an excel workbook (VB Script). I want to set the subject line and body of the email via the code, but then have the email open up so that I can manually enter the Receipient list of names. This is how the current implementation works...
  3. vadnagra

    Where to code for a keydown action

    I want to be able to take a particular action when the user presses an "F" key from anywhere within the application. Where should I be coding for this. I tried to create a keydown event in the application object but that won't work. Any ideas?
  4. vadnagra

    Inserting a group in a datawindow

    I have a datawindow which has 2 groups already defined. I want to add another group but I need this to be the 1st group on the dw. How can I do this (if at all possible), without deleting and recreating the 2 existing groups?
  5. vadnagra

    Multiselect from the dropdown listbox

    I'm seeing a lot of documentation on "Set the ExtendedSelect or Multiselect property to true" for a drop down listbox, but I can't see that property in the control. I tried setting it through code as well "This.ExtendedSelect = TRUE" - even this does not work. Has anyone ever used it? Do you...
  6. vadnagra

    Multi Line Edit Control - wrapping text

    I have a text type database field. I am reading it into an event in Powerbuilder, into a BLOB datatype and displaying it in the MLE as String(blob variable). The issue I have is that the entire data shows in one line - how do I get to wrap the text based on the width of the mle ?
  7. vadnagra

    Sqlsyntax for a nested window

    How do you find the sqlsyntax for a nested datawindow ? The sqlpreview event shows only the sqlsyntax for the main datawindow ?
  8. vadnagra

    debugging a server application

    I have a client and a server component in PB. I put a breakpoint in the server application - some of the breakpoints on the server side show up when I run the application, but one particular break point does not show up. The application seems to be hanging, but when I continue it seems to be...
  9. vadnagra

    Computed field in the header shows only on 1st page

    I have a computed field in my header whose value gets set in the retrieveend even with the dot notation. However when the report goes into the second page, those values don't show. The values show only on the 1st page header. The dot notation used is...
  10. vadnagra

    Which even triggered when a datawindow is closed

    I have a datawindow and I am toggling between visible and invisible depending on some logic. I have now added the control menu to the datawindow, so that the user can click at the right top corner to close the datawindow itself. How can I sense when the user is closing the datawindow...
  11. vadnagra

    Message Box Text Color

    Is it possible to change the color of the text within the messagebox ? I want to show one of the lines in the Messagebox in red/bold.
  12. vadnagra

    Drop down datawindow behavior

    I have a drop down datawindow created from a Country view. The fields are id and name. The primary datawindow created from another table has the field country id and the above dropdown datawindow is linked to this field. The country table has country id 0 for "Inapplicable". When my...
  13. vadnagra

    Powerbuilder and MS Word (Mailmerge)

    I am using dde to connect between pb and Word to call a word template. I have a macro in my template which is called by the dde connection. The macro calls the functionality to mail merge data between a SQL server database and the word template and save the resulting merged document. This works...

Part and Inventory Search

Back
Top