473,538 Members | 16,259 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.
 
6
7,602
thread by: Joshuaschist | last post Oct 1 '20 by: Joshuaschist
Compiled with warnings. (webpack)/buildin/global.js There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Use equal casing. Compare these module identifiers: *...
4
2,999
thread by: adrianolsantos | last post Oct 1 '20 by: cactusdata
Hi I don't have much experience with programming but I amm trying to build a MsAccess database to help with my work. The problem I have is that, based on some parameters, I need to merge some records in a table. For example: DATE | WorkOrder | StartTime | FinishTime 01/01/2000 | 100 | 08:00 | 10:00...
0
2,747
thread by: muneermohd9690 | last post Oct 1 '20 by: muneermohd9690
i have an employee table which has a field named department.i want the users to receive a message that no more employees can be assigned to this department because a certain limit has reached.the users will be using forms in ms access to insert the details.is it possible to do so using vba? What I have tried: i have created a query which...
2
2,855
thread by: muneermohd9690 | last post Oct 1 '20 by: muneermohd9690
I have an access database for employees.certain users from manager level has access to this databse. I want to log any changes (add new,edit,delete) to the databse using vba code.the users will be using forms to do the edits. I have tried using the below code,but the problem is that the below code works only for a standalone form. My forms contain...
3
4,300
thread by: Freddie1001 | last post Sep 30 '20 by: isladogs
Good day MMcCarthy Please I'm a beginner in Access programming. I'm developing a small application for my office use. On the Form, I would like to have some fields diabled based on selection from a combo. For instance, immediately after selecting Cars in a combo, the fields Tonnage and AuxTank should be disabled; preventing user from entering...
3
3,899
thread by: ZKAHADI | last post Sep 30 '20 by: isladogs
If i made 3 tables One Personal Data Two Academic Data Three Fee Data How i can Add all these table data to One table? should i make fourth table ? or query will make a table for all three table and report?
2
2,536
thread by: Aarav raj | last post Sep 29 '20 by: Banfa
hh.c:2:10: error: expected =, ,, ;, asm or __attribute__ before numeric constant int conio.2(int number)
1
3,905
SwissProgrammer
thread by: SwissProgrammer | last post Sep 28 '20 by: Banfa
I have been reading for a few years false claims from various sources that if someone does not use the "latest" or the "most recent", web browser with the latest version of MS Windows, then they cannot see the best company's web site offerings. Some might have wondered about the truth of those claims. Here is an example of a web site that...
3
3,018
thread by: umair ali | last post Sep 28 '20 by: Banfa
is pure virtual function has more memory than virtual function?????
1
8,586
thread by: Tutormandomz1 | last post Sep 28 '20 by: sarbjitgrewal
Anyone heard about foursquare and if you do. What is your review about this social networking site? For me, Foursquare is a location based social networking website, where users can check into locations via their smartphones. Foursquare allows businesses to create a page or create a claim on an existing venue. A good marketing strategy used by...
2
3,088
thread by: dada1 | last post Sep 27 '20 by: dada1
Hi, I need a little help with someting Id like to implement, but not sure how to do it. Im running eBay like classifieds site. There are a lot of filters on my site e.g. you can filter ads by price, by category, by city, by condition Lets say we have this use case: - User is able to filter ads on my site using filters - Once he does it...
1
7,703
thread by: iceja | last post Sep 27 '20 by: SwissProgrammer
Hi! I have the following JasperReports report https://gist.github.com/iva-nova-e-katerina/e84003f7cd9ec84e8ecd8f53d91c8ffc#file-npa-xml And it generates the following result : https://user-images.githubusercontent.com/15146371/93114540-5bf41580-f6c3-11ea-9a50-66db8bc4cce6.jpg Could you tell me how to fix marked in red? PS: it is about...
1
4,768
thread by: yesdeep | last post Sep 27 '20 by: SwissProgrammer
https://ubblu.com/the-powerful-evolution-of-team-communication/ When you goto the above blog link on mobile, you can see this extra space: https://prnt.sc/ud5c17 The extra gap in the mobile browser must be removed. How can I remove it! I have used elementor to to edit my blog template in Wordpress, after all the edits, the whole page...
1
2,879
thread by: HRHub | last post Sep 27 '20 by: SwissProgrammer
The best job portal script is simplify the Recruitment process for candidate .So, you can save the time for valuable candidate. So, Build an job portal script its strengthening for HR team
1
2,122
thread by: Aspect11 | last post Sep 27 '20 by: SwissProgrammer
So I have this code: https://pastebin.com/AzYEkgmr My current problem is when the 'else' statement on deleteNode() runs, it doesn't shift all the nodes upwards and instead leaves the node which is meant to replace a further up one there. Anyone got any ideas. I am using python 3.8.2 with pycharm community 2020.2.2
2
5,633
thread by: eladmiara | last post Sep 27 '20 by: SwissProgrammer
i have just launched this project, and i am looking for feedbacks about the css styling, and the html, generally what u think of the website?? https://www.freecodewiki.com/learn-programming/what-i-accomplished-during-two-months-of-learning-to-code.php
6
4,414
thread by: mshakeelattari | last post Sep 26 '20 by: Tomcruisesmart
In MS Access, when coding in VBA to show a string of any Unicode language (e.g., Arabic or Urdu, Persian, etc.) in a message box or textbox, it is changed into a strange language, e.g., э -. Is there any solution for this other than going to settings/control panel and setting an alternate language for non-Unicode languages?
0
3,237
SwissProgrammer
thread by: SwissProgrammer | last post Sep 26 '20 by: SwissProgrammer
Years ago I asked what my code was doing while it was running. Smooth running or crashing or locking up. What did it do? Am I sending data and values correctly? Are my calculations actually working as I want them to work? Are my returned values what I want them to be?
31
10,129
zmbd
thread by: zmbd | last post Sep 26 '20 by: SwissProgrammer
Looking for tricks or methods of tracking the Node>Children>SubChildren in an XML traverse. Loading the XML isn't an issue, I have working code for that, it's determining the level of recursion as I traverse the tree, branches, twigs, leaves. What I need to do is relate back the Leaves to the Twigs to Branches (yes, I know: Nodes, Child Nodes,...
8
2,185
thread by: Lwaugh | last post Sep 26 '20 by: ADezii
Hello- I am not very familiar with access I took a class on it many many years ago, I am currently using about 15 different schedules in excel which if I make one change to 1 sheet I have to update the other 14. It was recommended to try and using access, I have watched several tutorials on relationships and primary keys and basic use, however...
0
1,650
thread by: superjohnellee | last post Sep 25 '20 by: superjohnellee
function create_time_range($start, $end, $interval='30 mins', $format='12'){ $startTime=strtotime($start); $endTime=strtotime($end); $returnTimeFormat=($format=='24')?'g:i':'G:i'; $current=time(); $addTime=strtotime('+'.$interval,$current); $diff=$addTime-$current; $times=array();
2
3,313
SwissProgrammer
thread by: SwissProgrammer | last post Sep 25 '20 by: SwissProgrammer
I used to write HTML with server-side scripts (long ago), but not for a long time, and so I think that the following should be easy for you. This is a great site. I humbly request an addition to it. I was reading old articles here and found (from Apr 4 '16) Control External Processes using Scripts - CMD by NeoPa, one of some of whom I have...
0
1,377
SwissProgrammer
thread by: SwissProgrammer | last post Sep 25 '20 by: SwissProgrammer
Not a general description of what it does. Not a general description of why it does what it does. What exactly is it in CODE (declaration)? C++11. Not visual studio any version. Not ".net" anything. I use ZeroMemory(&wc, sizeof(wc)); I cannot use SecureZeroMemory(&wc, sizeof(wc));
9
1,596
thread by: Zelur90 | last post Sep 25 '20 by: Zelur90
I have level 0 products (finished product), level 1 products (component) and level 2 products (sub-component). My subcomponents have all the price calculations, which are inherited by the component and then the finished product. At the end, based on the finished product group, I want to add a % margin. This becomes then my sales price. ...
14
10,233
thread by: Jasn Clintok | last post Sep 25 '20 by: Naheedmir
We just launched a small business website. It looks good, but worried it might have all the right stuff to be ranked in the search engines. Was looking for advice and tips on what to get it search engine ready? Just the basics, a list of what one should do. Like a starting point of sorts.

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.