Search:

Type: Posts; User: kumika

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    804

    Re: Using online data offline

    The error happens at the point shown below:

    160103
  2. Replies
    6
    Views
    804

    Re: Using online data offline

    My apologies. I forget these tags often. I think the code that fails once the connectivity is lost is shown below. Error message is 'can't access diposed object':




    'refresh the page for a...
  3. Replies
    6
    Views
    804

    Re: Using online data offline

    The code for downloading and rendering the xps pages is shown below. At first, I wanted to download into the class. I later decided to first put pages in the application folder and then into the...
  4. Replies
    6
    Views
    804

    Using online data offline

    I want to download xps pages and store them in a class, go offline, access and use the pages for teaching or learning. Is this possible? How? I did try this buy as soon as I go offline I get an error...
  5. Replies
    0
    Views
    997

    InkCanvas Handwriting To Text conversion

    I want to convert text written on an inkCanvas (WPF) to computer text. I understand we have to use the Microsoft.Ink, IACore.dll and the IALoader.dll. I can only find the Microsoft.Ink DLL on my...
  6. Replies
    11
    Views
    1,223

    Re: Displaying Formatted Date fields

    Well let me thank you very much for your help. Yes I was not sure if it is possible to do formatting of the datetime data in the sql query statement. I understand now that it is not possible and I...
  7. Replies
    11
    Views
    1,223

    Re: Displaying Formatted Date fields

    Your replies are correct and I understand them well. However, I do not want to store data in the variables, unless it is impossible not to do so, which I doubt. The main reason is that I pull huge...
  8. Replies
    11
    Views
    1,223

    Re: Displaying Formatted Date fields

    Yes, if myDate was a Date variable your answer would work. However, it is not a Date variable. I apologise for not clarifying that. MyDate is the Date/Time name for a field in the data file. In the...
  9. Replies
    11
    Views
    1,223

    Displaying Formatted Date fields

    I have a ShortDate field (2015-08-20) and Long Time field (1:50:20 AM) - SQL dbase fields. When I pull data from these fields like: Select myDate; I get data in the General Date format (2015-08-20...
  10. Replies
    2
    Views
    635

    Re: Showing pdf pages on a vb.net app

    I apologize for a late reply. I had some connection problems. I managed to reference the acroPDF.dll. But I am not sure how to use it to view a pdf document. Can you send me a sample code just to...
  11. Replies
    2
    Views
    635

    Showing pdf pages on a vb.net app

    I am developing a vb.net app for displaying the pdf files or pages for readng. I have browsed the net the whole day but cannot find a dll for viewing the pdf on an app. Is there any free dll or any...
  12. Re: Reading multichoice questions and answers on a pdf page

    The first choice is the pdf format because the text is presented in it. However, if it proves to be cumbersome and not the best solution I am willing to go with what you advise to work best. I was...
  13. Reading multichoice questions and answers on a pdf page

    I am writing a vb.net program for a multichoice e-testing. The program should pick the answer input from a user, read a pdf file, locate the correct answer, compare it to the user answer and send a...
  14. Replies
    8
    Views
    10,815

    Re: Passing a filepath to a web service - Problem

    The service simply saves the data/string in the database. It pulls it out and send it back on request by the client.
  15. Replies
    8
    Views
    10,815

    Re: Passing a filepath to a web service - Problem

    I pass as an argument in the query string in the WCF Client page code behind as follows:

    <Code>"http://localhost:4000/appName/" _
    & "Service.svc/className/" & filePath))
    </Code>

    filePath =...
  16. Replies
    8
    Views
    10,815

    Re: Passing a filepath to a web service - Problem

    Well like I said in my starter post, I want to pass a file path variable to a web service and I constantly get the 400 Bad Request error message. The reason is that the string has the...
  17. Replies
    8
    Views
    10,815

    Re: Passing a filepath to a web service - Problem

    I see noone is keen to assist me here. I decided to encode and strip the path
    of these special characters, transferred it across to the server and re-assembled or replaced the characters again. This...
  18. Replies
    8
    Views
    10,815

    Passing a filepath to a web service - Problem

    I am trying to pass a string: c:\Books\image.jpg to a web service with no success. I tried to encode it as: <Code> returnString = HttpUtility.UriEncode(pathString)</Code>

    The encoding works fine...
  19. Replies
    9
    Views
    10,540

    Re: Problem Deserializing the jsonString

    Yes, after grabbing data from the database, I first serialized it into the json string and the transferred it to the client for deserializarion. Data can't just be deserialized if not serialized.
  20. Replies
    9
    Views
    10,540

    Re: Problem Deserializing the jsonString

    Guys thanks a lot. I have managed to crack it now. The problem was that, since the data came from a database, the class properties and the data fields were not matching. But I thank you for guiding...
  21. Replies
    9
    Views
    10,540

    Re: Problem Deserializing the jsonString

    I have one foot in there. Thanks a lot guys. Just one last hurdle, I hope. When testing for data using:
    <Code> Msgbox(sdl.count & " : " & sdl.Item(0).nameValue & sdl.Item(0).idValue)</Code>

    I...
  22. Replies
    9
    Views
    10,540

    Re: Problem Deserializing the jsonString

    Here is my complete code. Can you please look through and see what I am doing wrong. I am still trying to get my head around this. Thanks you.



    [<‘CLIENT-SIDE CODE AND CLASS...
  23. Replies
    9
    Views
    10,540

    Problem Deserializing the jsonString

    I have a question that requires a bird's eye view of this topic, since I am a newbie on WCF. I retrieved data from the database and serialized it into a valid json string. I set the service-side...
  24. Replies
    4
    Views
    916

    Re: Data does not persist in one table

    I have located an error. It had nothing to do with the database. I had forgotten to update a select statement condition. I feel very silly as always. Thanks for attempting to help, jmc et al.
  25. Replies
    4
    Views
    916

    Re: Data does not persist in one table

    Yes, you are right. The data kept on piling in the table. What is happening is that in the other tables I can write,update and read daata but in this one table I can only write data. I did not set...
  26. Replies
    4
    Views
    916

    Data does not persist in one table

    Something strange, to me at least, is happening here. I embedded a database with few tables. When I write data to the tables it persists in others but it always disappears in one table. What can...
  27. Replies
    4
    Views
    803

    Re: Grid control to a BitmapImage

    Oh, sorry! I meant to say, 'Many thanks, BB'. You really helped me out.
  28. Replies
    4
    Views
    803

    Re: Grid control to a BitmapImage

    Exactly what I was looking for. I helped me a lot. Many thanks.
  29. Replies
    4
    Views
    803

    Grid control to a BitmapImage

    I have generated a barcode i.e. lines on top and digits underneath (digits are hosted by a textblock), and put it inside an object (grid or stackpanel). Now I want to convert the object content into...
  30. Replies
    6
    Views
    5,998

    Re: Writing exponents/powers in vb.net

    I forgot to indicate that I want to write a power at runtime. Secondly, I don't want to evaluate 5 to the power 2. To do that, we use 5^2 or math.Pow(5,2). I want to write a notation or expression...
  31. Replies
    6
    Views
    5,998

    Writing exponents/powers in vb.net

    How do you write powers in vb.net?. For example, how do I write: 5 to the power 2? I am struggling to get answers on the net. Can someone help please. Thanks.
  32. Replies
    5
    Views
    1,213

    Re: FtpWebRequest Exception on FTP Publishing

    Well I don't quite get it tg. If a file is sitting in a folder you can do the pushing/pulling using ftp. But when doing a login that is not possible. Instead a message is sent to a method in the...
  33. Replies
    5
    Views
    1,213

    Re: FtpWebRequest Exception on FTP Publishing

    Yes, I want to use the service i.e. login and do other stuff. Let me admit that its my first time testing the web service between two computers. I did the ftp publishing because I am using the...
  34. Replies
    5
    Views
    1,213

    FtpWebRequest Exception on FTP Publishing

    I did an ftp publishing of a web service. Now I want to do a login using the ff WebClient string:



    I have tried high and low with no success. Please help me out. Give any directive or reference...
  35. Replies
    6
    Views
    957

    Re: Visual studio upgrade / purchase

    A very good answer. Thanks a lot. I only need the Web Developer here and it can't be sensible to buy the whole package, which as you said, is very expensive for starters. What could be a go around...
  36. Replies
    6
    Views
    957

    Visual studio upgrade / purchase

    I have been using the express versions of vb.net. Now I need to publish a web service. I discovered that the express version (2010) does not have the publish functionality. Is there any other...
  37. Re: Send a request to a service in a remote server

    Would you be kind to give an example. How do I generate and use the address? I am not that into the website development. Thanks
  38. Send a request to a service in a remote server

    I use the ff string to send a request call to a local server and it works fine:

    service.DownloadStringAsyn(New Uri("http://localhost:12345/serviceName/"Service.svc/className/" & argument1 &...
  39. Replies
    9
    Views
    9,049

    Re: How to SELECT only columns that are NOT NULL

    Advice taken. I dropped the idea,selected all the fields and filtered out the NULL columns in a datatable. Thanks for your valuable input.
  40. Replies
    9
    Views
    9,049

    Re: How to SELECT only columns that are NOT NULL

    Thanks jc et al. I did notice that a couple of posts declared no possible query for this. However, developers think all the time. I will take your solution as final. I will try it and see if its...
Results 1 to 40 of 230
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width