Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008 |
| Replies: 0 Views: 1,510 can any1 please help me on a step by step coding on how i can do this?
i can understands the codes i see when i googled it
pls help me i really need to know this within 24hrs..
also if any1 have... |
Forum: VB.NET Sep 13th, 2008 |
| Replies: 2 Views: 434 hi im new to VB.net can you guys teach me about VB.net?
what i need to learn first ?
i have knowledge of VB6 , is the code vb.net same as vb6?
thx in advance |
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2008 |
| Replies: 4 Views: 1,299 |
Forum: Visual Basic 4 / 5 / 6 Jul 10th, 2008 |
| Replies: 4 Views: 1,299 umm sorry for the late reply..
um using ADODB and Access 2003 |
Forum: Visual Basic 4 / 5 / 6 Jul 9th, 2008 |
| Replies: 4 Views: 1,299 can any1 here pls help me on how to make a data tree?
i dont know where to start..
tried to google.. but i cant understand it
pls help me with the basics.. and how to connect on a database |
Forum: Visual Basic 4 / 5 / 6 Mar 26th, 2008 |
| Replies: 4 Views: 558 ic... soo i wont wont work
maybe i start upgrading my CR to CR10 too, and learn the changes |
Forum: Visual Basic 4 / 5 / 6 Mar 25th, 2008 |
| Replies: 3 Views: 5,641 go to print set up
>advance
then set your sheets length |
Forum: Visual Basic 4 / 5 / 6 Mar 24th, 2008 |
| Replies: 4 Views: 558 try this
look into ur Components in VB
find
"Crystal Report Control"
check it
then in your command button
put this codes |
Forum: Visual Basic 4 / 5 / 6 Mar 22nd, 2008 |
| Replies: 6 Views: 1,515 have you remove your 1st rs.open event?
and replace it with the 1 gave u
if thats the error , then remove it
the system cannont open two recordset with the same name, |
Forum: Visual Basic 4 / 5 / 6 Mar 22nd, 2008 |
| Replies: 6 Views: 1,515 try this
put this on your rs.open even or
like this
your SQLname is a query thats needs to be open, |
Forum: PHP Mar 20th, 2008 |
| Replies: 3 Views: 415 all so im having a trouble in installing php , any can guide me? |
Forum: PHP Mar 19th, 2008 |
| Replies: 3 Views: 415 hi im new to this thread, i wish to learn using PHP but i dont know where to start at
can u guys tell me a step by step on how to use php?
thx in advance |
Forum: Visual Basic 4 / 5 / 6 Mar 19th, 2008 |
| Replies: 3 Views: 897 thx for the ocx to sir shouvik |
Forum: Visual Basic 4 / 5 / 6 Mar 19th, 2008 |
| Replies: 7 Views: 4,011 helo there, your connecting ur report right?
hope this will help u
1st: go to components and check the
crystal report control
2nd: put a command button
and paste this codes |
Forum: PHP Mar 18th, 2008 |
| Replies: 2 Views: 622 i.c nice one kuya ryan ^_^ |
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2008 |
| Replies: 1 Views: 1,206 yes it is possible, just design your sheet the you want it to be, put lines to separate them
its much easier to make it using "crystal report"
u might get prob when using the data env, of VB |
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2008 |
| Replies: 6 Views: 1,183 can you explain further what you want to do... |
Forum: Visual Basic 4 / 5 / 6 Mar 16th, 2008 |
| Replies: 2 Views: 1,810 go to control panel/administrative tool/ data sources
once you run the data sources
click SYSTEM DSN
click add and locate the database of your system
name it EX. "MYDSN" |
Forum: Visual Basic 4 / 5 / 6 Mar 15th, 2008 |
| Replies: 4 Views: 1,427 i dont think its posible,
the least u can do is,
to design the sheet to handle the record of all four page,
try google-ling about your prob u may found something bout this |
Forum: Visual Basic 4 / 5 / 6 Mar 15th, 2008 |
| Replies: 2 Views: 2,735 reason is, there is really a prob on using Package and Development wizard
it have some issue of with crystal report 8.5
u need to change.edit something with an .DLL in the system32 folder,(if... |
Forum: Visual Basic 4 / 5 / 6 Mar 15th, 2008 |
| Replies: 4 Views: 1,427 do you mean to preview 4 reports in a single sheet? |
Forum: Visual Basic 4 / 5 / 6 Mar 15th, 2008 |
| Replies: 2 Views: 834 try to learn how to make connection,
from 1 textbox to another
a calculator is a good 1 like jx_man have said
i would suggest to make a simple addition 1st
3textbox and 1 command button
... |
Forum: Visual Basic 4 / 5 / 6 Mar 14th, 2008 |
| Replies: 3 Views: 1,615 Hi there ,
try this
dim rs as new adodb.recordset
set rs = new adodb.recordset
rs.locktype = pessistimistic ' allow you to change recors |
Forum: Visual Basic 4 / 5 / 6 Mar 12th, 2008 |
| Replies: 9 Views: 6,768 no prob Asad_ :) glad to help
im just returning the favor for this site~~~~~~~~~(singing) :D |
Forum: Visual Basic 4 / 5 / 6 Mar 12th, 2008 |
| Replies: 2 Views: 598 hi there,
you should do an ADODB connection to a database
for the "how to generate random question"
here's my code: (its from my thesis , but ur free to use it :) )
Set conn = New... |
Forum: Visual Basic 4 / 5 / 6 Mar 12th, 2008 |
| Replies: 4 Views: 734 my idea is , to declare 9 dims
ex.
dim UL 'upperleft
dim T 'top
dim UR 'upper right
and so on, |
Forum: Visual Basic 4 / 5 / 6 Mar 11th, 2008 |
| Replies: 9 Views: 6,768 Private Sub Command1_Click()
Shell "explorer.exe C:", vbMaximizedFocus
End Sub
If you want to open some other folder instead of "C:" just delete "C:" and write the path to the folder you want... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2008 |
| Replies: 6 Views: 2,397 unfortunately the crystal report provider had an "end of life event"
where they will no more provide with crystal reports
if u still want it, try to search for a p2p file (torrent)
u might be... |
Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2008 |
| Replies: 1 Views: 1,956 figured it out guys
sory for the kinda stupid post, i kinda panic there im on a rush to do this,
:)
here the code and see the little error
Dim dTaskID As Double, path As String, file As... |
Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2008 |
| Replies: 1 Views: 1,956 hi every1,
another prob cnt solve even after googling
how can i load a notepad file or txt file on VB,
what i mean is loading the notepad.exe with the file inside
example |
Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2008 |
| Replies: 7 Views: 2,829 WAAAAA!! soo thats whats been causing the errorm
:'(
thx sir, that error confused me soo,
cause of the "file not found error"
thx again!!! |
Forum: Visual Basic 4 / 5 / 6 Mar 8th, 2008 |
| Replies: 7 Views: 2,829 sir, i dnt know y, i knw what u say must work
but it still gives me the error
is a Setup Application = .exe file? |
Forum: Visual Basic 4 / 5 / 6 Mar 8th, 2008 |
| Replies: 7 Views: 2,829 i already do that 1 to, same error, |
Forum: Visual Basic 4 / 5 / 6 Mar 8th, 2008 |
| Replies: 7 Views: 2,829 im making an installation form in VB
-i already made the installer/setup for my project using another installer maker
im having a prob on the syntax, i just googled this and try it but have a... |
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2008 |
| Replies: 4 Views: 1,825 only and idea,
try using a database connection, save the URL of the movieclip when stored,
then do a condition that when, a single mclips has been click, load pic where URL is = 'to the played... |
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2008 |
| Replies: 6 Views: 2,397 ei bro, i suggest u use Crystal Report than the data environment,
atlist Crystal Report 8.5 will be nice , it easy to use and connect, esp on your prob |
Forum: Visual Basic 4 / 5 / 6 Feb 25th, 2008 |
| Replies: 3 Views: 1,336 hera a sample code for saving
rec is your dim on adodb.recordset
conn if for dim on adodb.connection
rec!StudentNumber = txtSTUDID.Text |
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2008 |
| Replies: 11 Views: 1,474 thank you soo much for the effort in explaining it,
cause of if im olready finishing mu proj,
thank you sir! (ill memorize what you have explain more):) |
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2008 |
| Replies: 11 Views: 1,474 sir shouvi!!! ur code is Great!!!
i does solve my prob, ty soo much,
but before i end this post , on your code,
there are part of it i cant understan (the code's meaning and use)
it my 1st... |
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2008 |
| Replies: 11 Views: 1,474 SORRY FOR THE VERY LATE REPLY EVERY ONE, JUst got home from school,
sir shouvi
im having a proj about my subject --> OS (Operating System)
and he want me to make a program about "Priority... |