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!

Recent content by bobnbee

  1. bobnbee

    Accpac/SBT/Sage Payment Terms

    Well the only reason I moved the memo to a PRG was I needed to get to the ADDPROPERTY so that I could read the values in the memo field: WITH po_Object AddProperty(po_Object, "SC_PTMETHOD", "D") AddProperty(po_Object, "SL_DISCOUNT", .T.) AddProperty(po_Object, "SN_DISCDAYS", 4)...
  2. bobnbee

    Accpac/SBT/Sage Payment Terms

    I gradually came to figure most of this out. The problem I still have is that since the contents of the pterm memo field are quite variable in nature (not all properties in all pterms), is there some way to read the memo field and add the properties to an object. Here is what I now do: Create...
  3. bobnbee

    Accpac/SBT/Sage Payment Terms

    Hi, I have written an applicaion in FoxPro (migrated over 20 years to VFP). I have been inserting records into SBT (now Sage Pro) tables for years without problems, but now I have problems with payment terms. The AccPac table ARPTRMXX table has a ptrules memo field with the following...
  4. bobnbee

    VFP application insert into AccPac

    Well, I am modifying the application I wrote and do not have access to the Payment Terms Maintenance Form. What I have been doing is creating armastxx and artranxx records from my own data. The problem is that I have been reading the pdays and pterms from the customer record. Which is OK...
  5. bobnbee

    Access2007 and no field refresh

    I am using Access2007 and have an application I have written. Recently, the client has migrated SOME of the machines to Window7 64Bit. On those machines, some calculated fields do not update on the screen. On ALL the WindowsXP machines they do. MY development machine is Windows7 64 Bit and...
  6. bobnbee

    VFP application insert into AccPac

    Hi, I have written an applicaion in FoxPro (migrated over 20 years to VFP). I have been inserting records into SBT (now Accpac) tables for years without problems, but now I have problems with payment terms. The AccPac table ARPTRMXX table has a ptrules memo field with the following...

Part and Inventory Search

Back
Top