Hi everyone
In every Accpac Module's INI file there is a entry for example:
[DesktopIcons]
dll=gllib.dll
Is there a template for developing this dll.
I cannot find any exampels or tutorials for creating this dll in the SDK Manual.
What are the functions that i need to call for accpac to...
I'm trying to insert a record into VIEW-B that has been inserted into VIEW-A.
I have uncommented the do_tqInsert...
And call the following function from TQ_INSERT
int UpdateAPOBLO(LPV lpv )
{
long rotoID;
ERRNUM e;
LPRECORD lpr = (LPRECORD)(FindRecord(lpv))[0]...
When you do the column names set the allow custom data to true.
Then add following function
Private Sub grdCredit_OnSetCustomItemData(ByVal bstrColName As String, ByVal bstrFieldName As String, pvBookMark As Variant, bstrData As String, pAccpacDSFields As Object)
bstrData =...
My routine only works when i'm logged in as ADMIN
but i get "Description: Open Document Optional Field Attempt to perform Insert without security authorization."
When not logged in as ADMIN
OH NO i meant APOBLO
I'm inserting records into APOBLO table not APOBL
I tried doing this
"view.SystemAccess = VIEW_SYSACCS_POSTING"
It didn't work!
you made happy their for a second...just a second though :)
When a invoice has been reconciled my app inserts puts a record into the APOBL table that acts like a flag...well it is flag.
Offcourse with admin this works perfectly.
I've decided to create my own view but i still would like to know why a user with all the rights to AP only has inquire...
The User has full rights to AP
Everything, including Transaction Optional Fields has been granted.
Using my little app the user is able to post to certain AP tables but not to APOBLO which i need the user to do.
I have created a user with "SUPER" AP rights in fact the user has Full rights too Adminstrative Services and Common Services.
When i use view tester on APOBLO,APPJDO,APPJHO,APOBLJO it shows that the user has only got inquiry rights, but for APIBDO,APIBHO,APRPDO,APRPHO,APTCRO,APVENO,APVGRO...
Is it possible to change the presentation mask of a field when using an accpacViewList.
I would like to change something trivial like changing an amount from 3 decimal places to two decimal Places.
Please Help
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.