- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
39 Posted Topics
hi frnds here i found many solutions for vb thanx for all your help and now i came with a new problem i have a file (doc,xls,txt, jpg or whtever it is) here i have to open that file from vb i have the filename i cant imagine i have … | |
Re: use this in command line REGSVR32 /V then ur ocx or dll name ex: REGSVR32 /V CRPAIG32.DLL it will work out | |
Re: u can do it in a alter(simple) way Combo1.additem rs1.Fields(7) combo1.listindex=combo1.listcount-1 | |
Re: can use flexgrid.rows=flexgrid.rows+1 let me know wht the exact problem do u have | |
Re: Try to go to the next page for the order details to enter, with the order main details as hidden fields.. then use two different queries to insert both the tables.. Procedures possible when u have the master table values GLT.. | |
Re: r u really talking about column, it seems like row.. So refreshing the same page will be the solution.. try that.. | |
Re: hei.. u have got the problem while inserting the record or displaying the record?? hmm.. | |
Re: hi.. You cannot use a DDL inside a trigger as they will manipulate or create a table for each record insert or update.. try something else.. | |
Re: boss.. whts ur problem.. Explain it before giving the source code.. | |
| |
Re: Veena, Dont we have trigger concept in Access..??? | |
Re: this is not possible as the code example will be very big.. try urself and ask here if u couldnt solve that.. | |
Re: if ur content is dynamic then u have to use the database while searching, if its manual then search ur webpages.. very simple.. Google to search will not be a good idea as a programmer.. try.. u will get something.. Cheer!!! | |
Re: what result u r getting?? | |
Re: give the full source code of that registration file.. let me have a look.. | |
Re: why cannot u validate the content of that row after firing?? and execute the remaining things.. | |
hi to all... giving support to my projects now i came with another problem.. when i trying to pass the values to popup am using request.form in the popup will it work?? it is not working for me.. coz will not post the form for popup... my code is here … | |
Re: this is wht i did in my project first design ur report thru crystal reports in a form(vb) u just add the crviewercontrol then write the code using this logic [code] Private Sub cmdReportOK_Click() Dim m_Report As CRAXDDRT.Report Dim m_Application As New CRAXDDRT.Application Set m_Report = Nothing Set m_Report = … | |
Hi to all am new to asp and am parcipating a project on asp in our company... here i got one prob that passing the parameter thru onclick.. i tried a lot but nothing materialize.. i have 5 buttons here.. for all buttons same function that i have to submit … | |
Re: i too like to know about creating and using dll's | |
Re: u just register the ocx files in to ur new system | |
Re: try this [code] rs.open "select mycol from mytable where mycol='"+myvalue+"'",mycon if rs.eof=false then rs1.open "select * from mytable1 where mycol1='"+rs(0)+"'",mycon if rs.eof<>false then rs1.addnew rs1(0)=myval1 rs1(1)=myval2 . . . rs1.update endif rs1.close rs.close endif [/code] | |
Re: and thr is no need of recordset declaration check it u already declared in module i think | |
Re: try to use this [code] Option Explicit Private Declare Function GetSystemMenu Lib "user32" _ (ByVal hwnd As Long, _ ByVal bRevert As Long) As Long Private Declare Function RemoveMenu Lib "user32" _ (ByVal hMenu As Long, _ ByVal nPosition As Long, _ ByVal wFlags As Long) As Long Private Const … | |
Re: use this logic [code] dim rs as new adodb.recordset rs.open "select emp_name from employee",myconnection do while rs.eof=false combo1.additem rs(0) rs.movenext loop rs.close [/code] try this will work | |
Re: wht u actually mean | |
Re: this is caused by mirosoft if ur windows copy is not original, it will show the error like this but u can download the software for package "setup factory" by search it will solve ur prob | |
hi to all how to obtain the date and time of server from client by vb coding anyone plz tell me is it possible in vb somebody said we can use client side caching but i dont know hw to implement this thanx in adv | |
Re: hi i didnt found any solution here hw u solve the prob if u tell others can study the prob and they can get the logic | |
rsYear1.Open "select count(ComplaintNo) from tblcomplaint where year(cDate) ='" + Year(DTPicker1.Value) + "'", ConSQL, adOpenDynamic, adLockOptimistic hi if u find any fault here reply me immediately rsYear1.Open "select ComplaintNo from tblcomplaint where cDate ='" + DTPicker1.Value+ "'", ConSQL, adOpenDynamic, adLockOptimistic i already try this also plzzzzzzzzzz | |
any problem here with the code coz am getting the error as unable to load the report error no:20525 and it shows the property read only can u clear it plzzzz CrystalReport1.ReportFileName = App.Path + "\REPORTS\Nature_Of_Complaint.rpt" CrystalReport1.ParameterFields(0) = "natureofcomplaint;" & cmbReport.Text & ";true" CrystalReport1.ParameterFields(1) = "fromdate;" & dtpFrom.Value & ";true" … | |
i have to pass caption of a label to the data report label can i do it plzzzzzzzzzzzzz urgent | |
can any one explain me about connecting data reports,ms sql and vb6.0 | |
Can anyone give me the step by step explanation for connecting asp.net with MYSQL | |
hi can anyone direct me to get the references for synchronization, remoting and ad rotator. if u can giv me some definitions too thank you | |
please anyone giv me the sol MsgBox Mid$(txtFirst.Text, 0, 2) whts the prob with this line it displays "invalid procedure call or argument"" please help me | |
hi to all am new to this community and new to asp.net can anyone guide to do asp.net projects thank you |
The End.