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

  • Users: kent01142
  • Content: Threads
  • Order by date
  1. kent01142

    Customize Finder

    Hi mates, Do anyone have experience of how to default the index of Find by list to a decided position? I am trying to default the index to search by Description but no luck. Right now, I use the field edit control value as the filter but client don't accept. Client also don't accept to save...
  2. kent01142

    OE unit price finder

    Hi there, Do anyone have experience about how to customize the Unit price finder on the OE detail list. I found that the finder pop up before the BeforeFinderStart function so I am not sure is there any way I can stop the original finder. In the newer version, the finder is is getting details...
  3. kent01142

    Need help for view build

    hi mates, I am very stress on build a view. I am going to add a function to post shipment or adjustment on IC with Serial/Lot costing method. I try to compose the ICSHED with ICSHEDS and ICSHEDL but no luck at all. the error says Shipment detail. this view's foreign key declaration is...
  4. kent01142

    Like operation on Finder filter?

    hi mate, I am working on the customize screen and I need to set some filter for the finder, my code is like this fnd.ViewID = "AR0024" fnd.DisplayFieldIDs = Array(1, 2, 14, 5, 8, 3, 4, 32, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 23, 125) fnd.Filter = "TEXTSNAM =" &...
  5. kent01142

    6.1 ocx Problem?

    my customer is from China and they need to input Chinese into the edit fields such as Description, comment, reference and so on. The standard UI does support user to input Chinese into those fields but after I drop the ocx into vb and run (without any code added), I found that all those fields...
  6. kent01142

    OEPICKSHIPMENT report problem.

    Hi guys, Just wanna ask how can I print all invoice (included all completed and in-completed). I have modified the bPrintComplete formula to "Not(IsNull({?COMPLETED})) or Not(IsNull({OESHIH.COMPLETE}))", so it should print out all types of invoice, but I found that the form still doesn't show...
  7. kent01142

    about how to copy optional field

    for right now, i am using this code to copy the header optional fields For LINECNT = 1 To 13 With adsOEORDHO .Fields("ORDUNIQ") = adsOEORDH.Fields("ORDUNIQ") .Fetch End With With dsOEORDHO...
  8. kent01142

    any idea for how to copy the order from OE and insert as a new order??

    i have no idea what's wrong with my code first .read the value from table and put them into Dim and then adsOEORDD.cancel adsOERODD.init after that insert value into adsOEORDH and adsOEORDD the result is I can insert the value into header but cannot insert into details so what's wrong with it?

Part and Inventory Search

Back
Top