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

    How to display in the current date column of a crosstab in a date rang

    I have a cross tab that displays trucks that have arrived at their destination. For the columns, I am displaying the received date and for the rows, the truck that has arrived. If the truck has not arrived, (still in transit) the user requests that they display in the current date column of the...
  2. jasperjasper

    Added a field to the stored procedure not showing up in report

    I added a field to a stored proc that my report is based on. I refreshed the database and the stored proc from the server explorer, it displays the new field...however in the field explorer, my report is not showing the new field... What am I missing....
  3. jasperjasper

    Configuring Cross Tab Reports

    I am trying to develop a report which displays data in columns....where the columns are dates and the rows are truck numbers....like so.... 12/15 12/16 12/17 12/18 ----- ----- ----- ----- 123xyz 4343PPP 124POY 112jtj 434KKR 98JJM 434jjt 848NCB 440jvj I...
  4. jasperjasper

    Trouble Creating a cross tab report in VS.NET

    I am trying to create a cross tab using the crystal reports wizard from within the VS.NET IDE... The finsih button in the wizard is greyed out.... I don't understand why...anyone know what the heck I am doing wrong... Thanks
  5. jasperjasper

    How can I get crystal to format 1 column for each date

    I have a report that will have data in a 7 day period.... 12/1 12/2 12/3 12/4 12/5 ---- xxxx xxxx xxxxx xxxxx xxxx xxxx I want the data to line up columns by the date value.... Any one know how to do this?
  6. jasperjasper

    How can you test a crystal report in .NET

    I have creatd the report in Crystal by doing a project add component...crystal report... How can I run it inside the IDE? Thanks
  7. jasperjasper

    How can I set a dbgrid cell color

    I have a dbgrid that i fill with data no problem via a dataset. One of the columns in the grid is an amount column. I can read thru the grid testing the amount value in each row, but if the value is less than 0 I want to make the value red, otherwise green. I have been unable to do this. Is...
  8. jasperjasper

    IE will not connect

    I have been asked to help a friend with his computer. They have a DSL connection. When they log onto AOL its fine. If you click Internet Explorer, it connects fine. However, without logging onto AOL, if you click the explorer icon, you won't connect... BUT, I have seen it work without going...
  9. jasperjasper

    Installing VB6 AFTER Visual Studio is installed

    Has anyone installed VB6 AFTER installing Visual Studio.NET? Thanks..Ed
  10. jasperjasper

    How to display duplicate values contained in a column

    I need to create a stored procedure to display all duplicate values that are in a column. In the following list I need to display the duplicate values --- which in this case is 543211. Can anyone give me a clue on how to accomplish this in SQL via a stored proc. Thanks VendInv# -------- 000001...
  11. jasperjasper

    dbgrid coloring

    Is there an easy way to add color to a grid column...say its based on an amount > 0 green.... I have been sent some code but its lengthy...in VB6 it was one line of code...like cell.backcolor = green Cant i do this in VB.NET
  12. jasperjasper

    Object must implement ICONVERTIBLE

    I am receiving the following error message in my Add routine... Object must implement IConvertible. It is happening on the ExecuteReader statement. I did get this once before, but I dont remember what it was that took care of it....
  13. jasperjasper

    How can I get all the reports that use a specific query

    I have to do a research job. I need to find all the forms and reports that use a specific query. I have Speed Ferret, however I am getting numerous errors from it...I cant get it to work... is there something else that will do that... is there a systable of sorts that I can query.... Thanks
  14. jasperjasper

    VB.NET Vs. Access

    I have been working with VB.NET for the past few months trying to learn it. I am wondering what you all think about it as it compares to developing in Access. I find that Access is way more flexible to use. I think VB.NET has gotten more difficult to use than easier ..... I would love to hear...
  15. jasperjasper

    How to program the color of a datagrid cell

    I am building an app that utilizes the datagrid control. I am also trying to learn how to program it. I am having some trouble getting a cell to color depending on the amount. If the balance is > than 0 I want it red else green. I am not sure of the exact syntax. I have control of the cell...
  16. jasperjasper

    click on a row of a datagrid

    Hi I have received great help here. I have a loaded datagrid that i want to click on the current row of the grid and see those values in the text boxes on the form. Is there a clean way to do this.,..
  17. jasperjasper

    Questions about loading and working with datagrids

    Its easy to fill a datagrid, but I want to do more. I want to read the data in the grid and sum the amount columns... I want to process the records in a loop...However I used a dataset to Fill the grid...How do you get control of the data and the grid...it was easy in vb6/ADO....
  18. jasperjasper

    Is it OK to install VB6 AFTER VB.NET is installed

    Already have VB.NET installed, can I put VB6 on... I thought I read somewhere that would cripple VB.NET?????
  19. jasperjasper

    deploying VB6 applications in a production environment

    I would like to hear from you guys out there...as for deploying your VB6 apps, say you have 25 users...and you make a minor change to the app, do you have to rebuild(compile) and create a package then install on each workstation for each change no matter how trivial. Please shed some light on...
  20. jasperjasper

    I have VB.NET installed first can I install VB6

    I have VB.NET personal version, the $99 edition. I want to install VB6 now, I thought I remember seeing somewhere that is a problem. Does VB6 need to be installed first? Thanks...

Part and Inventory Search

Back
Top