Search results for query: *

  • Users: jigax
  • Content: Threads
  • Order by date
  1. J

    Insert image into PDF?

    Can someone please tell me how can I insert or add an image with vb.net onto the uppser right hand corner of an existing PDF document? Thanks in advance.
  2. J

    PDF barcode?

    Hello everyone, I need some help on getting the following done. I have a two files a pdf and a text file. The pdf has for example 30 pages and the txt has thirty lines with names. I would like to add to the very top of each pdf page the name in barcode format in order. For example page 1 of...
  3. J

    Mapping software?

    I need help building an app that could use mapping software such as mappoint to import a set of address into push pins that I can drag and drop onto a list of tech numbers within the app and later export the list with the newly assigned tech numbers. If someone could point me in the right...
  4. J

    Process multiple files?

    Hello everyone I made a simple application which converts a PDF to csv. I Need some help on making some changes to have the app read multiple PDF's and convert into one CSV. Heres my code. Imports System.IO.StreamWriter Imports System.IO Public Class Form1 Private Sub Form1_Load(ByVal...
  5. J

    Zip code distance?

    Hello everyone, I have an excel sheet that contains a list of zip codes with latitude and longitude. I want to create a UDF in excel taht will calculate the distance between two zip codes. I have the formula to calculate the distance my problem is I'm not sure how to have a UDF look in another...
  6. J

    Text in quotes?

    Hello, How could I get text inside quote? j1[1] = "EXTRACTME"; I only want to get the word EXTRACTME. Thank you.
  7. J

    Streamreader or Streamwriter?

    Not sure what to use or how to use it. But I would like either streamreader or streamwriter to ignore a line depending on it contents. Thanks in advance.
  8. J

    StreamReader?

    Hello everyone, How could I have streamwriter write a , terminator for every space? For example if I have a line that reads "Hello World!" I would like streamwriter to write Hello , World Thank you in advance.
  9. J

    StreamReader to excel?

    Hello everyone. I have a text file eg. line1 line2 line3 line4 line5 I want to read these lines to excel cells a1,b1,c1 ect until it reaches the words "Date: " then start writing a2,b2,c2 ect. this is the code i have. ' Create an instance of StreamReader to read from a file...
  10. J

    Update table

    Hello everyone, I'm looking to accomplish the following; I have two tables one named employee which has two fields employee ID and employee schedule. Then I have another table called schedule with two fields percentage and schedule. I want to randomly update employee schedule with one of the...
  11. J

    Question Workforce schedule help.

    Hello everyone, I would like some assistance in accomplishing the following. I have a table with the following fields employees and the days of the week. I want to create a simple application that will generate a 5 day schedule for each of these employees, however I need to have everyone work...
  12. J

    Grouped data

    Is there a way to make grouped data editable? When i execute an sql statement with groupd by i get a message on the lower right stating this table is read only. i would like to edit one record and have all records within that groupd update itself. Is this even possible?
  13. J

    Sql Command Problem

    I have an access database with the following columns. "product 1","product 2","product 3", "product 4","focus 1","focus 2","focus 3" and "focus 4" I'm trying to create a report that separates these products depending one their focus fields (e.g. if field is not empty display products on top...
  14. J

    import CSV File (Comma Seperated Value)??

    Hello everyone, I have two questions. 1. How can I import a CSV file into access programmatically? 2. The file that I’m importing has separate records for a work order for example. w/o# custname custphone# address equiptment1 w/o# custname custphone# address equiptment2 w/o# custname...
Back
Top