2,155 Posted Topics

Member Avatar for martin11ph

It seems that the processing speed differs on both desktops, hence the hanging first and then the unresponsive application. Is there any other code running while you connect or interact with the video feed?

Member Avatar for hkdani
0
1K
Member Avatar for campy

Nice to see the effort from your side, thank you.:) Please mark this as solved, found at the bottom of this page, thanks.

Member Avatar for AndreRet
0
301
Member Avatar for AndreRet

I am loading text from a text file into my page. This all works fine, but it loads the text as one paragraph and not in separate lines, line breaks or paragraphs. How can I achieve the line breaks to load the same as is the text in my text …

Member Avatar for AndreRet
0
160
Member Avatar for chanthung

Incorrect date formats will result in an error. Try the following - [CODE]'.... code.... DateValue('" & DateTimePicker1.Value & "'",[/CODE]

Member Avatar for chanthung
0
133
Member Avatar for shooksy101

That is a lot of questions with no effort shown. Please read our rules, you need to show some effort first please.

Member Avatar for AndreRet
0
108
Member Avatar for stevenfagan

As far as I know MySql is still MySql. MySqli is just extensions on MySql for PHP. Did the normal MySql setup not work when you have tried?

Member Avatar for AndreRet
0
208
Member Avatar for willdev

[CODE]MySqlCommand("SELECT * FROM Prescriber WHERE Name = '?Name'") 'Added the " ' " apostrophized character...[/CODE]

Member Avatar for AndreRet
0
93
Member Avatar for Hakeemiredia

There are tons of samples available if you search for "Inventory sample in vb6" on google. Once you have the sample code, ask a question if you have any errors etc on the code. Please show some effort before we can assist.:)

Member Avatar for AndreRet
0
94
Member Avatar for kebbby

The length for an integer is limited, hence your error. Change integer to Long or to Double which allows for a much larger result.)

Member Avatar for AndreRet
0
1K
Member Avatar for avirooge

Your count usage is correct. You just need to find the amount of rows affected, devide the count into the rows to get a pass/failure average and then base your condition on the result.

Member Avatar for AndreRet
0
118
Member Avatar for crazycat503

Nice in solving this yourself. Some "kudos" for your effort. Please mark this as solved, found at the bottom of this page "Is this thread solved?", thanks.:)

Member Avatar for AndreRet
0
115
Member Avatar for hdaccess
Member Avatar for AndreRet
0
175
Member Avatar for Thong_Ispector

@Hellsy, being a new member and all, please have a look at our posting rules [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]HERE[/URL]. You have hijacked TDucks post, which is not allowed.:) @TDuck, we do not share personal information here, you have just opened yourself to spam galore!;) Hellsy, please open a NEW thread if you want …

Member Avatar for BitBlt
0
3K
Member Avatar for yilin2008

I'm sure the OP has found a solution since 2008, but no harm in adding an answer since there was no solution posted, thanks lhxndd.:)

Member Avatar for lhxndd
0
178
Member Avatar for uhangkincai
Member Avatar for alleybye

You went the long way around.:) Just change your select statement and show the recordcount. [CODE]rsInventory.Open "SELECT Expiration_Date FROM YourTable WHERE Expiration_Date < DateValue(Date)", conn, adOpenStatic, adLockOptimistic txtExp.Text = rsInventory.Recordcount[/CODE]

Member Avatar for AndreRet
0
158
Member Avatar for neosonic

The rumor is entirely true, unfortunately. Access can only handle up to 5 calls at the same time. If there are more calls to the database, the data will be dropped. All the other databases has a stack feature where all calls gets stacked and added without any data loss. …

Member Avatar for reygcalantaol
0
835
Member Avatar for vbBen

You can also search google for "rs232 in vb6" which will give tons of sample code. RS232 is the cable connected to the hardware, reading and posting commands to your hardware.

Member Avatar for vbBen
0
173
Member Avatar for Ole Raptor

Depends on the code you might have. If you have used "App.Path" for instance, it will raise an error because the user paths in xp is different from Vista and Win 7. Have a look at [URL="http://www.daniweb.com/code/snippet313435.html"]this[/URL] link I have posted before on the requirements moving to vista or win7.

Member Avatar for AndreRet
0
160
Member Avatar for jay_el_em

Age does not count, but the skill that you apply to your applications. Remember that Bill gates was virtually a minor when he developed windows...;)

Member Avatar for JamieLynnSEO
0
246
Member Avatar for stats79

@Stats, you will definitely have to show some more effort. What code do you have so far? The question looks like it has been copied directly from a homework task. We WILL help, if you show some effort.

Member Avatar for codeorder
0
171
Member Avatar for AndreRet

I can validate the captcha successfully, but when I set the button property 'Action' to 'Submit form, the captcha does not work, nor does the validation on username and password. When I set it back to 'None", Captcha works, Data not validated. The code below is quite long, but it …

Member Avatar for AndreRet
0
158
Member Avatar for AndreRet

I have the following code that checks for captcha validation in php. If successful it will echo correct etc. [CODE]<? /* This is the back-end PHP file for the How to Create CAPTCHA Protection using PHP and AJAX Tutorial You may use this code in your own projects as long …

Member Avatar for AndreRet
0
145
Member Avatar for AndreRet

I have noticed, since last night, that there is fluctuations in the member panel calculations. When checking my daily activity on my panel, I had 126 points. I then continued to the member rank page where it showed 57. I thought it was the daily cut off, but when I …

Member Avatar for AndreRet
0
85
Member Avatar for AndreRet

[QUOTE]DaniWeb Message Your submission could not be processed because the token has expired. Please push the back button and reload the previous window.[/QUOTE] I have posted a welcome to a new member last night. This morning I have noticed that it does not show up, so I have reposted the …

Member Avatar for AndreRet
0
110
Member Avatar for jattvelly035
Member Avatar for alleybye

You've beaten me to this.;) When using date formats, include the "#" character OR as my previous posts, DateValue().:) Well done, some kudos for solving yourself. Please mark this as solved, found at the bottom of this page, thanks. Happy coding.;)

Member Avatar for AndreRet
0
205
Member Avatar for NicAx64
Member Avatar for Momerath
0
251
Member Avatar for colmar

This part from MS - [QUOTE]Allow or correct a circular reference When a formula refers back to its own cell, either directly or indirectly, it is called a circular reference. Microsoft Excel cannot automatically calculate all open workbooks when one of them contains a circular reference. You can remove a …

Member Avatar for monarchmk
0
117
Member Avatar for psyrieerika

Mmmmm, what exactly do you need? Bubble etc, we need more info.:) Are you by any chance ruudicruise, posting the same question under a different member name?

Member Avatar for AndreRet
0
37
Member Avatar for oab2005
Member Avatar for pito_donje

If I understand this correctly, you want user privileges in your application? When adding a user to your database, add a field to state the users "level", Admin can open all, Level2 only some etc. When logging in, get the user level and then enable/disable menus accordingly.

Member Avatar for AndreRet
0
76
Member Avatar for raniel1314

@Raniel1314, You need to open your own thread please. We will not reply on this thread, it belongs to another member and it is quite old. Post a new one, I'll answer from there.

Member Avatar for AndreRet
0
250
Member Avatar for alleybye
Member Avatar for abelingaw

You went the long way around.:) [CODE]With RecSet .Open "Select * From Users WHERE UserType = 'Administrator'", DBLink, adOpenKeyset, adLockPessimistic If .Recordcount = 1 Then MsgBox "Limit of allowed Admin users is reached. Adding of Admin user is no longer allowed.", vbInformation, "Prompt" End If[/CODE] You can use the same …

Member Avatar for AndreRet
0
156
Member Avatar for arezz09

Seems we missed your post. Your code will be something like like - [CODE]Dim xAdd As Integer For xAdd = 0 To rs.Recordcount - 1 'Rs is your recordset Combo1.AddItem rs!Product rs.Movenext Next xAdd[/CODE]

Member Avatar for cyberdaemon
0
68
Member Avatar for dirkjan75

Show us the code. I'm not sure what you need. I understood the same as Jx_Man, unless you are referring to the data on line 3, which will then be something like - [CODE]Me.Combobox1.ListIndex = 3 'Will show the value from the 4th entry, starts at 0...[/CODE]

Member Avatar for AndreRet
0
113
Member Avatar for maccinelyro

You will have to check before your INSERT statement if the record exist. This can be done by using the BOF or EOF functions. If any of these are true, the record does not exist and you can add the data, else exit the sub.

Member Avatar for AndreRet
0
109
Member Avatar for sanjon

Have a look at [URL="www.connectionstrings.com"]www.connectionstrings.com[/URL] which will have the correct connection code for you to use. There are many ways to connect, depending on your needs like web app, .net, LAN connection or web connection etc. It gives you all the options with the code.

Member Avatar for AndreRet
0
58
Member Avatar for shailaja mohite

It seems that you haev deleted the root user. I went through the exact same thing last week. The eventual solution was to uninstall xampp, mysql file had to be deleted etc. I did a clean install and all worked perfectly after that.

Member Avatar for AndreRet
0
138
Member Avatar for nehj

The reason you never found any replies is because you did not show any effort from your side. There is a lot of work involved in getting a cpu app to work. I will however help you with this one.;) In a class module - [CODE]Option Explicit Private Declare Function …

Member Avatar for AndreRet
-2
217
Member Avatar for tukky

That would be because the Jet db drivers is not installed on your laptop at home. You need to download the drivers and then retry. Your other problem will also be that the database is non existing (assuming it is:)), which will return more errors. Lets first try and sort …

Member Avatar for AndreRet
0
103
Member Avatar for sameerkhan

@Das, it seems we have another trawler on our hands. He obviously did not reply back on this, showed no effort and hijacked this thread. He then went and posted on the other thread which we both rated with a remark like "Yeah". I'll keep an eye on him and …

Member Avatar for AndreRet
0
1K
Member Avatar for Lucky D

Try the following - [CODE]List2.ListIndex = List1.ListIndex List3.ListIndex = List1.ListIndex[/CODE]

Member Avatar for AndreRet
0
87
Member Avatar for Borzoi

[QUOTE]A home of wood in a wooded place, but built not by hand. High above the earthen ground, it holds it's pale white gems. What is it?[/QUOTE] a Birds nest :) What is it that you can keep after giving it to someone else?

Member Avatar for Borzoi
0
745
Member Avatar for P.manidas

Have a look at the attached zip, way much easier method to get a 100% returned time. You can shorten the code by a lot when using it inside your loops.:)

Member Avatar for AndreRet
0
320
Member Avatar for Jaseem Ahmed

Set the customer id as primary key. In your asset table have a field for the customer id. Every customer and asset will then be "linked" this way. If you wanted code, post what code you have and we will then help with solving errors.

Member Avatar for AndreRet
0
82
Member Avatar for AndreRet

I have just started designing, stuck on this. I have a few div tags that I am trying to line next to each other with a 10px spacing between them. I just can't seem to get it to align though. They are contained in another tag (center_container) with the following …

Member Avatar for RoyalElite96
0
257
Member Avatar for androidz

Have a look at [URL="http://www.vb6.us/tutorials/using-crystal-reports-vb6-tutorial"]this[/URL] tutorial. You should find everything you need in there.

Member Avatar for androidz
0
192
Member Avatar for yozzie
Member Avatar for yozzie
0
111

The End.