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

  • Users: jpfo
  • Order by date
  1. jpfo

    Passing a Parameter from VB to CR8 - Urgent, please

    Hi guys, I'm using VB6, MSACCESS and CR8. I want to pass a 2 parameters values (strings) to my report without any prompting. I've already read the support page issue from Seagate and dont work... dont know what i'm missing... i'm doing this: cr1.Connect = conn cr1.ReportFileName = rconn &...
  2. jpfo

    Newbie DataReader Question - WEB

    Ok...sorry.. i've made a little change on my code: hypPref1.Text =dr.GetSqlString(1).ToString(); hypPref2.Text =dr.GetSqlString(1).ToString(); hypPref3.Text =dr.GetSqlString(1).ToString(); hypPref4.Text =dr.GetSqlString(1).ToString(); must be, hypPref1.Text =dr.GetSqlString(0).ToString()...
  3. jpfo

    Newbie DataReader Question - WEB

    Hi all! I've a Web User Control with 4 Link Buttons, that will be a custumized menu interface. This way the user can have 0,1,2,3 or 4 all present Menu shorcuts (the way this is made is not the issue here). My problem is that i must know how many menus he have select, and show then in each link...
  4. jpfo

    Empty String ?

    Can anyone tell me why this happens?... I have this class using System; using System.Security; using System.Security.Principal; public class Username : System.Web.HttpApplication { public Username() { strUserName = User.Identity.Name.ToString(); } static...
  5. jpfo

    How to know if (x) DTS Package is running?

    I have a little problem... In my program the clients must run DTS Packages, so in order to not install SQL components in the machines, i run it with a stored procedure (i call the master..xp_cmdshell). So far so good :) Now have to run 2 DTS one after the other is completed. Question: Is there...
  6. jpfo

    VB6+SQL7+CR8=Decimal Problem

    Hi all, I have a crystal report with a stored procedure. No problem... When i preview the report in the design time( in crystal report 8 ) all decimal values are OK, but when i see it in run mode ( call it in VB6 ) all the decimal are set to ",00"!? The stored Procedure must be OK...

Part and Inventory Search

Back
Top