- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
51 Posted Topics
Re: Hi, Ther ir no way to use VB application softwares in Web, Web applications are distincly different,yiou cantry with DHTML or go for Dot net Windows app cannot be used as Web app With regards Venkatramasamy SN | |
Re: HI, Post your Queryin detail, clearly mention that what you you want to do exactly, then only peples can help tou to achieve it, with regards Venkatramasamy SN | |
Re: HI, there are so many methods to implement file copy, as SCBWV said, you can use Filecopy to copy the DB ToRename the File try the Follwing code Name "c:\temp\test.mdb" As "c:\temp\test1.mdb" hope this code will help you With regards Venkatramasamy SN | |
Re: hi, asking for a complete project construction in a single question is unfare, ask your doubdts that will be answered, complete your task step by step, what you mean online project is it webbased or Lan application, give clear details where you are in the project,where you sticked, then only … | |
Re: HI, what error u r receiving there...? -Venkat | |
Re: HI, Kindly Furnish the error Details... -venkat | |
Re: Hi, Toget link from the Webpage you have to parse the Htmlcode of the webpage(you need to download the webpage first) i assumed that you have the HTML code in a text box, then simly look for the tag <a href> The links usually provided in this tag only, the … | |
Re: Hi, For creating a registration form and keep track their information u need to use database... Design your form with required Controls(Textboxes, Labelbox, Command buttopn) depends on the user information you need, Creata an database with the desired fields that matches with the information you receiving in the form. for … | |
Re: HI, while using option button, it's only possible select any one from the choices offered(Male/Female) so use a varaiable to store the fieldvale,with the help of if condition assign corresponding value to the Varaible and For Multiple choices(Checkbox) u can use array or simply a string, if you are about … | |
Re: Hi, Kindly post the algorithm here, Then people can understand better and help you you to solve the issue.... -venkatramasamy SN | |
Re: HI, All the Above given solutions are correct and works fine, so Kindly Mark the tread as solved... -Venkat | |
Re: HI, Similar thread is posted with the Title of "[COLOR="Green"]MS Access vs. MySQL[/COLOR]" click the below link to visit the thread [url]http://www.daniweb.com/forums/thread5712.html[/url] Hope this will help you. With regards Venkatramasamy SN | |
Re: HI, Kindly post your requirement with complete scenario(What you have, What you did, what you want to do additionaly), Then only people can clearly understand your requirement and possible to solve your problem With Regards Venkatramasamy SN | |
Re: HI, You better to store the Taxtbox value in Date Variable, [CODE]Dim FrmDate as date Dim ToDate as Date FrmDate=doj.text ToDate=doj1.text SQL = "SELECT * FROM travel WHERE doj BETWEEN #" & FrmDate & "# AND #" & ToDate & "#; [/CODE] Hope this will help you, With regards Venkatramasamy … | |
Hi to All, Just override some inconvenience with the session "inporoc: mode, i decided use some other and successfully implemented the SQLServer mode, But My Webserver(Webspace Provider) doesnot support for the SQlServerMode, so again i tried for some other option, this time Stateserver, it works fine in a New Empty … | |
Re: HI, No problem with the paranthesis, no issues if u palcwe or not placing the paranthesis next to the additem property. With regards Venkatramasamy SN | |
Re: hi sonia, to allow only capital letter the logis u used is correct, but u missed an simple thing try the following... [CODE] Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii > 65 And KeyAscii < 90 Then Else KeyAscii = 0 End If End Sub [/CODE] The above code allows … | |
Re: HI, No problem in the code u provided thewith, it works properly, the else stament works if the val(Qtytxt).text is< 0... logically quantity cannot be in <0 zero... so the problem is with the logic u implemented, If u need help clearly mention the problem in deatil With regards Venkatramasamy … | |
Re: Hi, Use the Microsoft Windows Common Controls 6.0 Hope this will help you, with regards Venkatramasamy SN | |
Re: hi, you can get that value as numer using Val() function right....!!! With regards Vnekatramasamy SN | |
Re: Hi, kindly write down the Scenario where u r getting the error,what is your project, what's your task...? Provide your problem in detail, then only people can help you, With regards Venkatramasamy Sn | |
Re: HI, it can be easily achieved if you convert the word file to HTML file save your fiel as HTML file, From there you can easily recognize the Bold numbers(HTML puts <B></B> tags) on text parsing you can recognize the tag and then you can get the following contetent text … | |
Re: HI, Kindly post your question/task in details, Then only people can extend their technical hand to support you, With regards, Venkatramasamy SN | |
Re: HI, Upto my knowledge, it's not possible to read value Directly from the other applcation software, it can be achived that application software has provision to pass the Data to variable for example, Result=application(Inputdata) If that application has the facility call from external and return value to variable this is … | |
Re: Hi, To set focus for the control you can use the Setfocus property, write the Following code in the Form_Activate event [code] Private Sub Form_Activate() Command3.SetFocus End Sub [/code] One more possible way to achive this one is, try with the Tab index property Set the Tabindex '0' for the … | |
Re: HI, to acheive your task try the keycode concept and while posting your code, no need to prefix the code tag in each line, your code should starts with[code] and ends with [/code] with regard s Venkatramasamy SN | |
Re: HI Karthic, using MDI form yiour target can be achieved, try the MDI form if u have problem then notify it here With regards Venkatramasamy SN | |
Re: hi, with the same record set you have created, the following code will help you to get the result, [code] Private Sub see_Click() Do While Not rs.EOF if strcomp(rs!Titles,teachers.tect,vbTextCompare)=0 then books.AddItem (rs!Titles) end if rs.MoveNext Loop End Sub [/code] and instead of using while loop i suggest you to use … | |
Re: HI, Clearly mention your requirement in detail... then only people can undersatnd your requirement and make available to help you, With regards Venkatramasamy SN | |
Re: HI, if that solution not works try this one goto control panel-->user accounts-->User Access control disable the UAC(Unchek the checkbox) it will prompt for restart, restart and try your code, With regards Venktramasamy SN | |
Re: Hello pranav, you are providing very poor information, with this people can't help you without properly understanding your problem/requirement, I am answering with my assumption Assumption: You have a Recordset named "RS" The Search text is in the string variable "SrchText" The Searchnumber is in the integer variable "SrchNumt" and … | |
Re: HI PranavDV, Kindly depict some more details about your need, furnish the details exactly what you what to get there, then only people can help you in normal case Place the Photo's of the Persons in a folder with their name get a name(personname) in textbox display the corresponding pictute … | |
Re: HI karthik, You can't Type data in Listbox use textbox along with a button to achieve this then load the list box items in a table on load event load the listbox with the table values i already answered for deleting a record in your previous thread right if you … | |
Re: Hi karthik, yes you can use app.path ti resolve your connection problem, we can use it from where ever you need, it takes the application folder path as App.path that is your Database should placed on the folder where you placed your application. With addition use can use Subfolder names … | |
Re: Hi, What's your requirement exactly want to open the Wordocument by launching word or opening the doc in the Form...? | |
Re: HI Karthic To load items in the list box use the below code, (i assumed Rs as your record set)... rs.movefirst For i=0 to rs.recordcount list1.additem=rs!Country rs.movenext next To delete an item from the database and reflect the change in List box,use the following code Private Sub List1_KeyDown(KeyCode As Integer, … | |
Hi to Everyone, i am looking to develop an graphical chat program(objects drawn in the either screen should take effect meantime in the other end-Real time drawing) is any body there to suggest me,what tools to use enable a drawing like a simple board Thanks in Advance Venkatramasamy SN | |
Re: hi, VB automatically recognizes the ODBC drivers i think your question may like this... how to connect the database to Vb or how to create the ODBC driver for DB With regards venkatramasamy SN | |
Re: HI Rajesh, If your need s about alternatively set focus to the option buttons, then the tabindex propery mightnot complete your obligation you can acheive it by using arrow keys(any one in four arrow keys...), place the option buttons in a frame now use arrow key to change selection(single key-no … | |
Re: Hi, the posted code woks but misses to react while first item selected(index=0) neglecting that the code written for the identical data holding listboxes, is that satisfies or need code for listboxes with different items..? Venkatramasamy SN | |
Re: hi, useal way to set readonly property for any fiel/foleder Right clisk the corresponding itme then mark the Readonly Chekbox click ok. The item will be set to readonly property With regards Venkatramasamy SN | |
Re: Hi Retriving source code from the EXE is not possible at all Exe contains only machine code(0's and 1's)... You may hear that have has some facility... we used to run java class files through java interpretter because compiled java prgrames will stored as class file, which as intermediate code … | |
Re: Hi, Tell me little clearly ,when that 3 charaters before or after the barcode reader sends the data, if it is before, then simple you can use text1.text="",else you better to get the barcode reader value in a string and then use it, if this not helps to you, give … | |
Re: hi, Use len() function to get the string length Ex dim StrLen as integer Strlen=len(Text1.text) Hope tis will help you, With regards Venkatramasamy SN | |
Re: Hi, The field name you supplied with may be wring spelled or not exist the recordset you created... | |
Re: Hi, Try the following code,it may compltes the expected operation... all the best With regards Venkatramasamy SN | |
Re: Hi, usual code... SrcStr=richtextbox1.text RichtextBox1.text=EncrText after encryption i assum that the encrptr text is stored in the The string variable EncrText If still the Problem Exists post your complete code regards Venkatramasamy SN | |
Re: Hi try the Following code dim count() as integer dim SearchStr,TempStr,SourceString as string rs.movefirst For i=0 to rs.recordcount-1 redim count(i+1) preserve count(i)=0 TempStr=sourceString SearchStr=rs.fields("SearchString") while Tempstr<>"" if instr(1,Tempstr,searchstr,vbTextCompare)>0 then RefIndex=(1,Tempstr,searchstr,vbTextCompare) tempStr=mid(tempstr,refindex+len(searchStr) count(i)=count(i)+1 else tempstr="" end if wend rs.movenext next for i=0 to rs.recordcount-1 msgbox Count(i) next With Regards Venkatramasamy SN | |
Re: HI you need to set the Time Difff in text3 control right, then use the following code under any event text3.text=DateDiff("n",cdate(text1.text),cdate(text2.text) it is suggeted to check for the valid time entry by using the isdate function Ex: if isdate(text1.text)=false then msgbox "Not Valid Time" end if hope this will help … | |
Re: hi To override theis problem u can use textbox along with an frame that can externally handled as inputobox,because inputbox has minimal properties -N.Venkat |
The End.