If you are encounter this error, says "Run-time Error '380', "Invalid Property Value"
at my case i encounter this , when i used a List-view control, the cause is when i forgot
to create another column for the List-view control, instead of declaring like this:
i declare like this:
Tip: before you declare anything you must check it first if exist, before doing the code
Happy Coding ^_^
"The Hardest Thing to Do is to Do Nothing ^_^"
at my case i encounter this , when i used a List-view control, the cause is when i forgot
to create another column for the List-view control, instead of declaring like this:
Format$(LvLoans.ListItems(ako).SubItems(2),"General Number")
i declare like this:
Tip: before you declare anything you must check it first if exist, before doing the code
to avoid this kind of typo errors
Happy Coding ^_^
"The Hardest Thing to Do is to Do Nothing ^_^"
Leave a comment