displaying records to itgrid from database filtered by text picked in combo box
good day i already populated my combo box with the supplier names successfully but now i am having a problem displaying records to itgrid from database filtered by text picked in combo box in which i...
View ArticleFor i...Next (i)?
I hope someone can help me with this, though I don't know if this question is trivial at the very least. I've quite a load of For...Next statements in my code, and in each subroutine that uses a...
View ArticleConflict between borderless form manual resize and borderless form drag and...
In the notes app I am currently developing, I have a borderless form with manual resize code and manual 'drag and move' code. The problem is that these two conflict with each other and I can't do both...
View Articleload image1 from url with height and width
i need help understanding how to load image gif or jpg from url to image1 with height and width height = 377 width = 48 please urgent:eek::eek::eek::eek::eek::p:eek::eek::eek::eek:
View ArticleCrystal Report Query using VB 6
trying to get a report from access data base using VB 6 codes what i want it is a collective data data from my DB, between two given dates, say start date and end date and i need another field...
View ArticleProblem Filter Year with Between
Dear Expert, I have try to Filter year using Between in query, but it fails to Filter it still display the year from the first combo i choose when both combo box is activated. Kindly point me the...
View Articleguys need simple help textbox
in my chat client i have a multiline textbox1 were i type room message after i send out the message the textbox1 stays on second line , the caret don't go to beginning Code: Dim iClicks As Integer...
View Article[RESOLVED] Print using ; (semi-colon)
I thought that putting a semi-colon after the variable in a Print statement suppressed the vbNewLine but when I looked at the file using a hex dump I see &H0D &H0A after every line. How do I...
View Articlelabel1 colour help tricky done it before forgoten
in form has labe1 , caption is set to count:0 count:0 is currently red , how do i change the colour of 0 only to yellow Label1.Caption = Label1.Caption = "count:" & counter goes here with colour...
View ArticleHow can I get the last row number of MS Access database table into a Text Box?
Hi, I want to get the last row number in a Text Box called txtLastRowNumber.text. How can I get it? I am using MS ACCESS Database 2007: Accounts.mdb Table Name: Customers Please help me. Regards.
View ArticleClient connects to Server but Server is not running
I would have expected an error message after so much time but no messages have been displayed and the Client is still running. ClientSocket.Close ClientSocket.Connect ServerIP, ServerPort...
View ArticleHow can I make a very time-consuming loop short?
Hi. There are some loops in my code, that take very long time (a few hours) to complete. This is one of them, that also is the longest. Code: For x = 0 To cal_it(5) If z_it(x) = 0 And kh(x)...
View ArticleWho connects to who?
I'm working on a multi-server multi-client project for one of out members. I have ServerA, Server1, Server2, Server3,.........,ServerNNN All clients first connect to ServerA. Here they are verified. If...
View ArticleSearch for a match on an IP address
I have an idea but would like others to give me your idea about how to search a list of IP addresses to find a match of an IP Address coming in from a connection. Let's assume I have a list of 1000's...
View Article[RESOLVED] Changing an open path for saving depending on the number in a...
Hi there everyone. Last year I was working on an attendance prog that would give students the option of adding their birthdays. That prog would only hold one roster of students. This is the code I use...
View ArticleChild forms and "reproduction"
I'm having second thoughts about the performance of an MDI application I'm trying to make. The application consists of some child forms within the MDI parent. There aren't any problems when I run and...
View ArticleDTPICKER value
Hello Sir/Madams. I have DTPicker and i want to how can i determine if it is a saturday and sunday. if it is sat/sun i have to add 1 more day to my Remaining Days. thank you. Code: if dtpicker1.value =...
View ArticleAdd Text only if one combo bos is enabled
I have a form with 7 text box which includes 2 combo box : ComboBox1 as Bank & ComboBox2 as Cheque.... while the form is running, if someone clicks in combobox2 then text4 & text5 gets enabled...
View ArticleKeys
Hi how to use kboard keys for shortcut i mean if i press enter the ok button will be pressed, D for delete, A for add, etc. plz some some code.:afrog:
View Article[RESOLVED] Splitting Time and date Var
Hi Guys how would you split this: on button click i get strTime populated, this will read for example "2013-24-02 10:55:00" then it is displayed in a list content. i need it to display: "24/02/2013...
View Article