User Profile

Collapse

Profile Sidebar

Collapse
ucu13
ucu13
Last Activity: Oct 19 '12, 09:40 AM
Joined: May 29 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • solved!!!
    Code:
    WHERE IntestazioneCompleta LIKE '%D%AZEGLIO%'
    in php i used this code:
    Code:
    $string=D'AZEGLIO;
    Code:
    $string= preg_replace('/(\w)\'(\w)/', '$1%$2', $string);
    See more | Go to post

    Leave a comment:


  • What is the best format for this select condtion?

    i have a 'Like' condition in Sql Server Select query

    My condition is this:
    Code:
    WHERE IntestazioneCompleta LIKE '%D'AZEGLIO%'
    if i have a simple word like 'AZEGLIO' all works fine

    but with this type of word 'D'AZEGLIO'

    how i can format this in sql to make it work with this type of words?
    thanks in advance..
    See more | Go to post

  • ucu13
    started a topic zedgraph order values desc

    zedgraph order values desc

    Hello,
    I want to order the x axis to show from the newer date to old one.

    exemple:
    now show: 05.08.2012-> 06.08.2012->07.08.2012 on x axix

    i want to show: 07.08.2012->06.08.2012->05.08.2012 on x axis

    some ideas pls
    See more | Go to post

  • i have an error when i try to compile. The base class includes the field 'SCRMAN'

    i have this error


    The base class includes the field 'SCRMAN', but its type (System.Web.UI. ScriptManager) is not compatible with the type of control (System.Web.UI. ScriptManager).

    when i try to compile the code..
    the error is on this line
    Code:
    <asp:ScriptManager ID="SCRMAN" runat="server">
    i have tryed multiple solution but nothing work..
    can somebody help me.thanks...
    See more | Go to post

  • maybe if you can give more details. ex for men you gave some details.you can try this: create a database "store" or whatever, then create a table category that contains man,women,kids, and the id. then create the second table with materials. with columns: id,id_category, material;

    for example:

    store: category: id, category
    1 man
    2 women

    material:...
    See more | Go to post

    Leave a comment:


  • it's a very long code..it's not soo eazy..i start this webpage from another page.and depends what link i use..
    i have 9926 line of code in this file
    See more | Go to post

    Leave a comment:


  • what is the best option to debug JavaScript function?

    i have a webpage where i use php and javascript function.
    it's about map display(mapguid e). i whant to find what is the first function that run??
    See more | Go to post

  • ucu13
    replied to Display Google Map in Windows Form
    Code:
     public partial class GoogleMap : Form
        {
            MeasuringPointDetail measuringPointDetail = new MeasuringPointDetail();
            public string Lat = "";
            public string Long = "";
            public GoogleMap()
            {
                InitializeComponent();
            }
    
            private void GoogleMap_Load(object sender, EventArgs e)
            {
    ...
    See more | Go to post

    Leave a comment:


  • ucu13
    started a topic Display Google Map in Windows Form

    Display Google Map in Windows Form

    I have to display google maps in a windows form.
    I managed to display the map in the form like this link:
    http://maps.google.ro/maps?q=N45.447...53418&t=m&z=16

    but i have to display only the frame with the map in the form..not the whole page.
    can someone give me an idea or a piece of code?...
    See more | Go to post

  • ucu13
    replied to declaration syntax error
    in C
    the first error is delaration syntax error on this line:
    Code:
    RTproces::RTproces(info_init_proces info_init)
    but at the first part of the code if i let the original code like this
    Code:
    #ifndef __RTProces_CPP
    #define __RTProces_CPP
    i have more than one error but
    if i modify this line with this
    Code:
    #ifndef RTProces.CPP
    #define RTProces.CPP
    i have only the error that I mentioned at first
    See more | Go to post

    Leave a comment:


  • ucu13
    replied to declaration syntax error
    in C
    now if i use the declaration like this i have the same error
    Code:
    //implementarea clasei Proces
    #ifndef __RTProces_CPP
    #define __RTProces_CPP
    
    #include<dos.h>
    #include"RTproces.h"
    
    extern int p[21][4];
    //Constructorul clasei Proces
    RTproces::RTproces(info_init_proces info_init)
    {
    	p_env->j_ip=FP_OFF(info_init.adr_initiala);
    	p_env->j_cs=FP_SEG(info_init.adr_initiala);
    ...
    See more | Go to post

    Leave a comment:


  • ucu13
    replied to declaration syntax error
    in C
    johny10151981:t his two lines..but what is the problem with this to lines.i used this two lines in more than this project file and i don't have any error,only in this case i have a error.
    weaknessforcats :do you refer on include RTProces.cpp or define
    See more | Go to post

    Leave a comment:


  • ucu13
    replied to Sql - insert into
    have to look carefully as how the datatime fields is formatted. must keep in mind the regional settings from windows.you have to get this type of value"2012.05.3 0...." and i think you get "2012,05,30.... "
    See more | Go to post

    Leave a comment:


  • ucu13
    started a topic declaration syntax error
    in C

    declaration syntax error

    i have this code:

    //implementarea clasei Proces
    #ifndef RTProces.CPP
    #define RTProces.CPP

    #include<dos.h>
    #include"RTproc es.h"

    extern int p[21][4];
    //Constructorul clasei Proces
    RTproces::RTpro ces(info_init_p roces info_init)
    {
    p_env->j_ip=FP_OFF(in fo_init.adr_ini tiala);
    p_env->j_cs=FP_SEG(in fo_init.adr_ini tiala);
    p_env->j_flag=0x200 ;...
    See more | Go to post
No activity results to display
Show More
Working...