How To Create Dialog Box in PowerApps Canvas

Power Apps Canvas Dialog BoxSalah satu fitur yang tidak tersedia secara default di Canvas PowerApps yaitu Kotak Dialog yang bermanfaat untuk melakukan konfirmasi terlebih dahulu sebelum user melakukan sesuatu di form seperti menambahkan data baru, edit, atau menghapus data. Dalam artikel ini akan dijelaskan bagaimana caranya membuat kotak dialog di Canvas PowerApps untuk kebutuhan tersebut.
[Continue reading…]

Advertisement

DQS Server Installation Error: The Locale Identifier (LCID) is not Supported by SQL Server

DQS Server Installation ErrorMungkin diantara kita ada yang pernah mengalami error pada saat melakukan instalasi Data Quality Services Server di SQL Server, termasuk saya salah satunya. Apabila dilihat dari errornya terdapat pesan dengan teks sebagai berikut: “The locale identifier (LCID) is not supported by SQL Server”. Error tersebut ditandai dengan LCID number yang digunakan di masing-masing komputer yang merujuk kepada regional / language setting yang digunakan.
[Continue reading…]

Ebook Learning SQL and TSQL Programming in SQL Server

TSQL SQL ServerThis book is one of the many sources that are spread outside to learn SQL and T-SQL programming in SQL Server databases that are compiled by focusing on the practice directly and based on the author’s teaching experience during this time, so that readers are expected to better understand the concepts and practices of programming in SQL Server databases. By the time this book is written the SQL Server database has already reached version 2019, therefore this book is based on that version for use in Windows operating systems.
[Continue reading…]

Ebook-Building GraphQL API Services with ASP.NET Core

This book discusses the development of API Services using GraphQL on top of the ASP.NET Core framework. GraphQL is a language for querying or manipulating resources or data against data sources such as databases. In addition, graphql also provides a runtime for processing queries and other graphql objects. The language and runtime were originally built by Facebook in 2012 to be used internally. In 2015 graphql began to be published in open source to the public. GraphQL provides another alternative for developing api services besides those based on REST. Several leading companies including Facebook itself already use graphql such as github, pinterest, airbnb, paypal, twitter, and others.
[Continue reading…]