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

    Cannot seem to move web service

    I am trying to consume a php web service. The original service is at: http://67.59.158.253/qboe/addCustomers.php?wsdl We then moved the service it to another location: http://67.59.158.253/demo/qboe/addCustomers.php?wsdl Both of these services are working... I added it to my app and called it...
  2. kifaro

    RAS custom reporting suggestion

    Hi our business uses the ASP model where multiple customers run the same source code on the same servers just looking at different databases. The database is not accessible from any machine outside the IIS web server I would like to have a way where users can make their own reports online and...
  3. kifaro

    Change table location at runtime SQL Server RAS

    Hi, I currently have working code to change my tables at runtime both for the regular report and sub reports. The problem is it is so slow working and I was wondering if there was a speedier way?? '=============================================================== ' CHANGING THE MAIN REPORT...
  4. kifaro

    Ras and ASP multiple reports at the same time

    Hello, One of the problems with crystal's samples in asp w/ ras is that you can't do multiple reports. I am in the process of trying to work around that by making different session objects. I have been able to get the first page to show, but when I click next I need to pass my parameter along...
  5. kifaro

    Making Graph

    Hi I have the following data returned from a stored proc as a row. Each value represents a month the first if month 1, month 2, etc... how can I get that into a graph. I know the date of the last month is the current date. Thanks, Aaron 12103332.23 12525420.30 13117547.78 14092447.96...
  6. kifaro

    Need to strip out XML

    I need to pull all XML tags out of a string I have. Anyone have any clue what regex I could use?? Thanks, Aaron So far I have: Function stripXML(strHTML) 'Strips the HTML tags from strHTML Dim objRegExp, strOutput Set objRegExp = New Regexp objRegExp.IgnoreCase = True...
  7. kifaro

    Distinct Invoice Headers

    I am having a design issue. I am making a batch invoice report. It can have an unlimited amount of invoices printed. The problem is I need to have a header and a footer for each invoice. I can't put it in the page header/footer as it may have multiple pages. I hope this is clear enough...
  8. kifaro

    Change page layout in subreport

    I am looking to change the page layout in my subreport to landscape in the designer. If I change it in the printer options it seems to change the whole report, not just the subreport.. Any ideas?? Thanks, Aaron
  9. kifaro

    I have a selectionlist with a value

    I have a selectionlist with a value of 85, how do I set it to being selected? I tried this but the indexes are 1,2,3,4: slTech.SelectedIndex =Convert.ToInt32(olHours.Selection["UserID"]); I am looking for something like this (it doesn't work like this)...
  10. kifaro

    Changing Database at Runtime

    I am looking for some sample code on how to change the database it is logging into at runtime. Please include subreport samples. This is for RAS using Report Client Doc not the RDC!! Thanks, Aaron
  11. kifaro

    Changing Databases at runtime

    I am looking for some sample code on how to change the database it is logging into at runtime. Please include subreport samples. This is for RAS using Report Client Doc not the RDC!! Thanks, Aaron
  12. kifaro

    return Vars from SP to another SP

    hey how do I call a stored proc from withing a stored proc that returns : select 1,2,3 -- I need all 3 vars Thanks, Aaron
  13. kifaro

    New Line feed in formula

    Hi all, I have an address1 and address 2 field. I want to make a formula that will show them on separate lines, I just don't know how to do a line feed in the formula if address2 is not = "". Thanks, Aaron
  14. kifaro

    Digital Signatures

    I am looking for a way to capture digital signatures on a touch screen mobile device. Such as a PocketPC or in our case a PalmOS phone. I am writing the code in c3 for ASP.Net. In the past with asp I had a Java applet, I wrote a com .dll to change the vectors to a .jpg and stored the image in...
  15. kifaro

    Convert Number to string

    Hi, I need to covert a number to string without the decimals. Example: Str1=123.00 str2=456.00 str1+'-'+str2=123-456 Thanks Aaron
  16. kifaro

    Keeping Details together

    I am trying to keep all Detail sections together on the same page. So Details A Details B Details C, etc... would not split on page breaks it would move it all to the second page... Any suggestions? Aaron
  17. kifaro

    Crystal 9 RAS license problem

    I am fed up with Crystal!!! I am hoping someone else has a solution. Here is what I am experiencing: When I run my report like this the report remains in the queue, thereby taking up a license. If I kill the session("oClientDoc") object it regenerates the WHOLE report every time...
  18. kifaro

    Crystal 9 License issues

    I am fed up with Crystal!!! I am hoping someone else has a solution. Here is what I am experiencing: When I run my report like this the report remains in the queue, thereby taking up a license. If I kill the session("oClientDoc") object it regenerates the WHOLE report every time...

Part and Inventory Search

Back
Top