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...
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...
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...
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 =" &...
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...
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...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.