Recent content by nivr4m

  1. N

    🔒 Closed PAGASA's Typhoon GeoJson / KML / KMZ / Shape files

    Do you have any idea where I can get GeoJson / KML / KMZ / Shape files for Active Typhoons for the Philippines? Currently, I can able to fetch GeoJson data in https://gdacs.org/. While it is good, I am looking for an API or a stable link where it can able to fetch automatically "ACTIVE" storms...
  2. N

    💕 Dating/Love Consistency anu say niyo mga girls?

    Nasa sayo yan, basta expect mo na yung worst part. Know your limitations. Huwag masyado umasa at ng hindi masaktan.
  3. N

    ❓ Help Requirements sa government

    and engineers
  4. N

    ❓ Help Requirements sa government

    Yung ibang position kasi required nila Eligibilty is College graduate, highschool graduate, or graduated in BS. But before working sa government need mo muna may Civil Service Eligibility, you need to take exam. If registered engineer, accountant, and other accepted board exams, they are...
  5. N

    🔒 Closed Pinakamalaking Bundle ng Tshirt Designs Templates

    thank you po. Malaking tulong to.
  6. N

    ❓ Help Visual basic 6.0 database

    baka dyan siya comfortable sa vb6.
  7. N

    ❓ Help Visual basic 6.0 database

    ampersand ata & instead of +
  8. N

    ❓ Help Visual basic 6.0 database

    As suggested earlier replaced the highlighted line to this If Option1.Value = True Then Gender = "Male" Else Gender = "Female" End If DOB = DTPicker1.Value into Format(DTPicker1.Value, DTPicker1.CustomFormat) image = "blank_lang_muna" rec.Open "Insert into...
  9. N

    ❓ Help Visual basic 6.0 database

    Isa-isahin na muna natin. yung delete walang problem?
  10. N

    ❓ Help Visual basic 6.0 database

    try mo palitan DTPicker1.Value into Format(DTPicker1.Value, DTPicker1.CustomFormat) yung options value is dapat ba Male or Female lang and value? If Option1.Value = True Then Gender = "Male" Else Gender = "Female" End If DOB = DTPicker1.Value into Format(DTPicker1.Value...
  11. N

    ❓ Help Visual basic 6.0 database

    pa screenshot ng error. Additionaly, nakakaconnect ka ba sa access?
  12. N

    🍔 Food · Travel No F*p 30 Days Challenge P1

    3 days is good. Next goal is 6 days, then next 9 days. Slowly until ma reach yung 30 days. Huwag bigalain.
  13. N

    ❓ Help Visual basic 6.0 database

    try nyo muna. feedback ka kung okay na. Hindi ko ma full debug kasi hindi buong code nabigay mo and wala ako vb6 installed sa pc ko.
  14. N

    ❓ Help Visual basic 6.0 database

    If rec.State = 1 Then rec.Close If Option1.Value = True Then Gender = "Male" Else Gender = "Female" End If rec.Open "Insert into ClientTBL(ClientNo,FirstName,LastName,Age,DOB,Gender,Address,Phone,Email,Photo) values('" + txtclient.Text + "','" + txtfirstname.Text + "','" + txtlastname.Text +...
Back
Top