CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fahedksa

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    14,607

    Re: Create VPN connection from visual basic

    Thank you for reply.
    but what i want is to create new vpn connection using visual basic 6 code
  2. Replies
    2
    Views
    14,607

    Create VPN connection from visual basic

    Hay,
    I want create VPN cnnection in visual basic 6 and give these program to my friends and they after run the program they will find the connection already created in thier pc , is there any idea...
  3. Replies
    3
    Views
    822

    Re: select range between letters

    hay all
    i will give example for data
    values
    1
    2
    3
    4
    10
    11
    12
  4. Replies
    3
    Views
    822

    select range between letters

    Visual Basic 6 Sp5
    SQL Server 2000
    --------------------------
    i want to make sql select to select items between two words like

    select * from items where itemno >=ab and itemno<= dr

    itemno is...
  5. Replies
    1
    Views
    546

    Report ciew correct but print no

    Hi,
    first
    Program language visual basic 6 +SP5
    Crystal Report 8.5
    SQL Server2000

    Day2(Namr of report)

    the problem
    i use these code so when any one click print in report view he can select...
  6. Replies
    1
    Views
    8,209

    Open printer dialog in runtime mode in VB6

    Hay,
    when i open report from visual basic 6 using viewer its give me only printer icon which only print direct to deafult printer without any option to choose another printer.
    How i can choose...
  7. Replies
    0
    Views
    1,203

    Null parameter in crystal report help?

    Hay i want explain the report first
    i have report get data from table ad also i have 5 parameters .
    my question is:\
    How i can make the report when the parameters enter he get only record how meet...
  8. get the value of output parameteres in visyal basic

    Hay,
    I want ask how i get the value of output parameteres in visyal basic .
    i write code to send input parameteres and its work fine but i want to return 3 values
    1-invoice Number
    2-ID of...
  9. Which better recordet or SQL direct to insert in Multi User

    Which better recordet or SQL direct to insert in Multi User program to avoid any repeat numbers or conflicts ?
  10. Replies
    20
    Views
    8,556

    Re: Unique invoice number multi user

    thank all for your replies.
    About make seperate tables for each invoice type its will be make many tables instead of 2 tables can handle all.
    -----
    Thread 1:
    1-If i use direct sql statment its...
  11. Replies
    20
    Views
    8,556

    Re: Unique invoice number multi user

    these good idea and i want ask
    1-when there is dublicate can i handle that from visual basic and who i can do these (code)
    thank
  12. Replies
    20
    Views
    8,556

    Re: Unique invoice number multi user

    My knowledge about index not too much,as i told you have dublicate value for invoiceno field and also for type field how i can make index here to accept thier dublicte values and also is it possible...
  13. Replies
    20
    Views
    8,556

    Re: Unique invoice number multi user

    But is Index only help for fast search only or its gone help here
  14. Replies
    20
    Views
    8,556

    Re: Unique invoice number multi user

    First thank you sotoasty to your replies.
    But about dublicate values must thier is in the table becuase i will explan to you
    all purchase and sales and reyurn saved in same table and each one of...
  15. Replies
    20
    Views
    8,556

    Re: Unique invoice number multi user

    Hay all,
    for first soultion from sotoasty & JP may be easier but why i need to make refresh while i get the invoicenumber from the function and in next line i save it to database.
    Iand i cant make...
  16. Replies
    20
    Views
    8,556

    Re: Unique invoice number multi user

    I will explain the procedure of open and save invoice
    first
    Myrec1.Open "Select * From Bill order by invoiceno", DB, adOpenStatic, adLockOptimistic


    so after that the user will click new...
  17. Replies
    20
    Views
    8,556

    Unique invoice number multi user

    my invoice system used in network (20pc's)
    i use visual basic 6 + SQL server2000 +Crytsal Report 9.5
    Problem:
    Some times when there is many clients save new invoices they get same invoice number...
  18. Replies
    1
    Views
    661

    Customers balance Age periods report

    Hay,
    I want make report that give me details of balance periods
    like some one his balance 5000 since more than 1 year,
    before 5 says he take 1000
    so now his balance =6000
    but the report give me...
  19. Change Server name for report in run time problem

    i but thes connect when call report (i have 2 servers seperate )
    Report22.Database.LogOnServer "P2soledb.dll", server1, stockbase

    but when i run my program its give data link properities box to...
  20. Replies
    579
    Views
    648,292

    1-The code i use to connect visual basic to SQL...

    1-The code i use to connect visual basic to SQL Database

    DB.Open "Provider=sqloledb;Data Source=server1;
    initial Catalog=stock;Persist Security Info=False;
    Integrated Security=SSPI"


    then i...
  21. Replies
    579
    Views
    648,292

    SQL server Link in Visualbasic To CR

    I have reports in my visual basic project and i but database oben by code in project to example server1
    and also when create reports i assign server1 to report in my project
    but how i can change...
  22. Replies
    5
    Views
    1,128

    STILL SAM PEOBLEM BECUASE EX MB100021 MB321344...

    STILL SAM PEOBLEM BECUASE EX
    MB100021
    MB321344
    TR121111


    I WANT RECORDS FROM MB100021 TO MB323333
  23. Replies
    5
    Views
    1,128

    i do it as you say but and works fine but when i...

    i do it as you say but and works fine but when i change the numbers in where line from number to parameter its return out of range data again



    Declare @fromitem varchar(15), @toitem varchar(15)...
  24. Replies
    5
    Views
    1,128

    TSQL return value out of range

    Declare @fromitem varchar(15), @toitem varchar(15)
    set @fromitem=10
    set @toitem=60
    select categoryid,categoryno ,@fromitem , @toitem from category
    where categoryno>=10 and categoryno<=60
    ...
  25. Replies
    0
    Views
    2,115

    Restricted datatype attribute violation

    Hay
    I have report connected to stored procedure(with parameters) (sqlserver2000)
    , and thes stored procedure have to option first one return 4 fileds and
    the second return 5 fileds .
    When i run...
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured