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...
Yes, I think so. I will build a new view to store my logic and call the view data using the finder. But the problem is I cannot realy found which function can stop the original view. Can you give me some tips?
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...
it seems like it is putting the sequence number from ICSHED to ICUNIT as the foreign key, that's why the error occur.
error message : Unit of Measure This view's foreign key declaration is incompatible with the composite view 'Compose Views'.
Thanks for the suggestion, I will try it out. but as in macro, can I set nothing to the view that I dun need to? Like
ICSHE1detail1.Compose Array(ICSHE1header, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, ICSHE1detail3, ICSHE1detail4, ICSHE1detail5)
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 =" &...
I am running the english UI with Advanced Text services and the chinese keyboard installed, as I can type in Chinese characters on the original screen even in the english UI with the same environment, therefore I think there must be some font problem and effecting the custom screen.
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...
sorry for the missed information but this problem is already fixed
but now what i found another problem after I success to copy the order.
when I create a new order and insert value into the detail in the UI, I got the error message
" Description: Internal error. Order Detail...
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.