473,594 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
1
1,683
thread by: jeepzhen | last post Feb 1 '18 by: GazMathias
Hi experts, I have a problem when converting vb code to c# code. There is getUpperBound method in variant class of vb, But when I convert it into c# code there is no variant type in c#. After I searched on internet there is a way to turn vb variant to object type in c#. There is no getUpperBound method in object type and how should I do? Please...
2
2,586
thread by: vegasvato | last post Feb 1 '18 by: gits
I am one of those old school dinosaur types that has been around since the great depression and to be perfectly honest with you I am very comfortable with JavaScript and do not revert to plug-ins such as jQuery when I can get the same job done with pure clean JavaScript, but when I am trying to capture values from select options lists I used to...
12
4,720
thread by: ReA1 | last post Feb 1 '18 by: RockybBalboa
I have a function, say A() that calls some elements from the database depending on the range provide. What I want to do is, on the UI, there is a 'Load More' button, which when clicked, displays next set of items, by calling the above function A() by making an AJAX call using jQuery. I went through some forums, but was not able to get a clear...
1
4,493
thread by: katiejeynes | last post Feb 1 '18 by: RockybBalboa
I have a content area in which I would like to display some text when the page loads and when a button is clicked (biography). When another button is clicked (AFT) I would like this text to be replaced by the content of a URL via an iframe. At the moment I have managed to get the text to appear when the page loads, however I can't get the...
4
6,603
thread by: C CSR | last post Feb 1 '18 by: RockybBalboa
I hope this is just a syntax issue, but I can call a function when a page is served up like this: <% Function FFcolor(x) Select case x case 1: FFcolor = "#FF0000" case 2: FFcolor = "something else" etc. End Function %>
2
1,909
thread by: DilipHN | last post Feb 1 '18 by: DilipHN
Hello, I am a newbie to coding and now learning python programming. I have a file named nptmdtrj.txt file which has water, glycine molecules along with x,y,z coordinates. I want only the oxygen of water (named as OW)along with its x,y,z coordinates to be written in another file. I am able to do it, but the problem is i am not able to write the...
1
2,205
thread by: CarolBratlien | last post Jan 31 '18 by: CarolBratlien
I opened my file database and tried to do a "Save As." I got a popup window that said "All open objects must be closed prior to continuing this operation." I said "Yes" to closing and my switchboard then closed. I was unable to complete the "Save As" and when I closed the program and opened it again, the Switchboard was missing. How to I get...
1
1,750
LuminosaRodino
thread by: LuminosaRodino | last post Jan 31 '18 by: RichardThøgerse
Some days ago, I tried to open database and got – SQL Server Table Corruption Error. I used SQL Server Management Studio, but it didn’t assist. What could I do for opening database?
2
2,313
thread by: fad3r | last post Jan 31 '18 by: RobertoRomello
Hello everyone, First time poster. Been at python about 2 weeks now. As part of a larger challenge (that I have mostly solved) I need to print every other keypair in a dictionary. The way I thought about this was looping through the dictionary with an index method and then trying to use % to tell if it was even or odd. If it was odd I...
2
2,645
thread by: lusitanooo | last post Jan 31 '18 by: lusitanooo
How to get mysql to comply with all instructions from a file? Ransacked the entire forum, tried everything I could find, but the instructions are not executed. Here is the code: Code: <?php /* Connecting, selecting database */ $link = mysql_connect("localhost", "root", "") or die("Could not connect"); print "Connected...
1
1,740
thread by: no landing | last post Jan 31 '18 by: weaknessforcats
want to know about ifstream and ofstream.
0
1,450
thread by: lakshmi43 | last post Jan 30 '18 by: lakshmi43
i created one dictionary ex:abc={"name":"xyz"} after that i appened that dictionary to the list ex:x= x.appened(abc) i am iterating the list and i am comaring new name with already exsiting name if name is new i want to appened the new record to the list
0
4,753
thread by: yasserfakhry | last post Jan 30 '18 by: yasserfakhry
Hi, I want to display pdf file into OLE field using button from oracle forms 6i, the file located in my local desk. How can I work around this issue? Many thanks
1
1,821
thread by: PragathiSri | last post Jan 30 '18 by: chaarmann
Eg table a. Tableb Idno: 1 2 id 1. 2 Name: rahul. Taml. Rahul. Tamil City chennai. Madur. Chenn. Madurai I have like this i need to compare each row n coloumn using loop to find diffrences can anyone help with the full code
3
5,845
thread by: kiddnetu | last post Jan 30 '18 by: tina CY
I am an undergrad who is study software engineering. My project is to develop a program to help people transfer content from Android device to iPhone via USB cable. Any third-part library I can use? It seems hard for me to write it from scratch.
11
4,107
PhilOfWalton
thread by: PhilOfWalton | last post Jan 29 '18 by: PhilOfWalton
I have several Language packs installed with my database, visible in the File-->Options-->Language Tab. Under Proofing (Spelling Grammar) In most cases it shows "Installed", but not in the case of Mongolian. When you download the Mongolian Pack from...
0
21,576
thread by: Dostonbek | last post Jan 29 '18 by: Dostonbek
Hi to all.In css Box-shadow is not working with clip-path. How to solve this problem. Thanks in advanced
1
1,876
thread by: sc5502 | last post Jan 27 '18 by: Luuk
I have an app that captures the start time and end time of a process. Start time: lbl_Start.text = Now() ' display start time Dim STARTx As DateTime = Now() ' capture start time ' 'Code follows '
6
7,305
thread by: bmj121 | last post Jan 27 '18 by: NeoPa
So I currently have a set of code that will calculate a date from a start date and will make sure the end date does not land on a weekend or a holiday. Which is great. But I also need it to not count those weekends or holidays when it is adding the number of days to the start date. Here is the function I have now: Function...
0
1,944
thread by: dustyman2003 | last post Jan 27 '18 by: dustyman2003
I am starting a software business called DH Original. I was wondering what software is in demand and what we should start out with. What can we make that you would buy?
1
1,623
thread by: mshakeelattari | last post Jan 27 '18 by: NeoPa
When I define custom fonts, some controls pick this font others not in MS Access 2016. Need help. Or Can I save the colors and fonts used in a form or a report as a custom theme? Help needed.
1
1,881
thread by: John Kor | last post Jan 27 '18 by: NeoPa
Am trying to create SQL to subtotal by each ILDOC number. The transaction amount,field ILPAID. Both fields are type "number". I am basically just starting to trying to write formula. Thanks, John
1
1,411
thread by: CD Tom | last post Jan 26 '18 by: NeoPa
In my application I have many places where users can create and send emails, however not all users have outlook, so is there a way to use other email providers with Access VBA. Thanks
1
1,427
clothildebacqu
thread by: clothildebacqu | last post Jan 26 '18 by: NeoPa
I had a problem with the database when working with Acces 2013. An error occurred while opening the file I got Invalid field data type.
6
4,667
thread by: John Kor | last post Jan 26 '18 by: NeoPa
I am trying to divide a field in my Access query. Below is what I have so far. But, something is wrong I get an error. PAID : (Sum(IIf(,1,0))/(/100)) I am primary trying to divide the "Paid" field by 100. Thank you, John

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.