Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~8K People Reached
About Me

Software Developer / Engineer

Member Avatar for SimonIoa

Hello i want to make a gradient header on ion-navbar on my ionic 3 project. home.html `<ion-header><ion-navbar color="primary">` variables.scss `$colors: ( primary: linear-gradient(red, yellow),` This doesnt work. color="primary" works if i put a single color value (e.g. #333) Any idea how to make it gradient?

Member Avatar for SkinHead
0
4K
Member Avatar for matale

When drawing DB relationship diagrams, do you usually show all the relationships? Because I seem to have lots of them and my diagram is geting very messy. Sample Pic attached, I didnt even fill in all of them in this diagram

Member Avatar for Leonarda
0
218
Member Avatar for eyad212

i use a Button on tool strip menu any one can help me to write a code(function) so when i click it i get what i want i dont want to use the mouse

Member Avatar for trpsjt2008
0
747
Member Avatar for ReeciePoo

[code] [COLOR=#000000]] Dim GETWORD[/COLOR] [COLOR=#000000] Dim GETLINE[/COLOR] [COLOR=#000000] Dim ARRAYNUMBER As Integer[/COLOR] [COLOR=#000000] Dim itmx As ListItem[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] nFileNum = FreeFile[/COLOR] [COLOR=#000000] Open "C:\Documents and Settings\Reece\My Documents\I.T\Visual Basic\Reece\client.db" For Input As nFileNum[/COLOR] [COLOR=#000000] If Input(LOF(nFileNum), nFileNum) > "0" Then[/COLOR] [COLOR=#000000] GETLINE = Input(LOF(nFileNum), nFileNum)[/COLOR] [COLOR=#000000] GETLINE …

Member Avatar for reeturaj
0
336
Member Avatar for Mohit Garg

When i try to install MS SQL 2000 on Windows XP machine it says that server component is not supported by this OS.What should i do get it run on this machine?

Member Avatar for rfmoore
0
168
Member Avatar for Vaishali Chavda

When i m strating the sql server 2005 , it asks me the server name.. What is the server name that i have to enter for the connection.. thanx.

Member Avatar for gau_1982
0
112
Member Avatar for Prozeen

Hi all, I have 3 labels, with 3 captions (i.e. integers)... Label 1 = 1 Label 2 = 3 Label 3 = 2 What I want to do is search all these labels and find out what the highest number is (in this situation it's 3) so that I can …

Member Avatar for Prozeen
0
433
Member Avatar for claptrap

I am trying to learn about databases and at the moment starting to read general stuff about multidimensional database design. The trouble is, I don't even know the basics about databases, like what is natural key (same as primary key made of single components?) or surrogate key... Could anyone explain …

Member Avatar for claptrap
0
123
Member Avatar for lsy

i would like to query a date which only showing work week and year... i try in FORMAT([MYDATE], 'WW YYYY', 1, 2)... it work but when goes to 31/12/2006 it showing "01 2006"... but suppose it should show "01 2007" how can i overcome this?

Member Avatar for morgan9
0
97
Member Avatar for dudegio

Please help me on how to join 4 or more tables. I have an idea of joining tables but it is good only for two. I have joined 3 tables before but i worked that in access. For now, im using MySQL and Php. Hoping for your response. Thanks....

Member Avatar for SkinHead
0
70
Member Avatar for carmaniac

Any recommendations for Barcode software that can be embedded into certain field in MySQL database to generate barcode? Thanks!

Member Avatar for SkinHead
0
85
Member Avatar for w00dy

Is there a VB function to allow you to construct counters using different number systems ie base 3, base 4, base 5, 6, 7 etc ? I haven't used VB for a while and I'm getting a headache trying to think how to get started on this, I just need …

Member Avatar for SkinHead
0
128
Member Avatar for kinchesskin

i m new in VB just self-learning.. if i wanna build a menu.. however, somewhere is highlight and seems wrong.. please help.. [U][I][B]ck_chick.Value = 0[/B][/I][/U] <--- is it wrong? [code] Option Explicit Private Sub Form_Load() Print "1" End Sub Private Sub Command1_Click(Index As Integer) Dim food1, food2, food3, food4 Dim …

Member Avatar for ~Paul~
0
388
Member Avatar for comp_sci11

I really need some help here and hope there are some Access database whizzes out there...and i know...there are.... my friend and I are doing a database project for a health care service... and we are trying to use the expression builder to perform calculations But for our fields, we …

Member Avatar for comp_sci11
0
151
Member Avatar for rado

i have table (id1,id2) 1.row [1,2] 2.row [2,1] 3.row [3,4] 4.row [4,3] 5.row [5,6] 6.row [6,5] i want to get result: 1.row [1,2] 3.row [3,4] 5.row [5,6] or 2.row [2,1] 4.row [4,3] 6.row [6,5] i try anithing, (but not temporarry table), to eliminate cross data, but ... , can you …

Member Avatar for cfAllie
0
125
Member Avatar for gurusamy
Member Avatar for SkinHead
0
86
Member Avatar for reZo

[B]Description:[/B] The problem is with the SQL. In tbl_comment.comment_mreference, I have made this column varchar(60). It can either contain an integer value, or an alphanumeric value. If it's an integer value, an admin would be logged in and it would have inserted there auto_increment member number into tbl_comment.comment_mreference. If it's …

Member Avatar for SkinHead
0
141
Member Avatar for mandy2612

hi i'm an absolute fresher in DBMS and our teacher gave us an assignment in this there are two questions, we have to draw the UML diagram, find the association, ER diagram,and then to write SQL queries the problem is that i'm little bit confused about the attributes i think …

Member Avatar for SkinHead
0
180
Member Avatar for FIRE

I am very new to database creation and do not know alot about creating one at all. I would like to create one for my website however and would be very much appreicative if someone can walk me through the steps. Thanks

Member Avatar for SkinHead
0
97
Member Avatar for mstester

Hi all......another question for ya all :S Does anyone know of a way to monitor a change to a database, Basically I need to write some code for my app that can detect a change i.e. table x has been modified in someway or table y has been created etc? …

Member Avatar for SkinHead
0
170
Member Avatar for sravani

I currently have to set up the ODBC configuration using Control Panel/ Administrative Tools/Data Sources (ODBC)/User DSN etc in Windows 2000. This means that when I distribute the application I will have to get other users to go into Control Panel, and configure the ODBC and set the DSN for …

Member Avatar for SkinHead
0
97