i have windows 10 home SL edition, while I tried to connect to windows 2016 RDP, i got error like this if you have windows 10 home SL edition, you cannot apply patch for this caseyou have to edit your windows 10 client registry this is how to do it run cmd in administrator mode, […]

Read More

belajar golang di linux

  • Sep 07, 2020

(bahasa indonesia) point point penting dalam belajar golang instalasi golang siapkan enviroment sistemnya, saya menggunakan ubuntu LTS 18.04 download file berikut ini: wget https://golang.org/dl/go1.15.1.linux-amd64.tar.gz extract file tersebut : sudo tar -C /usr/local -xzf go1.15.1.linux-amd64.tar.gz edit /etc/profile : sudo nano /etc/profile tambahkan source ini ke baris paling akhir : export PATH=$PATH:/usr/local/go/bin untuk mengetes apakah sudah berhasil […]

Read More

this is how I put address bar on listpage, I just creating a new menu form and intend it to show it on address bar, but something happens it happens because you need to set IsDisplayedInContentArea for Yes now, close and open AX, 

Read More

how to make batch job

  • Jul 09, 2020

this is how to make batch job on ax 2012 this image below is self explanatory create a class Class Name : HpCsBtUpdate.processRecords See the pict above [SysEntryPointAttribute(false)] Info(“xxx”) will be as Log Batch create a menu action Object Type : Class Object : SysOperation Parameters : HpCsBtUpdate.processRecords Execute the menu action

Read More

how to make details form

  • Jul 08, 2020

just like Journal Transfer forms, you click lines and show lines onlythis is how to make it “override init method on lines form, and do like source below for example” public void init() { HpTbStBarcJour _jour; super(); _jour = element.args().record(); HpTbStBarcUpload_ds.query().dataSourceTable(tableNum(HpTbStBarcUpload)) .addRange(fieldNum(HpTbStBarcUpload, HpTpStBarcodeId)) .value(_jour.HpTpStBarcodeId); }    

Read More

Jails on freenas

  • Jun 24, 2020

this is my log when I’m using freebsd as web server and mysql server using nginx and php-fpm   # iocage console rsyncjail # pkg update && pkg upgrade # echo ‘sshd_enable=”YES”‘ >> /etc/rc.conf # service sshd start # pw useradd -n vivek -G wheel -s /bin/tcsh -m -d /home/vivek # passwd vivek pkg install […]

Read More

how to consume partial picking on production order and recreating the reminding partial picking journal go to view > picking list validate remove all the log posted

Read More

this is tutorial to create a SMTP server using Windows 2008 R2 64bit install the features smtp server Go to Internet Information Services (IIS) 6.0 Manager setting the smtp server, like the pict below

Read More

How to create SSRS report in AX 2012 tutorial for example, we’re gonna use Vendor Report to analyse this First, Open AOT, Find the Menu thank Linked to AP>Reports>Vendor>Vendor see the menu item name : vend, and menu item type: output so we know that vendor report were based on SSRSReport, now open visual studio […]

Read More

How to Disable user to access aws vps on ssh How to Add user to access aws vps on ssh Access to your AWS Console Goto EC2 Click Key Pairs on Network & Security on the left Create Key Pair, for example: support after you click the “create key pair” button, you will shown a […]

Read More