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

    Problems with combobox

    At present I can't debug uisng the emulator...I can only run it in "start without debugging" ...I believe that I may need to re-install...the error occurs as soon as it hits cboStops.ValueMember = "StopID" I making an assumption that there is data...if I comment this line out the code works...
  2. krill

    Problems with combobox

    Getting the folowing error when loading a pocket PC form... Error: "DataRowView to type String is not valid" Code: Dim xtrXML As New XmlTextReader(FsXML) statesDS.ReadXml(xtrXML) xtrXML.Close() FsXML.Close() ' Get a DataTable to conveniently use for...
  3. krill

    SQL Server 2000 Reporting Services

    I have started to use the product..it looks promising...there are areas that crystal is a more mature product...little things like the ability to syntax check expressions, changing page layout seems confusion,some form of highlighting system to let you know what fields are active in the report...
  4. krill

    Crystal Licensing!!!

    Hi chaps Just wanted to bitch to somebody regarding "business objects" new licensing stuff... At present I sell a VB based appplication that uses the crystal reports api that incurrs a license cost of approx $300+ per machine..this fee goes to "Business Objects" and we...
  5. krill

    exporting to pdf format

    Exporting to PDF and Rich Text format at runtime fails with no error message The information in the article refers to: Report Designer Component 8.5 Applies to: Reported version only Exporting RTF or PDF formats Synopsis A Microsoft Visual Basic application uses the Report Designer...
  6. krill

    Connection to MS SQL Server

    I have a Access Database with a whole series of MS SQL Server links. If I try to retrieve any data from these linked tables I get a SQL server fail message...I'm not what connection string I should use to get access to data via the links..I believe the problem is due to the fact it can't make a...
  7. krill

    Data display problem with Crystal

    You beauty!!!! Works a charm..I own you a beer..next time you are in Brisbane give me a yell:)
  8. krill

    Check if a form is exist

    Have a look at this code...I use this to destroy forms etc.. Public Sub shutdown() ' Comments : ' Parameters: - ' Modified : ' ' -------------------------------------------------- On Error GoTo err_close Dim frmForm As Form Dim f As Integer Dim z As...
  9. krill

    Data display problem with Crystal

    Hi Chaps At present I have developed an application using VB6 using Crystal 8.5 for reporting.All is fine..but I have a form that has a series of text boxs with information displayed. I then have a button that fies off a crystal report that displays the data that is displayed on the form. If I...
  10. krill

    launch pdf file

    A bit crude but here is what I'm using for an applcation.... 'Print Event sheets Private Sub outevent(strWrdDoc As String) On Error GoTo err_ev Dim lngReturnNumber As Long Dim strPath As String Dim intLen As Integer intLen = Len(strRptLoc) If...
  11. krill

    XBase warning error

    Hi chaps.... I'm using Crystal 8.5 with vb6.0.. Using the new designer component to allow users to create adhoc reports... I have a underlying crystal report acting as a template The data source is a crystal view over an access database (97).. When I open the report in the embeded designer I...
  12. krill

    Linking DBF using code

    Can somebody please help me out ! I have external dbf files. I need to create via vb code a actual link between Access97 and the dBAse 5 file..I have code to create links betwween access tables from external databases but I'm struck on dbf files.. If you have a cure can you post some example...
  13. krill

    Automation Error (440) wiht ADO Control & DataGrid

    John did you ever find a solution for this issue..I'm suffering from the same problem...if you can help please let me know. Thanks!!
  14. krill

    ADODC runtime error

    Hi b4bala I'm having the same issue..did you get to solve it... If you did can you please email with your results: gerard_gallagher@health.qld.gov.au Thanks!! Gerard
  15. krill

    Problem with installing visual studio.net

    Hi guys.. Problem with installing visual studio.net on a pC running win 2000 Pro with spk 2. Everything gooed fime until I hit cd 4 ...get an error 1933: can't read copy file readme.htm because of windows protected file or something like that...any ideas guys?! The installation then rolls...
  16. krill

    Writing applications for different databases

    Is any good sources to research this multi-tiers approach. Is this the way that other software companies writes application for multiple databases, or do they have a separate application geared around each individual database. For example I have one company claiming that there application can...
  17. krill

    Writing applications for different databases

    Hi chaps! I need some advice :) At present I have an application that uses vb 6 as the front end and MS Access as the back end. So far no issue! But my clients are asking if we can write the application to run over multiple databases eg. SQL, Sybase and Oracle (My compeditors claim that there...
  18. krill

    Calander

    Hi guys..using the VB 3.0 embeded stuff for the first time. If there a way to create a calander effect like the date picker in standard VB..can't see any components that are handy? Regards Gerard
  19. krill

    Using a reg file

    Hi guys Is there a way in code to install/run a "filename.reg" file from within vb. I have been given a palette.reg file which is used for a charting component from chartfx...and at present you double click the file and it is installed into the registry. Any ideas? Gerard
  20. krill

    Passing password details

    Is there a way to use VB to open or shell out to an external passwor protected application like outlook/groupwise, and pass their user name and password from within the main vb program into the external application. Maybe a way to grab ttheir lofgin window and auto populating the username and...

Part and Inventory Search

Back
Top