2,951 Posted Topics
Re: you can also use complete path of the file wiht the server address to access from other systems. | |
Re: CR is not inbuilt to VB 6.0 . You need to install taht separately. | |
Re: you need to use listindex and additem method . | |
| |
Re: what is the database you are using ? | |
Re: try to use crystal report with vb if that is available else go for data report. | |
Re: please change the order by field name. Date is not a recomended field name in database as it is a predefined data type. | |
Re: do you want to display the username after login ? | |
Re: please go through some good book for the same else you can easily find all that by spending some quality time in web seaarching . | |
Re: [QUOTE=virendra777;642146]you can use ado(advance data object) to store......................... adocontrolname.recordset.field("fieldname or index number")=pictureboxname.picture or imageboxname.picture[/QUOTE] You have posted a new defination of ADO . which book you are reading man ??? your method is never going to work. | |
Re: from where you are searching ? | |
Re: use the followingto open the connection while using DSN Conn.[COLOR=#b1b100]Open[/COLOR] [COLOR=#ff0000]"DSN=mySystemDSN;"[/COLOR] & [COLOR=#ff0000]"Uid=myUsername;"[/COLOR] & [COLOR=#ff0000]"Pwd=myPassword"[/COLOR] | |
Re: you need to use add item method of combo and listindex property of listbox. | |
| |
Re: oracle forms and reports is the tool develop GUI applications. | |
Re: first you need to expert data to a file on disc and then attach the same file. | |
Re: pleaes use separate recordset objects for opening dofferent recordsets. | |
Re: you are facing problem with save or delete operation ? | |
Re: You need to use connection,recordset ........and some other objects of ADODB for the same. You need to refer some good book for the same. Start your work and do post back here if in trouble. | |
Re: i also can't find anything like that on sql developer 1.2.1 | |
Re: i can't find any code for text4. | |
Re: try to use this select * from info where date in (date1,date2,date3,.................) | |
| |
Re: yes , you can go with the first option. If you are finding the tab strip a bit difficult to handle try to use SS TAB instead. | |
Re: [QUOTE=siva_it54;637322] actually i need to run a mediaplayer in full screen mode but should not support the mediaplayer feature. [/QUOTE] from your post i am not what exactly is your requirment. | |
| |
Re: It is always better to design your own component. | |
Re: You code is too much to go through. just explain th e exact problem. | |
Re: why you want to develop something which exists fro decades. try your hand on something really new. | |
Re: simply try to use this format [code=vb] con.BegiTtrans 'con is the adodb connection object con.execute "your update statment ...." con.CommitTrans [/code] | |
Re: Yo need to use COUNT function in oracle by passing the username and password from frontend. If this returns 1 then only allow to login else re-prompt for correct username and password. | |
Re: That might be because of some network issue. this is only my guess. | |
Re: please find a related discussion [URL="http://bytes.com/forum/thread641548.html"]here[/URL]. | |
Re: findout the days . add those many days to 1st of jan then highlight those days. | |
Re: As suggested a list box would be a better option . [B]or[/B] set the listindex property of the combobox to 0 (zero) so the first item in the list becomes the default choice even if user does not select anything. | |
Re: what exactly you are trying to do ? | |
Re: you simply need to write a loop. and no need to create a procedure at all for that and you need to remember that printing somthing like that is not the main purpose of defining procedures in database. | |
Re: As suggested ,that can be done at database level. No need to any special aglorithm for that. | |
Re: What did google say ? Have you tried for that option ? | |
Re: when you are posting such a questiln always post what you have tried so far to solve that . That will give us an idea on your exact requirment. | |
Re: Hey Debasish. Here is your tech guru ,but what can i do for you ? | |
Re: you need to connect to third party software to connect to SMS gateway. | |
Re: sorry , i am not intrested to open the attached ZIP . | |
| |
The End.