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

  1. MartinDurant

    Pass string to CR8.5 Report

    I am using VB6 and CR8.5. I have a report which is an event register - a list of names and a tick box to allow attendance to be recorded. The list of names is coming from my database, but I need to put the event name at the top of the report. The event name is being selected by the user from a...
  2. MartinDurant

    Passing memo fields to RDC in VB

    Hello, I am passing an ADO recordset to an RDC (version 8.5)report in VB6 using the Active Data Driver (AD0). However this will not allow me to use Memo fields in my report. How do I get memo fields to my report? Thanks.
  3. MartinDurant

    Refresh Problem v8.5 using RDC with VB6

    I am calling a report from my VB app using the RDC and the report is displayed before the data is ready despite looping while CRViewer1.IsBusy is true. I have to hit the refresh button until the data appears. The relevant bits of code are below: Print Button [code]Set cReport =...
  4. MartinDurant

    Crystal Reports 8.5 Refresh Problem

    I am calling a report from my VB app using the RDC and the report is displayed before the data is ready despite looping while CRViewer1.IsBusy is true. I have to hit the refresh button until the data appears. The relevant bits of code are below: Print Button Set cReport =...
  5. MartinDurant

    Sendto Location Problem

    I have upgraded from Win98 to XP. I have a minor problem with the location XP uses for my Sendto shortcuts. Currently, XP is using C:\Windows\Sendto, and I want it to use C:\Documents and Settings\PROFILENAME\SendTo . There is a registry setting...
  6. MartinDurant

    MDIChild opens with error

    I have a basic MDI app. When I try to open an MDIchild form using this code: Dim frmOrders As New Form2 frmOrders.Show , MDIForm1 two copies of my MDIChild form are opened and I get the following error “Invalid procedure call or argument”. Any help gratefully received. Thanks.
  7. MartinDurant

    <input type="file"> prevent user input

    I am new to javascript and am using it just for form validation at the moment. Can I prevent a user from entering text into the text box part of a "file" type input? I want to ensure that the filename is correct by forcing the user to use the browse part of the control. Is this...
  8. MartinDurant

    Submitting Redirected Forms

    I am integrating a card payment system into my web site and I need to use a 'jump page' to redirect requests to the card processor. The reason for this is that the URL for the page that links to the card processor needs to be exactly specified (http://www.mydomain.co.uk/mylinkpage.asp) on the...
  9. MartinDurant

    How do I host my website myself?

    This is not an ASP question, but it is at least related. My website is currently hosted remotely by a commercial web host organisation. I am frustrated by the lack of flexibility and control offered by this type of setup. What hardware, software and other stuff would I need to have a server on...
  10. MartinDurant

    Truncated variables in a form

    I am taking name and address fields from a form in 'ASP Page1.asp' and passing them to 'ASP Page2.asp' for validation. In the case of invalid data the values are put into a hidden table and passsed back to 'ASP Page1.asp' to be redislayed. When the values are redisplayed, they are trunacted at...
  11. MartinDurant

    Text email from HTML form with a file attachment

    I want to create a text email containing data from a HTML form with a file attached. I have read some stuff about CDONTS but I don't think I can use this under Win98 with PWS. Are there any other alternatives, or should I upgrade to Win2000? Thanks.
  12. MartinDurant

    Relative file reference not working in Interdev

    I'm using Interdev and PWS under Win98. When I run my new project, none of the references to files (images or other html pages) work unless I specify the full path. This doesn't work <FRAME SRC=&quot;menu.htm&quot; NAME=&quot;menu&quot;> This does work <FRAME SRC=&quot;D:\Web...
  13. MartinDurant

    FileSystemObject - Server or Client

    This may seem like a daft question, but I am new to ASP. I am learning about the FileSystemObject and I originally assumed that this is used to manipulate files on the client side (on the customer's computer), but now I think I am wrong. This is not clear from the book I am learning from...
  14. MartinDurant

    Server error in InterDev ASP Project

    I am new to ASP and am running Visual InterDev and PWS under Win98. To help me I am working my way through &quot;Teach Yourself E-Commerce with ASP in 21 Days&quot; (Walther & Levine - SAMS) and am on the day 3 section entitled &quot;Using the Global.asa File&quot; .When I start a new project...

Part and Inventory Search

Back
Top