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

    Receiving and returning XML data

    Hello, I need to receive XML data from an Http POST and then return XML data via the response. I had setup an ASP.NET page to parse the data and render the returned XML. It works fine on my test server, but when I get it out in the real world, I'm getting 500 errors in my test client. I...
  2. JBalcerzak

    Mobile ASP.NET app hangs up

    Hello - Hoping someone might have an answer to this question. I've got a ASP.NET mobile app that I'm connecting to from a mobile device. The app works great when I'm running over a local IP address, but it hangs up when I run it over the internet. It doesn't make any sense to me at all and...
  3. JBalcerzak

    Outlook Appointment as Message Body

    Hi, I'm trying to setup a process that will send a user an Outlook Appointment. I've been able to create a .ics file and send that as an attachment and that works fine, but my fear is that somebody will miss that and I'd really like to use the format that Outlook uses where the appointment...
  4. JBalcerzak

    Printing to Multiple Drawers

    Hi, I'm trying to create a report that would print to the top drawer of a 2 drawer printer and then use the other drawer for the second page. Replacing our dot-matrix printers and multi-part forms with a high-speed laser that has 2 drawers in them. If anybody has any tips, it would be...
  5. JBalcerzak

    Drilldown section not printing or exporting

    Hello- I've got a Crystal report that has some customer summary information. When I click on a category, I display the contents of the drilldown on screen, but I can't print or export that detail. When I go to print, all it prints is that summary info. Anyone got an idea? Thanks, Jeff
  6. JBalcerzak

    Bad Page ID during simple query

    I'm getting the following error when I try to do a simple query on our database: I/O error (bad page ID detected during read at offset 0x000001010bc000 in file 'F:\MSSQL\Data\Database.mdf' Is there any way to fix this, or do I need to dump and rebuild my database?
  7. JBalcerzak

    Full-Text Catalog Scheduling

    Hello - I've got a full-text catalog on a text field in one of my tables. I think I've setup a schedule to incrimentally populate the catalog once per day, but it never seems to run automatically. I've got the "enable" check box checked, but it still doesn't run on its own. I'd appreciate...
  8. JBalcerzak

    DrillDown Error with Crystal Report Viewer

    I've got a Crystal Report that I created in Crystal Reports 9 which has a DrillDownGroupLevel reference to supress a header. When I try to load that I get an error which I'm guessing because I don't see that field available in the VS.NET version of the Crystal Report Designer. Anyone know a...
  9. JBalcerzak

    Data Grid loses focus when scrolled with wheel mouse

    Hello - I've got a data grid with some stuff in it. When i select an item, and then use the wheel mouse to scroll up or down in the grid, my grid loses focus when the selected item moves out of the grid's visible area. Anyone know if there is a way I can prevent this from happening, or is...
  10. JBalcerzak

    VFP to SQL Server String conversion

    Hello - Working on a conversion routine to move an old VFP5 DB to SQL Server. When I update a string field on SQL Server with data from the VFP DB, it pads the remainder of the string with spaces if the string I'm sending is smaller than the field size in the SQL DB. Any way I can get VFP to...
  11. JBalcerzak

    Vfp8r.dll Invalid or Damaged...

    Hello - When I build an executible in VFP8 and copy the .exe file along with vfp8r.dll and vfp8renu.dll over to another machine (Win98) and try to run the exe file, I keep getting an error that the VFP8R.DLL is invalid or damaged. I'm copying those files directly off my machine. Don't know...
  12. JBalcerzak

    Anything better than $ operator?

    Hello - I'm trying to filter a table based on part of a character description. Currently I'm using something similar to: set filter to "CHEESE" $ PRODUCT_NAME to filter on records that contain "CHEESE" in their product names. Anyone have an better ideas? I can't...
  13. JBalcerzak

    Multi line tabs in a pageframe

    Hello everyone - I'm working with the pageframe control in VFP 8.0 with a bunch of tabs and I've set the TabStretch property to .T. to enable multi line tabs. I've noticed that I will have the majority of my tabs in one row, and one or two tabs across the second row. Anyone know of a way to...
  14. JBalcerzak

    Combo Box Question

    I've got a combo box on a form which is populated from one table and stores the value in another. I've also got a label on my form which I would like to change forecolor based on the value of the combo. In the refresh method of the label I've got the following do case case products.status...
  15. JBalcerzak

    Page Frame page order

    Anyone know of a quick way to change the order of pages in a page frame? In my app, I've got a configuration page frame, and I've been adding pages as I've been implementing the different sections. However, I was a little short sighted in adding these pages, because I'd now like to change the...
  16. JBalcerzak

    Application Focus

    Hello All - I've got an app I'm building and I'm having trouble with a focus issue on startup. I instantiate my app object and load my menu and call a login modal dialog. However, once I've authenticated the user and release the login dialog my app title bar goes into the background (light...
  17. JBalcerzak

    Memo and Index Corruption between Win98 and XP Pro

    Hello Recently, I upgraded my development machine to XP Pro to take advantage of Visual Studio .NET for the neat things you can do with web pages. However, I still need to access some VFP tables on a peer-to-peer file server running Win98 through the VFP IDE command window. Recently I've...
  18. JBalcerzak

    Reading Text Data from the USB Port

    I've got an app that I use MSComm32.ocx to read and send text data through the serial port to a Palm III device. I would like to update this to take advantage of the greater bandwidth of USB. Does anyone know if you can read the USB port with MSCOMM32.ocx or other contol...?
  19. JBalcerzak

    Using a CDO.messageobject to send email

    I'm trying to instantiate a message object: oMsg = CreateObject("CDO.message") but each time I do, I'm getting a message that Class definition CDO.MESSAGE is not found... I've run the regsvr32 cdo.dll and it comes back that its registered successfully, but I still can get it to...
  20. JBalcerzak

    Setting Focus to an Option Button

    I've got a control array of 4 option buttons contained in a frame on a form. After the user enters some stuff, I want to be able to reset the form to the state the user started with, and I get everything reset except for setting the focus to the starting option button. I'm a VFP and VC++...

Part and Inventory Search

Back
Top