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

    User Prompted For Database Login

    Need help quickly please as I'm fairly new to CR 11. I have a crystal report 11 which Is calld from my vb.net app. The database connection is added to the report via database expert using a DSN which is both on my pc and on the server. DSN is saved on the server as a system DSN. Database is...
  2. 1SorryDog

    Crystal Report Viewer - Set Report Title

    I'm using vb.net 2005 with crystal XI which I'm new at. I have a report viewer form called CrystalReportViewer1 My report runs fine with: frmReportViewer.CrystalReportViewer1.ReportSource = strReport '(Path to saved report file) frmReportViewer.CrystalReportViewer1.DisplayToolbar...
  3. 1SorryDog

    SQL Select Statement

    This maybe a dummy question but here goes.... Not sure which SQL forum to post this question but... I have a select statement for an ORACLE (9i) database similar to this: SELECT * FROM MY_TABLE WHERE DESCRIPTION = '1234-GEORGE' The DESCRIPTION field is defined as variable charater. It seems...
  4. 1SorryDog

    Sql Select Question

    This maybe a dummy question but here goes.... Not sure which SQL forum to post this question but... I have a select statement for an ORACLE database similar to this: SELECT * FROM MY_TABLE WHERE DESCRIPTION = '1234-GEORGE' The DESCRIPTION field is defined as variable charater. It seems that...
  5. 1SorryDog

    Sql Select Question

    This maybe a dummy question but here goes.... Not sure which SQL forum to post this question but... I have a select statement for an ORACLE database similar to this: SELECT * FROM MY_TABLE WHERE DESCRIPTION = '1234-GEORGE' The DESCRIPTION field is defined as variable charater. It seems that...
  6. 1SorryDog

    VB6 Default Project Folder

    Anyone know where in the registry to change the default project folder? For example, I open vb, click on existing project tab. This takes me to "C:\Program Files\Microsoft Visual Studio\VB98" folder. Then I have to navigate to my project folder on the file server. My many projects are stored...
  7. 1SorryDog

    General VB Question

    I have an app that runs on a server which use's some ORACLE API calls. I have made some changes to one of the api calls, re-compiled the app and put on server. Now, app gives error message in which I'm sure is related to the api changes that I made. The app runs fine in vb6's ide but not after...
  8. 1SorryDog

    Text Filter For TextBox

    Is there a way to filter text entered into a textbox so as to only allow alphabetic chataters to be typed ?? No special charaters ( !"'./,$% ) allowed as this data is appended to the end of an SQL statement. Any help would be appreciated. Private Sub txtComment_KeyPress(KeyAscii As...
  9. 1SorryDog

    Printing With Common Dialog Control and Win2K

    I have an app that prints two different documents through the common dialog control. I want 3 copies of the first document and only 1 of the second document. The problem is no matter how many copies I set in commondialog, I only get what currently set on the local machine (Win2K). Example: If...
  10. 1SorryDog

    Getting hwnd (Windows Handle) of a citrix window

    Anyone know how to get the windows handle of a citrix window? I need to send data to a citrix window but can't seem to find an api that will work. Any ideas ???

Part and Inventory Search

Back
Top