Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Exclusively for Visual Basic 6.0 Programmers Only!

Mga sir good po,

matanong ko lang po kung meron kaung na enncounter na error sa vb 6 na kapag ginagamit nio ung crystal report 8 as report generation. Ito po ung message

You are attempting to use a functionality that falls under the Business Objects Report Creation API license. This system does not have avilad license, or the evaluation copy of the license has expired. Please contact Business Objects to obtain a Report Creation API license.

mga sir patulongt namn baka me alam kaung me crackng dll nito.

salamat

malinaw ang nakasaan hindi license ang gamit mo... now hanap ka ng license para magamit mo
 
malinaw ang nakasaan hindi license ang gamit mo... now hanap ka ng license para magamit mo




Ehhh sir opo nga baka me idea ka o Me alam kang website para makakuha ng crack ng DLL nito ... o kaya licence key ng cr8 na me runtime license
 
tama ba tong code ko?


Code:
rs.Open sql, conn, adOpenDynamic, adLockOptimistic

If rs!Answer = "Yes" Then
flxRoomInfo.CellBackColor = vbRed

ElseIf rs!Answer = "No" Then
flxRoomInfo.Col = 4
flxRoomInfo.CellBackColor = vbYellow
End If
rs.Close: Set rs = Nothing

ayaw parin magpalit ng kulay sa flexgrid eh :upset:
gusto ko mangyari pag "NO" na galing sa database magiging yellow
tapos ganon din sa "Yes" na galing din sa database magiging red

try mo po: i lower case...
Code:
If LCase(rs!Answer) = "yes" Then ...
 
author.... tanong ko lang po.... pwede ba maging astig na animated ang visual basic???? like 3D rotation??? hmmm alam nyo po ba kung pano mag program na mayrong serial interface sa PIC????? or may sample ka po ba author???
 
try mo po: i lower case...
Code:
If LCase(rs!Answer) = "yes" Then ...

wala parin kaSB eh :upset:

ito nalng
alam mo ba kung paano magfilter ng automatic sa daily, weekly and monthly? yung di na kailangan ng datepicker
 
This thread is open for all vb programmers. .you can post anything you like as long as it is related with Visual Basic 6.0 Programming. .Assignments and tutorials are accepted. .


So mga Visual basic Programmers tambay na po kayo dito. .hehe

mga boss baka meron kayo simple queuing system. ty in advance!
 
[
pwede poh bang mag share kayo ng visual basic application? hindi ko kasi maka download nun. walang free.:help:
 
wala parin kaSB eh :upset:

ito nalng
alam mo ba kung paano magfilter ng automatic sa daily, weekly and monthly? yung di na kailangan ng datepicker

try mo po gumamit ng breakpoint para malaman mo ano talaga laman ng "rs!Answer".

or gamit ka messagebox > "msgbox rs!Answer"

ano po ibig mong sabihin ng automatic ma filter ang daily, weely, mnth?
ano gusto mo gamitin dropdown combobox?
 
hello poh mga sir baka may alam po kayong soures kung saan pwedeng maka download ng visual basic application 6.0 ng rible patulong naman poh... :help:

thanks!
 
Last edited:
dropdown po sir,
bukas na deadline nito di ko talaga makuha logic zzz :weep:

dati may nag ask din sakin nyan filter data using combobox daw, try mo to kung ito hinahanap mo. palitan mo nalang ang query.
 

Attachments

  • combobreaker.zip
    21.9 KB · Views: 17
hello poh mga sir baka may alam po kayong soures kung saan pwedeng maka download ng visual basic application 6.0 ng rible patulong naman poh... :help:

thanks!



planetsourcecode.com
codeproject.com

magregister kanalang po dian sa mga website na yan ok din namn yan mga yan:thumbsup:
 
Mga sir pede bang makihingi o link man lang ng crystal rpeort 8.0

na me API license key :pray::pray::pray:


salamat sa lahat
 
sino po may sample payroll system ? ung may connection ?? pdw mag add/delete ng employees record at printing ng payslip??
 
Back
Top Bottom