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 strongm 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. Capgard

    Message.PowerObjectParm Null object ref??????

    I assume it also doesn't work outside of debug (just asking). Couple of questions... 1) window2 is a response window (should be for CloseWithReturn) 2) Where are the structures instantiated? (local, instance, ?) I've had luck with using an application structure, instantiated locally in the...
  2. Capgard

    Quick PB 6.5 code question - Padding function?

    Did you try PB help? Look under Fill
  3. Capgard

    dwc.Retrieve not working after SetFilter()

    If you take out the filter and it works, and with the filter it doesn't work, then I'd say the filter is the problem. Are you sure the filter is EXACTLY what you are expecting it to be? Keep the SetFilter but comment out the Filter and instead display the filter string. Make sure its the...
  4. Capgard

    Radio Buttons on Datawindows?

    Can't do it with a computed column, only with a column in the data source.
  5. Capgard

    Radio Buttons on Datawindows?

    Don't think you can combine 3 data columns on 1 edit column. Unless you have a problem with the ItemChanged event, I'd control the data that goes in the 3 columns with code in the event. Place a computed column on the DW, change the edit to RadioButton with three options, and script the...
  6. Capgard

    dwc.Retrieve not working after SetFilter()

    Debug time... Comment out all filter processing to see if the filter is causing the problem. (I'm guessing it isn't) Make sure the datawindow data source (SQL or STP) is executing. Make sure the datawindow data source should be returning data (trap SQL and run outside of datawindow and app). HTH
  7. Capgard

    How to connect to a Access DB from a VB App (Novice)

    Here's what I use for my connection string... Provider=Microsoft.Jet.OLEDB.4.0; USER ID=xxxx;PASSWORD=xxxxx; Data Source=C:\dbname.mdb; Jet OLEDB:System database=C:\dbname.mdw; Jet OLEDB:Database Password=zzzzzzzz Your will differ if you don't have a database password and/or different...
  8. Capgard

    I'm attempting to put a CompactData

    I'm attempting to put a CompactDatabase routine in my app, but am experiencing some issues with the permissions necessary to run the CompactDatabase method. After trying many different permissions, the only time I was able perfom the compact successfully was if the Userid I specified was either...

Part and Inventory Search

Back
Top