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 Mike Lewis 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: *

  1. GGardiner

    VB6 to VB.net 2005 conversion problem

    Hi all, I have recently converted a VB6 app to VB.Net 2005 using the standard conversion routines (for my sins). After hopefully patching up most of the code I have run into a problem with the My.Application namespace; the OpenForms property is not a member of the namespace despite having...
  2. GGardiner

    Combo dropdown list right alignment

    Hi all, I have a combo on the right edge of a form, with a width of 200 and a dropdown width of 300. On non-800x600 screens everything is OK, however, on 800x600 screens the right hand portion of the dropdown (and scroll bar) is off the screen! Is there anyway to have the dropdown list right...
  3. GGardiner

    IIF / CASE in SQL Statements

    Hi All, Can anyone tell me if is possible to use CASE or IIF functions in a SQL statement running against Relativity 3.2? George
  4. GGardiner

    GetWindowRect API

    Thanks for the suggestion, but, (there is always a but) it gives me the same results.
  5. GGardiner

    GetWindowRect API

    Hi All, I have a problem, which I hope someone can help with. I am trying to sub-class the data picker control (because you cannot key 010103 as a date into it). I have written a VB6 ActiveX control that will place a textbox over the text portion of the datapicker (using the GetWindowRect...
  6. GGardiner

    MISSING DATA

    DavidA, I am using the same setup and have experienced this sort of thing (in my case the report was completely blank!). It turned out to be a timing thing, the data was not fully committed to the database before the report was shown. I have found that if you do a sleep(1000) just before the...
  7. GGardiner

    Differences exporting crystal

    Thanks all for replying. Parm, we have also experienced this problem, however, clicking the refresh button on the preview window will sort this out (which it didn't in this case). A simple sleep(1000) just before the report is displayed seems to fix the problem.
  8. GGardiner

    Differences exporting crystal

    Thanks for taking the time to reply synapsevampire. The report could not be simplier. The VB generates a table in a local Access DB. The report itself, groups the figures and the group footer sum displayed. When the report is displayed to a window, the first figure displayed is 318,752.56...
  9. GGardiner

    Differences exporting crystal

    Hi all, I have a crystal report version 7, that is running on a customers machine. When they produce the report to a window one of the group footer figures, is wrong, however, when this 'wrong' report is exported to .rtf, the figure is correct. Someone please help before I go mad! Thanks in...

Part and Inventory Search

Back
Top