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
0 Endorsements
~8K People Reached
Favorite Tags

19 Posted Topics

Member Avatar for user777

hi to all... maybe this one will help...here it is: ********** this is an unbound control ************* ***** create first and active connection *********** Private Sub text1_KeyPress(KeyAscii As Integer) dim RS as New ADODB.Recordset If KeyAscii = 13 Then set RS = new adodb.recordset RS.open "select * from [tablename]",activeconnection,adOpenDynamic, adLockOptimistic …

Member Avatar for AndreRet
-1
2K
Member Avatar for vhinehds

Hello everyone. :D Anyway, after a very very long while...i am now active again and ready to help...if i can of course and ready to flood some questions as well. Take care everyone and have a good life. Vhinehds

Member Avatar for happygeek
0
57
Member Avatar for sham

first put a Crystal Report control on your form...then copy the code to your button click event. CR1.DiscardSavedData = True CR1.WindowState = crptMaximized CR1.ReportFileName = crystal_report_file CR1.PrintReport note: CR1 - is the control name for the Crystal Report control i have used. hope this will help you...good luck.

Member Avatar for AndreRet
-2
729
Member Avatar for vhinehds

hi its me again... can someone please explain what a class can do? how to call a class? or if just give me a good link where i can refer to it. thanks a lot.

Member Avatar for Bharati Krishna
0
1K
Member Avatar for vhinehds

i have this strange activity of my program. it is creating tmp files, and its somehow annoying...really. i would just like to ask how can i avoid this and how was it created by my program...thanks a lot for your help.

0
110
Member Avatar for pmccray
Member Avatar for jwshepherd
0
1K
Member Avatar for feeder23

hi feeder23 ok here is a help from me and i hope this one will help you...but make sure you have your ADO control already with valid connections and everything. private sub command1_click with adodc1.recordset .addnew .fields("fieldname") = text1.text text1.text = "" .update end with end sub i think its …

Member Avatar for vhinehds
0
107
Member Avatar for aparnesh

hello aparnesh may i know what's your objective or purpose? because your question or problem is my current study as of now. my interface is in VB...but the only difference is im experimenting on Adobe Designer (not Pagemaker) which produces or creates a database bound .pdf document. my purpose is …

Member Avatar for aparnesh
0
136
Member Avatar for vhinehds

hello guys!!! im back again, of course with something to ask for your help. anyway here it is...Im now in my last stage of the program i am making. and this includes the e-mail notification by by program, which it gets its e-mail details to be sent in the database. …

Member Avatar for Alvein
0
192
Member Avatar for mwaora
Re: Help

[QUOTE=mwaora]AM trying to use a string "0000" to generate an auto number. i.e 0000 +1 to increment to 0001. how do i achieve this.[/QUOTE] ************************************************** hope this one helps... [CODE] dim x as integer 'declare first variable x = 0 'set the value of your variable for x = 1 …

Member Avatar for vhinehds
0
127
Member Avatar for Nomiree

[QUOTE=Nomiree]Sorry, I am a beginner at Visual Basic, and have had to create this project as part of a school task. It keeps coming up with "argument not optional" on the calls tp checkcards and determinewinnings. I don't knkow what this means really, and I don't know how to fix …

Member Avatar for Comatose
0
790
Member Avatar for vhinehds

i have this problem some couple of days back...and honestly im just new to ASP so to some maybe my problem is not that big...here it is: im practicing making a web site using ASP and i have on my html two buttons, and inline with that i also used …

Member Avatar for zippee
0
156
Member Avatar for vhinehds

hello everyone! let me get straight to the point...we have one department in my work here using SAP system. first of all is there a way for me to connect to SAP? second, is there any ocx available for VB6 in connecting to SAP? lastly, can someone help me please...thanks …

Member Avatar for vhinehds
0
143
Member Avatar for vhinehds

hi good day to all. im new in ASP and one of my questions now is: is it possible to have 2 command buttons in one asp page? if possible how can i separate their actions in one form? wherein the first button will give the total no. of students …

Member Avatar for vhinehds
0
173
Member Avatar for vhinehds

Is there a way for me to change the current recordset of a datagrid without connecting the datagrid to an ADO control? thanks in advance guys.

Member Avatar for Comatose
0
131
Member Avatar for vhinehds

Hello guys, its me again... regarding the graph control for VB6, how can i use it like...where to start, where to get it? because i want to try a graph representation for a numeric data. and lastly, is it possible to print its results? thanks a lot.

Member Avatar for vhinehds
0
100
Member Avatar for vhinehds

Hello everyone... 1. is there a way for me to connect to LDAP? 2. if there is...how will my connection string will be? 3. how can i make a combo box with multiple columns? your replies and help will be a great relief. Thanks a lot.

Member Avatar for vhinehds
0
125
Member Avatar for pomahony

hi, just a thought... i can extract users login name by using VB's SysInfo control, here's how: load the SysInfo control by doing this: 1. In the VB IDE click "Project" upper menu. 2. Then "Components" 3. From the list, search for the "Microsoft SysInfo Control" and click it. 4. …

Member Avatar for Comatose
0
413
Member Avatar for vhinehds

Hi to everyone... Just for clarification and added information...can someone please explain deeper what are VB RUNTIME Files and its use or benefit if i dont have VB software. Your response would most likely help me before i start programming in VB, thanks a lot.

Member Avatar for vhinehds
0
379

The End.