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

    Session variable persistance, especially with Netscape

    I am trying to build an e-commerce application that switches to the HTTPS protocol immediately before payment information is collected. I have stored the OrderID in a session variable, but keep loosing it -- unfortunately not 100%, leaving me to debug a sporadic problem. To debug, I developed...
  2. kedrew

    Converting Character to Interger

    I'm trying obtain the decimal value of a character. The function is to receive a single character, convert it to an interger and then do the remainder of it's processing. However, no matter what I've tried, I always get an error message. Error messages include: Type mismatch: 'CInt'...
  3. kedrew

    Changing size of ComboBox's Edit control

    I am trying to use combo-box functionality 'inside' of a CListCtrl; the control is actually placed on top, and when it's finished (and looses focus), will send a message to the list to update the list contents. Whenever I place the combo box control, the size of the ListBox sub-member is what...
  4. kedrew

    Error: "The summary/running total field could not be created"

    I am trying to implement Crystal KB Article ID #c2008983, Example 2. Unlike the example, I have multiple details sections (a,b) and the same for the the group footer. I formerly had a running total field and several calculated values, which have all been removed (and deleted) from the report...
  5. kedrew

    Widowed Group Footer on report; Crystal KB 'c2008983' doesn't help

    I am trying to fix a report that has an issue with a widowed group footer. I have tried using Crystal Knowledge Base, article id c2008983, example 2 to fix my problem, but I get an error "The summary / running total field could not be created." Research on Deja led me to the...
  6. kedrew

    Image flip on continuous form

    I am working on a shopping cart that will have a button next to each product allowing them to add the item into their car. I am trying to have a rollover effect to depress the button. (Yes, I will admit that its a loaded question). I know how to process the submit action for the proper form...
  7. kedrew

    Issues with time field

    About 6 months ago, we upgraded from v6.5x to v7.0x - not sure of the exact version, but do know that we still have the 8k text limit that has been recently solved with a limit of 32k. For both databases, we have had a MS Access front-end, that accessed Postgres via an ODBC driver. The driver...
  8. kedrew

    Handling OnComm Event in MDI App

    I am working on a MDI application that has a 'widget' object that does not inherit from any of the objects in the application. The 'widget' uses the MS Communications Control (mscomm32.ocx - converted to H/CPP files when component is inserted). I do not have any problems sending data from the...
  9. kedrew

    Two Form Submissions w/ One Button Click

    (I posted this message to the "AOL: Netscape" list yesterday, but didn't get any responses so I'll try here.) I'm developing an order processing application that sends data between views using a form with the POST method. We are using a 3rd party for credit card processing and do...
  10. kedrew

    Browser Incompatiblitiy w/ New Window (v4.08 vs v6.01 and MS IE 5)

    I am working on an order processing system that contains a form. For each line in the form, there is a button to corresponding to the specific item. When the button is pressed, the page original page (w/ form) is to be directed to an order confirmation page, and at the same time, a new...
  11. kedrew

    Updating record with unbounded field linked to subform

    I am revising a product sales system that contains two tables (for discussion purposes). The first table is 'orders', and the second is 'order details'. The orders table contains an unbounded field 'sales tax', which is calculated using a second unbounded text-box that displays the subtotal...
  12. kedrew

    Setting parameter from C++/Win32 application

    I have created a report in Crystal Reports v8.5 that contains a parameter for a stored procedure. I need to set the parameter programmatically from a C++/Win32 application. The sample file from Seagate/Crystal for "pro salaries" does not contain information specific to parameters...

Part and Inventory Search

Back
Top