Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~9K People Reached
Favorite Tags

39 Posted Topics

Member Avatar for anto_nee

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 …

Member Avatar for Md Saiful
0
223
Member Avatar for orion_nsk

use this in command line REGSVR32 /V then ur ocx or dll name ex: REGSVR32 /V CRPAIG32.DLL it will work out

Member Avatar for frubicel
0
128
Member Avatar for newto_vb

u can do it in a alter(simple) way Combo1.additem rs1.Fields(7) combo1.listindex=combo1.listcount-1

Member Avatar for PriyaPD
0
1K
Member Avatar for newwin
Member Avatar for agrothe
Member Avatar for agrothe
0
118
Member Avatar for GLT

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..

Member Avatar for vicky_rawat
0
140
Member Avatar for GLT

r u really talking about column, it seems like row.. So refreshing the same page will be the solution.. try that..

Member Avatar for GLT
0
118
Member Avatar for whisper_101

hei.. u have got the problem while inserting the record or displaying the record?? hmm..

Member Avatar for whisper_101
0
184
Member Avatar for C41R0

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..

Member Avatar for debasisdas
0
120
Member Avatar for tbabe
Member Avatar for Felipo
Member Avatar for regalla
Member Avatar for yenyen

this is not possible as the code example will be very big.. try urself and ask here if u couldnt solve that..

Member Avatar for SheSaidImaPregy
0
154
Member Avatar for scsibiya

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!!!

Member Avatar for anto_nee
0
102
Member Avatar for tclhacked
Member Avatar for kazulia
Member Avatar for SheSaidImaPregy
0
184
Member Avatar for kshrini

why cannot u validate the content of that row after firing?? and execute the remaining things..

Member Avatar for SPereira
0
217
Member Avatar for anto_nee

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 …

Member Avatar for CertGuard
0
156
Member Avatar for shankar_ns

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 = …

Member Avatar for debasisdas
0
136
Member Avatar for anto_nee

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 …

Member Avatar for SheSaidImaPregy
0
1K
Member Avatar for vidyahajare
Member Avatar for mustoora
Member Avatar for hanky
Member Avatar for Mikepf

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]

Member Avatar for anto_nee
0
87
Member Avatar for manojthanal

and thr is no need of recordset declaration check it u already declared in module i think

Member Avatar for Mikepf
0
830
Member Avatar for Randika
Re: Hi,

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 …

Member Avatar for anto_nee
0
113
Member Avatar for me_j

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

Member Avatar for me_j
0
71
Member Avatar for newwin
Member Avatar for locsin

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

Member Avatar for anto_nee
0
75
Member Avatar for anto_nee

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

Member Avatar for anto_nee
0
125
Member Avatar for meekeen

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

Member Avatar for meekeen
0
69
Member Avatar for anto_nee

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

Member Avatar for anto_nee
0
70
Member Avatar for anto_nee

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" …

Member Avatar for anto_nee
0
2K
Member Avatar for anto_nee

i have to pass caption of a label to the data report label can i do it plzzzzzzzzzzzzz urgent

Member Avatar for anto_nee
0
242
Member Avatar for anto_nee
Member Avatar for anto_nee

Can anyone give me the step by step explanation for connecting asp.net with MYSQL

Member Avatar for binoj_daniel
0
68
Member Avatar for anto_nee

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

Member Avatar for binoj_daniel
0
60
Member Avatar for anto_nee

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

Member Avatar for anto_nee
0
72
Member Avatar for anto_nee

hi to all am new to this community and new to asp.net can anyone guide to do asp.net projects thank you

Member Avatar for Fungus1487
0
61

The End.