This post has been moved to https://www.mobitek.my/main/news/change-log-of-the-contents-of-mobitek-mobigate-installer/
This post has been moved to https://www.mobitek.my/main/news/change-log-of-the-contents-of-mobitek-mobigate-installer/
Problem: I am using LibreOffice version 4.4, currently I use “drag down method” to automatically increase the number, e.g. LT1, LT2, LT3, …., LT100
How do I achieve the same result using LirbreOffice Basic (VBA)?
Solution:
REM ***** BASIC ***** Sub Main rem define variables dim document as object dim dispatcher as object rem get access to the document document = ThisComponent.CurrentController.Frame dispatcher = createUnoService("com.sun.star.frame.DispatchHelper") dim args1(0) as new com.sun.star.beans.PropertyValue dim args2(0) as new com.sun.star.beans.PropertyValue dim i as integer dim iLT as integer rem goto cell "A1" args1(0).Name = "ToPoint" args1(0).Value = "$A$1" dispatcher.executeDispatch(document, ".uno:GoToCell", "", 0, args1()) rem loop and insert suffix for "LT" of the item code For iLT = 401 to 500 rem loop and insert suffix from "00" until "99" into the item code For i = 0 to 99 args2(0).Name = "StringName" if len(i) = 1 then args2(0).Value = "06-st-0888-LT" & iLT & "-0" & i else args2(0).Value = "06-st-0888-LT" & iLT & "-" & i end if rem to enter the item code into the cell dispatcher.executeDispatch(document, ".uno:EnterString", "", 0, args2()) rem move down one cell dispatcher.executeDispatch(document, ".uno:GoDown", "", 0, args1()) Next i Next iLT End Sub
Problem: my PC’s partition C drive is full, I need to increase the size or volume of the C drive. I have a lot of space in D drive. I do not have any 3rd party software like Paragon Partition Manager, EaseUS Partition Manager, etc. How do move or allocate free space in D drive to C drive?
Solution: you do not need any 3rd party software, Windows 7 and above should able to allocate free space from 1 partition to another (provided both partitions are on the same hard disk). Refer to the steps below …
Problem: I have an application in VMWare that needs to connect to MySQL database server in host machine. Both host machine and virtual machine are on the same server. How do I do it?
Solution: refer to the steps below …
CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost' WITH GRANT OPTION; CREATE USER 'username'@'%' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'username'@'%' WITH GRANT OPTION; FLUSH PRIVILEGES;
Source: http://stackoverflow.com/questions/1559955/host-xxx-xx-xxx-xxx-is-not-allowed-to-connect-to-this-mysql-server
Here is a list of manuals or guides that were revised or recently published:-
Applies To: PHP web application that requires connection to both SQL Lite and and MySQL database servers.
Visual Basic .Net sample code has been revised to include the following example:-
Last updated on 29/Sep/2016
OPERATORS | PLANS | SMS to SAME NETWORK | SMS to OTHER NETWORKS | SOURCE |
---|---|---|---|---|
Celcom | Xpax Turbo | 12 sen | 12 sen | https://www.xpax.com.my/xpaxturbo |
Celcom | FIRST™ Platinum RM150/month | Unlimited SMS | Unlimited SMS | https://www.celcom.com.my/personal/plans/platinum |
Digi | Preaid Best | 6 sen | 12 sen | http://new.digi.com.my/prepaid |
Digi | Preaid LiVE | 20 sen; for Buddyz 0 sen | 20 sen | http://new.digi.com.my/prepaid |
Digi | Postpaid 80 / 78 / 68 / 48 | 10 sen | 10 sen | http://new.digi.com.my/postpaid-plans |
Digi | Postpaid 28 | 15 sen | 15 sen | http://new.digi.com.my/postpaid-plans |
Digi | Postpaid 128 / 218 | Unlimited SMS | Unlimited SMS | http://new.digi.com.my/postpaid-plans |
Maxis Hotlink | Hotlink FAST pack | 1 sen | 12 sen | http://www.hotlink.com.my/en/plans/fast.html |
Maxis | MaxisONE Plan 188 / 158 / 128 / 98 | Unlimited SMS | Unlimited SMS | http://www.maxis.com.my/en/personal/plans/postpaid-plans/maxisone.html |
U Mobile | Power Prepaid | 8 sen | 8 sen | http://www.u.com.my/prepaid |
U Mobile | Hero Postpaid P98 / P70 / P50 | 3 sen | 8 sen | http://www.u.com.my/postpaid |
U Mobile | Hero Postpaid U28 | 5 sen | 12 sen | http://www.u.com.my/postpaid |