- 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
19 Posted Topics
Re: 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 … | |
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 | |
Re: 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. | |
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. | |
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. | |
Re: can you post your code please, where the error takes place...thanks. | |
Re: 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 … | |
Re: 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 … | |
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. … | |
Re: [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 … | |
Re: [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 … | |
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 … | |
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 … | |
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 … | |
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. | |
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. | |
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. | |
Re: 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. … | |
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. |
The End.